Searched refs:set_unchecked (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | mark-compact.cc | 1542 prototype_transitions->set_unchecked(heap_, in ClearNonLiveTransitions() 1546 prototype_transitions->set_unchecked(heap_, in ClearNonLiveTransitions() 1558 prototype_transitions->set_unchecked(heap_, in ClearNonLiveTransitions() 1563 prototype_transitions->set_unchecked(0, Smi::FromInt(new_finger)); in ClearNonLiveTransitions()
|
D | heap.cc | 1154 tail->set_unchecked(this, in ProcessWeakReferences() 1168 candidate_context->set_unchecked(this, in ProcessWeakReferences() 1179 tail->set_unchecked(this, in ProcessWeakReferences()
|
D | objects-inl.h | 1634 void FixedArray::set_unchecked(int index, Smi* value) { in set_unchecked() function 1641 void FixedArray::set_unchecked(Heap* heap, in set_unchecked() function
|
D | objects.h | 1948 inline void set_unchecked(int index, Smi* value); 1950 inline void set_unchecked(Heap* heap, int index, Object* value,
|
D | objects.cc | 5700 contents->set_unchecked(i + 1, NullDescriptorDetails); in ClearNonLiveTransitions()
|