Searched refs:RawFieldOfElementAt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dtransitions-inl.h88 return RawFieldOfElementAt(ToKeyIndex(transition_number));
H A Dobjects-inl.h2914 return RawFieldOfElementAt(ToKeyIndex(descriptor_number));
2961 return RawFieldOfElementAt(ToValueIndex(descriptor_number));
3742 Object** entries_start = RawFieldOfElementAt(kEntriesIndex);
4591 return RawFieldOfElementAt(kCodesStartIndex + i);
H A Dobjects.h2455 Object** RawFieldOfElementAt(int index) { function in class:v8::internal::FixedArray
2816 Object** RawFieldOfElementAt(int index) { function in class:v8::internal::ConstantPoolArray
H A Dobjects.cc9055 RawFieldOfElementAt(code_iter.next_index())));
9061 v->VisitPointer(RawFieldOfElementAt(heap_iter.next_index()));
/external/chromium_org/v8/src/heap/
H A Dobjects-visiting-inl.h298 Object** slot = Context::cast(object)->RawFieldOfElementAt(idx);
482 array->RawFieldOfElementAt(code_iter.next_index()));
488 Object** slot = array->RawFieldOfElementAt(heap_iter.next_index());
H A Dmark-compact.cc1125 Object** slot = code_map->RawFieldOfElementAt(dst_index);
2547 Object** slot = prototype_transitions->RawFieldOfElementAt(proto_index);
2808 table->RawFieldOfElementAt(ObjectHashTable::EntryToIndex(i));
2811 table->RawFieldOfElementAt(ObjectHashTable::EntryToValueIndex(i));
H A Dheap.cc3080 Object** slot = allocation_sites_scratchpad()->RawFieldOfElementAt(

Completed in 5143 milliseconds