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

/external/v8/src/heap/
H A Dheap.h768 type* name() { return type::cast(roots_[k##camel_name##RootIndex]); } \
770 return reinterpret_cast<type*>(roots_[k##camel_name##RootIndex]); \
782 String* name() { return String::cast(roots_[k##name##RootIndex]); }
1055 #define ROOT_INDEX_DECLARATION(type, name, camel_name) k##camel_name##RootIndex,
1059 #define STRING_INDEX_DECLARATION(name, str) k##name##RootIndex,
1069 #define ROOT_INDEX_DECLARATION(type, name, camel_name) k##camel_name##RootIndex,
1496 DCHECK(k##camel_name##RootIndex >= kOldSpaceRoots || !InNewSpace(value)); \
1497 roots_[k##camel_name##RootIndex] = value; \
H A Dheap.cc2351 { contents, k##name##RootIndex } \
/external/v8/src/
H A Dfactory.h570 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \
586 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \
H A Dserialize.cc1305 int Serializer::RootIndex(HeapObject* heap_object, HowToCode from) { function in class:v8::internal::Serializer
1352 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
1434 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
1520 int root_index = serializer_->RootIndex(current_contents, kPlain);
1826 if ((root_index = RootIndex(heap_object, how_to_code)) != kInvalidRootIndex) {
H A Dserialize.h402 int RootIndex(HeapObject* heap_object, HowToCode from);

Completed in 147 milliseconds