Lines Matching refs:store
16 slot_at(T::kThisIndex).store(self);
17 slot_at(T::kHolderIndex).store(holder);
18 slot_at(T::kDataIndex).store(data);
19 slot_at(T::kIsolateIndex).store(Object(reinterpret_cast<Address>(isolate)));
24 slot_at(T::kShouldThrowOnErrorIndex).store(Smi::FromInt(value));
29 slot_at(T::kReturnValueDefaultValueIndex).store(the_hole);
30 slot_at(T::kReturnValueIndex).store(the_hole);
40 slot_at(T::kDataIndex).store(data);
41 slot_at(T::kHolderIndex).store(holder);
42 slot_at(T::kNewTargetIndex).store(new_target);
43 slot_at(T::kIsolateIndex).store(Object(reinterpret_cast<Address>(isolate)));
47 slot_at(T::kReturnValueDefaultValueIndex).store(the_hole);
48 slot_at(T::kReturnValueIndex).store(the_hole);