Home
last modified time | relevance | path

Searched defs:roots_table (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Droots-serializer.cc45 RootsTable& roots_table = isolate()->roots_table(); in VisitRootPointers() local
/third_party/node/deps/v8/src/heap/
Dheap-inl.h115 RootsTable& Heap::roots_table() { return isolate()->roots_table(); } in roots_table() function
/third_party/node/deps/v8/src/execution/
Disolate.h1174 RootsTable& roots_table() { return isolate_data()->roots(); } in roots_table() function
1175 const RootsTable& roots_table() const { return isolate_data()->roots(); } in roots_table() function
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2310 const RootsTable& roots_table = selector->isolate()->roots_table(); in VisitWord64EqualImpl() local
2331 const RootsTable& roots_table = selector->isolate()->roots_table(); in VisitWord32EqualImpl() local
/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering.cc1487 const RootsTable& roots_table = jsgraph_->isolate()->roots_table(); in WriteBarrierKindFor() local