Home
last modified time | relevance | path

Searched refs:IsCallerFrameSlot (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dlinkage.cc108 DCHECK(operand.IsCallerFrameSlot()); in GetOffsetToFirstUnusedStackSlot()
122 DCHECK(operand.IsCallerFrameSlot()); in GetOffsetToReturns()
168 if (GetReturnLocation(i).IsCallerFrameSlot() && in CanTailCall()
169 callee->GetReturnLocation(i).IsCallerFrameSlot()) { in CanTailCall()
Dlinkage.h149 bool IsCallerFrameSlot() const { return !IsRegister() && GetLocation() < 0; } in IsCallerFrameSlot() function
157 DCHECK(IsCallerFrameSlot()); in AsCallerFrameSlot()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.cc976 DCHECK(loc.IsCallerFrameSlot()); in PrepareStackTransfers()
1106 DCHECK(loc.IsCallerFrameSlot()); in FinishCall()
1200 if (loc.IsCallerFrameSlot()) { in MoveToReturnLocations()
Dliftoff-compiler.cc659 DCHECK(location.IsCallerFrameSlot()); in ProcessParameter()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector-impl.h437 if (location.IsCallerFrameSlot()) { in ToUnallocatedOperand()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2589 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc1378 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2772 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc1714 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc1758 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc1808 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1502 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc1749 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2002 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2130 if (!output.location.IsCallerFrameSlot()) continue; in EmitPrepareResults()