Home
last modified time | relevance | path

Searched refs:root_handle (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dhandles.cc151 ->root_handle(static_cast<Heap::RootListIndex>(index)) in Lookup()
Disolate.cc3211 Handle<NameDictionary>::cast(heap()->root_handle(dictionary_index)); in Throw()
/external/v8/src/x87/
Dmacro-assembler-x87.cc69 mov(destination, isolate()->heap()->root_handle(index)); in LoadRoot()
107 cmp(with, isolate()->heap()->root_handle(index)); in CompareRoot()
114 cmp(with, isolate()->heap()->root_handle(index)); in CompareRoot()
120 Push(isolate()->heap()->root_handle(index)); in PushRoot()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc69 mov(destination, isolate()->heap()->root_handle(index)); in LoadRoot()
107 cmp(with, isolate()->heap()->root_handle(index)); in CompareRoot()
114 cmp(with, isolate()->heap()->root_handle(index)); in CompareRoot()
120 Push(isolate()->heap()->root_handle(index)); in PushRoot()
/external/v8/src/compiler/
Dcode-assembler.cc420 Handle<Object> root = isolate()->heap()->root_handle(root_index); in LoadRoot()
/external/v8/src/heap/
Dheap.h1077 Handle<Object> root_handle(RootListIndex index) { in root_handle() function