Lines Matching defs:set
131 set_##field(BooleanBit::set(field(), offset, value)); \
1583 FixedArray::cast(elements())->set(1, dictionary);
1807 properties()->set(index, value);
1968 void FixedArray::set(int index, Smi* value) {
1977 void FixedArray::set(int index, Object* value) {
2028 void FixedDoubleArray::set(int index, double value) {
2113 void ConstantPoolArray::set(int index, Object* value) {
2121 void ConstantPoolArray::set(int index, int64_t value) {
2128 void ConstantPoolArray::set(int index, double value) {
2136 void ConstantPoolArray::set(int index, int32_t value) {
2152 void FixedArray::set(int index,
2414 set(ToDetailsIndex(descriptor_index), details.set_pointer(pointer).AsSmi());
2422 set(ToDetailsIndex(descriptor_index),
2492 void DescriptorArray::Set(int descriptor_number,
2510 void DescriptorArray::Set(int descriptor_number, Descriptor* desc) {
2514 set(ToKeyIndex(descriptor_number), desc->GetKey());
2515 set(ToValueIndex(descriptor_number), desc->GetValue());
2516 set(ToDetailsIndex(descriptor_number), desc->GetDetails().AsSmi());
2524 Set(descriptor_number, desc, witness);
2543 Set(descriptor_number, desc);
2631 set(kMaxNumberKeyIndex, Smi::FromInt(kRequiresSlowElementsMask));
2808 void String::Set(int index, uint16_t value) {
3254 set(kCacheSizeIndex, Smi::FromInt(size));
3264 set(kFingerIndex, Smi::FromInt(finger_index));
3274 void ByteArray::set(int index, byte value) {
3314 void ExternalPixelArray::set(int index, uint8_t value) {
3345 void ExternalByteArray::set(int index, int8_t value) {
3364 void ExternalUnsignedByteArray::set(int index, uint8_t value) {
3383 void ExternalShortArray::set(int index, int16_t value) {
3402 void ExternalUnsignedShortArray::set(int index, uint16_t value) {
3421 void ExternalIntArray::set(int index, int32_t value) {
3440 void ExternalUnsignedIntArray::set(int index, uint32_t value) {
3459 void ExternalFloatArray::set(int index, float value) {
3478 void ExternalDoubleArray::set(int index, double value) {
3816 set(group, Smi::FromInt(value));
3836 set(kCodesStartIndex + i, object);
3857 set(kCodesStartIndex + to, get(kCodesStartIndex + from));
4651 set_flags(BooleanBit::set(flags(), kCompilationTypeBit,
4659 set_flags(BooleanBit::set(flags(), kCompilationStateBit,
4827 set_compiler_hints(BooleanBit::set(compiler_hints(),
4856 // We only allow language mode transitions that go set the same language mode
4863 hints = BooleanBit::set(
4865 hints = BooleanBit::set(
5215 // If the function's prototype property has been set to a non-JSObject
5253 // before the bindings are set.
5530 set_flag(BooleanBit::set(flag(), kIsExternalBit, value));
5540 set_flag(BooleanBit::set(flag(), kShouldBeFreed, value));
5602 ASSERT(index >= kDataIndex); // Only implementation data can be set this way.
5603 FixedArray::cast(data())->set(index, value);
5766 // Slow case: compute hash code and set it. Has to be a string.
5986 set_flag(BooleanBit::set(flag(), kAllCanReadBit, value));
5996 set_flag(BooleanBit::set(flag(), kAllCanWriteBit, value));
6006 set_flag(BooleanBit::set(flag(), kProhibitsOverwritingBit, value));
6029 current = BooleanBit::set(current,
6032 current = BooleanBit::set(current,
6035 current = BooleanBit::set(current,
6076 FixedArray::set(index, key, mode);
6077 FixedArray::set(index+1, value, mode);
6078 FixedArray::set(index+2, details.AsSmi());
6269 set(1 + index * 2, Smi::FromInt(id.ToInt()));
6279 set(index * 2, cell);