Home
last modified time | relevance | path

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

/external/v8/src/
Dserialize.h437 virtual int RootIndex(HeapObject* heap_object) = 0;
537 virtual int RootIndex(HeapObject* o);
580 virtual int RootIndex(HeapObject* o) { return kInvalidRootIndex; } in RootIndex() function
Dheap.h877 return type::cast(roots_[k##camel_name##RootIndex]); \
880 return reinterpret_cast<type*>(roots_[k##camel_name##RootIndex]); \
894 return String::cast(roots_[k##name##RootIndex]); \ in STRUCT_LIST()
1143 #define ROOT_INDEX_DECLARATION(type, name, camel_name) k##camel_name##RootIndex,
1152 #define SYMBOL_INDEX_DECLARATION(name, str) k##name##RootIndex,
1300 roots_[k##camel_name##RootIndex] = value; \
Dfactory.h347 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \
355 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \
Dserialize.cc1206 int PartialSerializer::RootIndex(HeapObject* heap_object) { in RootIndex() function in v8::internal::PartialSerializer
1309 if ((root_index = RootIndex(heap_object)) != kInvalidRootIndex) { in SerializeObject()
Dheap.cc1635 {contents, k##name##RootIndex},