HomeSort by relevance Sort by last modified time
    Searched refs:RootIndex (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
serialize.h 404 virtual int RootIndex(HeapObject* heap_object) = 0;
498 virtual int RootIndex(HeapObject* o);
538 virtual int RootIndex(HeapObject* o) { return kInvalidRootIndex; }
heap.h     [all...]
factory.h 320 &Heap::roots_[Heap::k##camel_name##RootIndex])); \
328 &Heap::roots_[Heap::k##name##RootIndex])); \
serialize.cc     [all...]
heap.cc     [all...]

Completed in 410 milliseconds