Searched refs:set_unchecked (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | objects-inl.h | 1830 void FixedArray::set_unchecked(int index, Smi* value) { in set_unchecked() function 1837 void FixedArray::set_unchecked(Heap* heap, in set_unchecked() function 4269 fa->set_unchecked(index, Smi::cast(value)); in SetDataAtUnchecked() 4272 fa->set_unchecked(heap, index, value, SKIP_WRITE_BARRIER); in SetDataAtUnchecked()
|
D | mark-compact.cc | 2519 prototype_transitions->set_unchecked( in ClearNonLivePrototypeTransitions() 2524 prototype_transitions->set_unchecked( in ClearNonLivePrototypeTransitions() 2597 table->set_unchecked(heap(), in ProcessWeakMaps()
|
D | objects.h | 2254 inline void set_unchecked(int index, Smi* value); 2256 inline void set_unchecked(Heap* heap, int index, Object* value, 4736 cache->set_unchecked(kProtoTransitionNumberOfEntriesOffset, in SetNumberOfProtoTransitions()
|
D | heap.cc | 1373 tail->set_unchecked(this, in ProcessWeakReferences() 1390 candidate_context->set_unchecked(this, in ProcessWeakReferences() 1402 tail->set_unchecked(this, in ProcessWeakReferences()
|
D | objects.cc | 7330 contents->set_unchecked(i + 1, NullDescriptorDetails); in ClearNonLiveTransitions()
|