Searched refs:root_handle (Results 1 – 6 of 6) sorted by relevance
151 ->root_handle(static_cast<Heap::RootListIndex>(index)) in Lookup()
3211 Handle<NameDictionary>::cast(heap()->root_handle(dictionary_index)); in Throw()
69 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()
420 Handle<Object> root = isolate()->heap()->root_handle(root_index); in LoadRoot()
1077 Handle<Object> root_handle(RootListIndex index) { in root_handle() function