Home
last modified time | relevance | path

Searched defs:root_index (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/v8/src/snapshot/
Droots-serializer.h33 bool root_has_been_serialized(RootIndex root_index) const { in root_has_been_serialized()
38 RootIndex root_index; in IsRootAndHasBeenSerialized() local
Droots-serializer.cc53 size_t root_index = current - roots_table.begin(); in VisitRootPointers() local
Dserializer.cc175 RootIndex root_index; in SerializeRoot() local
245 int root_index = static_cast<int>(root); in PutRoot() local
910 RootIndex root_index; in VisitPointers() local
Ddeserializer.cc968 RootIndex root_index = static_cast<RootIndex>(id); in ReadSingleBytecodeData() local
1233 RootIndex root_index = RootArrayConstant::Decode(data); in ReadSingleBytecodeData() local
/third_party/node/deps/v8/src/codegen/
Dturbo-assembler.cc50 RootIndex root_index; in IndirectLoadConstant() local
95 RootIndex root_index) { in RootRegisterOffsetForRootIndex()
Dcode-stub-assembler.h4218 TNode<Object> LoadRoot(RootIndex root_index) { in LoadRoot()
4222 TNode<AnyTaggedT> LoadRootMapWord(RootIndex root_index) { in LoadRootMapWord()
Dcode-stub-assembler.cc3081 int offset, RootIndex root_index) { in StoreObjectFieldRoot()
11791 RootIndex root_index) { in InitializeFieldsWithRoot()
/third_party/node/deps/v8/src/execution/
Dprotectors-inl.h15 #define DEFINE_PROTECTOR_ON_ISOLATE_CHECK(name, root_index, unused_cell) \ argument
/third_party/node/deps/v8/src/roots/
Droots.h455 FullObjectSlot slot(RootIndex root_index) { in slot()
461 static const char* name(RootIndex root_index) { in name()
467 static constexpr int offset_of(RootIndex root_index) { in offset_of()
477 static constexpr bool IsImmortalImmovable(RootIndex root_index) { in IsImmortalImmovable()
Droots-inl.h99 Address ReadOnlyRoots::at(RootIndex root_index) const { in at()
/third_party/node/deps/v8/src/handles/
Dhandles.cc45 RootIndex root_index; in IsDereferenceAllowed() local
187 RootIndex root_index; in Lookup() local
/third_party/node/deps/v8/src/utils/
Daddress-map.cc18 for (RootIndex root_index = RootIndex::kFirstStrongOrReadOnlyRoot; in RootIndexMap() local
/third_party/node/deps/v8/include/
Dv8-function-callback.h325 int root_index; in Set() local
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.h265 RootIndex root_index; in DEFINE_OPERATORS_FOR_FLAGS() local
Dmemory-lowering.cc613 RootIndex root_index; in ValueNeedsWriteBarrier() local
Dcode-assembler.cc726 TNode<AnyTaggedT> CodeAssembler::LoadRootMapWord(RootIndex root_index) { in LoadRootMapWord()
737 TNode<Object> CodeAssembler::LoadRoot(RootIndex root_index) { in LoadRoot()
951 void CodeAssembler::StoreRoot(RootIndex root_index, TNode<Object> value) { in StoreRoot()
Dsimplified-lowering.cc1486 RootIndex root_index; in WriteBarrierKindFor() local
/third_party/node/deps/v8/src/diagnostics/
Ddisassembler.cc144 RootIndex root_index = in RootRelativeName() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh346 unsigned root_index = root_idx (); in assign_32bit_spaces() local
/third_party/node/deps/v8/src/objects/
Dordered-hash-table.cc49 Isolate* isolate, AllocationType allocation, RootIndex root_index) { in AllocateEmpty()
/third_party/node/deps/v8/src/codegen/ia32/
Dmacro-assembler-ia32.cc250 RootIndex root_index; in HeapObjectAsOperand() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2311 RootIndex root_index; in VisitWord64EqualImpl() local
2332 RootIndex root_index; in VisitWord32EqualImpl() local
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc522 RootIndex root_index; in OperandForDeopt() local
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc2269 for (RootIndex root_index = RootIndex::kFirstStrongOrReadOnlyRoot; in GetStrongGcSubrootName() local
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc1199 RootIndex root_index) { in GetExceptionProperty()
6281 RootIndex root_index) { in LoadExceptionSymbol()

12