/third_party/node/deps/v8/src/snapshot/ |
D | roots-serializer.h | 33 bool root_has_been_serialized(RootIndex root_index) const { in root_has_been_serialized() 38 RootIndex root_index; in IsRootAndHasBeenSerialized() local
|
D | roots-serializer.cc | 53 size_t root_index = current - roots_table.begin(); in VisitRootPointers() local
|
D | serializer.cc | 175 RootIndex root_index; in SerializeRoot() local 245 int root_index = static_cast<int>(root); in PutRoot() local 910 RootIndex root_index; in VisitPointers() local
|
D | deserializer.cc | 968 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/ |
D | turbo-assembler.cc | 50 RootIndex root_index; in IndirectLoadConstant() local 95 RootIndex root_index) { in RootRegisterOffsetForRootIndex()
|
D | code-stub-assembler.h | 4218 TNode<Object> LoadRoot(RootIndex root_index) { in LoadRoot() 4222 TNode<AnyTaggedT> LoadRootMapWord(RootIndex root_index) { in LoadRootMapWord()
|
D | code-stub-assembler.cc | 3081 int offset, RootIndex root_index) { in StoreObjectFieldRoot() 11791 RootIndex root_index) { in InitializeFieldsWithRoot()
|
/third_party/node/deps/v8/src/execution/ |
D | protectors-inl.h | 15 #define DEFINE_PROTECTOR_ON_ISOLATE_CHECK(name, root_index, unused_cell) \ argument
|
/third_party/node/deps/v8/src/roots/ |
D | roots.h | 455 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()
|
D | roots-inl.h | 99 Address ReadOnlyRoots::at(RootIndex root_index) const { in at()
|
/third_party/node/deps/v8/src/handles/ |
D | handles.cc | 45 RootIndex root_index; in IsDereferenceAllowed() local 187 RootIndex root_index; in Lookup() local
|
/third_party/node/deps/v8/src/utils/ |
D | address-map.cc | 18 for (RootIndex root_index = RootIndex::kFirstStrongOrReadOnlyRoot; in RootIndexMap() local
|
/third_party/node/deps/v8/include/ |
D | v8-function-callback.h | 325 int root_index; in Set() local
|
/third_party/node/deps/v8/src/compiler/ |
D | js-heap-broker.h | 265 RootIndex root_index; in DEFINE_OPERATORS_FOR_FLAGS() local
|
D | memory-lowering.cc | 613 RootIndex root_index; in ValueNeedsWriteBarrier() local
|
D | code-assembler.cc | 726 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()
|
D | simplified-lowering.cc | 1486 RootIndex root_index; in WriteBarrierKindFor() local
|
/third_party/node/deps/v8/src/diagnostics/ |
D | disassembler.cc | 144 RootIndex root_index = in RootRelativeName() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-repacker.hh | 346 unsigned root_index = root_idx (); in assign_32bit_spaces() local
|
/third_party/node/deps/v8/src/objects/ |
D | ordered-hash-table.cc | 49 Isolate* isolate, AllocationType allocation, RootIndex root_index) { in AllocateEmpty()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.cc | 250 RootIndex root_index; in HeapObjectAsOperand() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 2311 RootIndex root_index; in VisitWord64EqualImpl() local 2332 RootIndex root_index; in VisitWord32EqualImpl() local
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction-selector.cc | 522 RootIndex root_index; in OperandForDeopt() local
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2269 for (RootIndex root_index = RootIndex::kFirstStrongOrReadOnlyRoot; in GetStrongGcSubrootName() local
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1199 RootIndex root_index) { in GetExceptionProperty() 6281 RootIndex root_index) { in LoadExceptionSymbol()
|