Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc139 if (GetReturnLocation(i).AsCallerFrameSlot() - stack_param_delta != in CanTailCall()
140 callee->GetReturnLocation(i).AsCallerFrameSlot()) { in CanTailCall()
Dlinkage.h159 int32_t AsCallerFrameSlot() const { in AsCallerFrameSlot() function
/external/v8/src/compiler/backend/
Dinstruction-selector-impl.h424 location.AsCallerFrameSlot(), virtual_register); in ToUnallocatedOperand()
/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc982 StoreCallerFrameSlot(reg, -loc.AsCallerFrameSlot(), lowered_type); in MoveToReturnLocations()
Dliftoff-compiler.cc489 __ LoadCallerFrameSlot(reg, -location.AsCallerFrameSlot(), reg_type); in ProcessParameter()