Home
last modified time | relevance | path

Searched refs:GetSizeInPointers (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dlinkage.h132 int GetSizeInPointers() const { in GetSizeInPointers() function
Dlinkage.cc110 offset = std::max(offset, slot_offset + operand.GetSizeInPointers()); in GetOffsetToFirstUnusedStackSlot()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc1726 stack_size += input.location.GetSizeInPointers(); in EmitPrepareArguments()
1761 reverse_slot += output.location.GetSizeInPointers(); in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1356 stack_size += input.location.GetSizeInPointers(); in EmitPrepareArguments()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1692 stack_size += input.location.GetSizeInPointers(); in EmitPrepareArguments()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc1131 int num_slots = location.GetSizeInPointers(); in InitializeCallBuffer()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc1786 stack_size += input.location.GetSizeInPointers(); in EmitPrepareArguments()