Home
last modified time | relevance | path

Searched refs:root_handle (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate-inl.h30 Handle<Object> LocalIsolate::root_handle(RootIndex index) const { in root_handle() function in v8::internal::LocalIsolate
32 return isolate_->root_handle(index); in root_handle()
H A Dlocal-isolate.h64 inline Handle<Object> root_handle(RootIndex index) const;
H A Disolate.h1191 Handle<Object> root_handle(RootIndex index) { in root_handle() function in v8::internal::final
H A Disolate.cc4543 Handle<RegisteredSymbolTable>::cast(root_handle(dictionary_index)); in ThrowInternal()
/third_party/node/deps/v8/src/heap/
H A Dlocal-factory-inl.h27 isolate()->isolate_->root_handle(RootIndex::k##CamelName).location()); \
/third_party/node/deps/v8/src/handles/
H A Dhandles.cc189 return isolate_->root_handle(root_index).location(); in Lookup()
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc975 Handle<HeapObject>::cast(isolate()->root_handle(root_index)); in ReadSingleBytecodeData()
1240 Handle<HeapObject>::cast(isolate()->root_handle(root_index)); in ReadSingleBytecodeData()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc97 Handle<Object> object = isolate()->root_handle(index); in LoadRoot()
135 Handle<Object> object = isolate()->root_handle(index); in CompareRoot()
153 Handle<Object> object = isolate()->root_handle(index); in PushRoot()
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.h267 return Handle<T>(isolate_->root_handle(root_index).location()); in CanonicalPersistentHandle()
H A Dcode-assembler.cc728 Handle<Object> root = isolate()->root_handle(root_index); in LoadRootMapWord()
739 Handle<Object> root = isolate()->root_handle(root_index); in LoadRoot()

Completed in 26 milliseconds