OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootIndex
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/
serialize.h
437
virtual int
RootIndex
(HeapObject* heap_object) = 0;
537
virtual int
RootIndex
(HeapObject* o);
580
virtual int
RootIndex
(HeapObject* o) { return kInvalidRootIndex; }
heap.h
[
all
...]
factory.h
347
&isolate()->heap()->roots_[Heap::k##camel_name##
RootIndex
])); \
355
&isolate()->heap()->roots_[Heap::k##name##
RootIndex
])); \
serialize.cc
[
all
...]
heap.cc
[
all
...]
Completed in 287 milliseconds