/third_party/node/deps/v8/src/objects/ |
D | embedder-data-slot-inl.h | 60 int slot_offset = EmbedderDataArray::OffsetOfElementAt(entry_index); in store_tagged() local 74 int slot_offset = object.GetEmbedderFieldOffset(embedder_field_index); in store_tagged() local
|
/third_party/node/deps/v8/src/snapshot/ |
D | deserializer.cc | 70 int Write(MaybeObject value, int slot_offset = 0) { in Write() 79 int slot_offset = 0) { in Write() 83 int slot_offset = 0) { in Write() 126 int Write(MaybeObject value, int slot_offset = 0) { in Write() 132 int slot_offset = 0) { in Write() 136 int slot_offset = 0) { in Write() 167 int Write(MaybeObject value, int slot_offset = 0) { UNREACHABLE(); } in Write() 169 int slot_offset = 0) { in Write() 176 int slot_offset = 0) { in Write()
|
/third_party/node/deps/v8/include/cppgc/internal/ |
D | write-barrier.h | 53 uintptr_t slot_offset = 0; member 188 const uintptr_t slot_offset = in TryGetCagedHeap() local
|
/third_party/node/deps/v8/src/heap/ |
D | slot-set.h | 195 static size_t BucketForSlot(size_t slot_offset) { in BucketForSlot() 204 void Insert(size_t slot_offset) { in Insert() 228 bool Contains(size_t slot_offset) { in Contains() 238 void Remove(size_t slot_offset) { in Remove() 320 bool Lookup(size_t slot_offset) { in Lookup() 581 static void SlotToIndices(size_t slot_offset, size_t* bucket_index, in SlotToIndices()
|
D | objects-visiting.cc | 53 int slot_offset = WeakListVisitor<T>::WeakNextOffset(); in VisitWeakList() local
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translated-state.cc | 586 uint64_t TranslatedState::GetUInt64Slot(Address fp, int slot_offset) { in GetUInt64Slot() 594 uint32_t TranslatedState::GetUInt32Slot(Address fp, int slot_offset) { in GetUInt32Slot() 603 Float32 TranslatedState::GetFloatSlot(Address fp, int slot_offset) { in GetFloatSlot() 611 Float64 TranslatedState::GetDoubleSlot(Address fp, int slot_offset) { in GetDoubleSlot() 1156 int slot_offset = in CreateNextTranslatedValue() local 1173 int slot_offset = in CreateNextTranslatedValue() local 1187 int slot_offset = in CreateNextTranslatedValue() local 1201 int slot_offset = in CreateNextTranslatedValue() local 1215 int slot_offset = in CreateNextTranslatedValue() local 1228 int slot_offset = in CreateNextTranslatedValue() local [all …]
|
/third_party/node/deps/v8/src/compiler/ |
D | linkage.cc | 109 int slot_offset = -operand.GetLocation(); in GetOffsetToFirstUnusedStackSlot() local 123 int slot_offset = -operand.GetLocation(); in GetOffsetToReturns() local 151 int slot_offset = -operand.GetLocation() - 1; in GetTaggedParameterSlots() local
|
D | wasm-compiler.cc | 8528 int slot_offset) in LinkageLocationAllocator()
|
/third_party/node/deps/v8/src/wasm/ |
D | jump-table-assembler.h | 62 static uint32_t SlotOffsetToIndex(uint32_t slot_offset) { in SlotOffsetToIndex()
|
D | wasm-code-manager.cc | 1785 uint32_t slot_offset = GetJumpTableOffset(func_index); in GetCallTargetForFunction() local 1830 uint32_t slot_offset = GetJumpTableOffset(func_index); in GetNearCallTargetForFunction() local 1847 uint32_t slot_offset = in GetFunctionIndexFromJumpTableSlot() local
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-internal-gen.cc | 183 TNode<IntPtrT> slot_offset = IntPtrSub(slot, page); in InsertIntoRememberedSet() local 214 TNode<IntPtrT> LoadBucket(TNode<IntPtrT> slot_set, TNode<WordT> slot_offset, in LoadBucket() 225 void SetBitInCell(TNode<IntPtrT> bucket, TNode<WordT> slot_offset) { in SetBitInCell()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 912 int slot_offset = 0; in emit_urb_writes() local
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 1429 void TurboAssembler::SlotAddress(Register dst, int slot_offset) { in SlotAddress() 1433 void TurboAssembler::SlotAddress(Register dst, Register slot_offset) { in SlotAddress()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_io.c | 257 const unsigned slot_offset = total_offset / 4; in get_io_offset() local
|
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 1172 int slot_offset = 0; in IterateCompiledFrame() local
|
/third_party/python/Objects/ |
D | typeobject.c | 49 short slot_offset; member 3380 short slot_offset, subslot_offset; in PyType_FromModuleAndSpec() local
|