Home
last modified time | relevance | path

Searched refs:set_unchecked (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dmark-compact.cc1542 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()
Dheap.cc1154 tail->set_unchecked(this, in ProcessWeakReferences()
1168 candidate_context->set_unchecked(this, in ProcessWeakReferences()
1179 tail->set_unchecked(this, in ProcessWeakReferences()
Dobjects-inl.h1634 void FixedArray::set_unchecked(int index, Smi* value) { in set_unchecked() function
1641 void FixedArray::set_unchecked(Heap* heap, in set_unchecked() function
Dobjects.h1948 inline void set_unchecked(int index, Smi* value);
1950 inline void set_unchecked(Heap* heap, int index, Object* value,
Dobjects.cc5700 contents->set_unchecked(i + 1, NullDescriptorDetails); in ClearNonLiveTransitions()