Home
last modified time | relevance | path

Searched defs:slot_offset (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dembedder-data-slot-inl.h60 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/
Ddeserializer.cc70 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/
Dwrite-barrier.h53 uintptr_t slot_offset = 0; member
188 const uintptr_t slot_offset = in TryGetCagedHeap() local
/third_party/node/deps/v8/src/heap/
Dslot-set.h195 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()
Dobjects-visiting.cc53 int slot_offset = WeakListVisitor<T>::WeakNextOffset(); in VisitWeakList() local
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc586 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/
Dlinkage.cc109 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
Dwasm-compiler.cc8528 int slot_offset) in LinkageLocationAllocator()
/third_party/node/deps/v8/src/wasm/
Djump-table-assembler.h62 static uint32_t SlotOffsetToIndex(uint32_t slot_offset) { in SlotOffsetToIndex()
Dwasm-code-manager.cc1785 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/
Dbuiltins-internal-gen.cc183 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/
Dbrw_fs_visitor.cpp912 int slot_offset = 0; in emit_urb_writes() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc1429 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/
Dnir_lower_io.c257 const unsigned slot_offset = total_offset / 4; in get_io_offset() local
/third_party/node/deps/v8/src/execution/
Dframes.cc1172 int slot_offset = 0; in IterateCompiledFrame() local
/third_party/python/Objects/
Dtypeobject.c49 short slot_offset; member
3380 short slot_offset, subslot_offset; in PyType_FromModuleAndSpec() local