Home
last modified time | relevance | path

Searched refs:AsCallerFrameSlot (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dlinkage.cc170 if (GetReturnLocation(i).AsCallerFrameSlot() + stack_returns_delta != in CanTailCall()
171 callee->GetReturnLocation(i).AsCallerFrameSlot()) { in CanTailCall()
Dlinkage.h156 int32_t AsCallerFrameSlot() const { in AsCallerFrameSlot() function
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector-impl.h440 location.AsCallerFrameSlot(), virtual_register); in ToUnallocatedOperand()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.cc1207 StoreCallerFrameSlot(reg, -loc.AsCallerFrameSlot(), lowered_kind); in MoveToReturnLocations()
Dliftoff-compiler.cc667 __ LoadCallerFrameSlot(reg, -location.AsCallerFrameSlot(), reg_kind); in ProcessParameter()