Home
last modified time | relevance | path

Searched refs:caller_slot_idx (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h63 uint32_t caller_slot_idx, in LoadCallerFrameSlot() argument
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h63 uint32_t caller_slot_idx, in LoadCallerFrameSlot() argument
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h63 uint32_t caller_slot_idx, in LoadCallerFrameSlot() argument
/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h285 uint32_t caller_slot_idx, in LoadCallerFrameSlot() argument
287 int32_t offset = (caller_slot_idx + 1) * LiftoffAssembler::kStackSlotSize; in LoadCallerFrameSlot()
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h382 uint32_t caller_slot_idx, in LoadCallerFrameSlot() argument
384 MemOperand src(fp, kPointerSize * (caller_slot_idx + 1)); in LoadCallerFrameSlot()
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h449 uint32_t caller_slot_idx, in LoadCallerFrameSlot() argument
451 int32_t offset = kPointerSize * (caller_slot_idx + 1); in LoadCallerFrameSlot()
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h292 uint32_t caller_slot_idx, in LoadCallerFrameSlot() argument
294 Operand src(rbp, kPointerSize * (caller_slot_idx + 1)); in LoadCallerFrameSlot()
/external/v8/src/wasm/baseline/
Dliftoff-assembler.h365 inline void LoadCallerFrameSlot(LiftoffRegister, uint32_t caller_slot_idx,
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h366 uint32_t caller_slot_idx, in LoadCallerFrameSlot() argument
368 liftoff::Load(this, dst, ebp, kPointerSize * (caller_slot_idx + 1), type); in LoadCallerFrameSlot()