Home
last modified time | relevance | path

Searched refs:pushed_bytes (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h3124 int pushed_bytes = SlotSizeInBytes(slot); in Construct() local
3125 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h3120 int pushed_bytes = SlotSizeInBytes(slot); in Construct() local
3121 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h3093 int pushed_bytes = SlotSizeInBytes(slot); in Construct() local
3094 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h3161 int pushed_bytes = SlotSizeInBytes(slot); in Construct() local
3162 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h3674 int pushed_bytes = SlotSizeInBytes(slot); in Construct() local
3675 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h4688 int pushed_bytes = SlotSizeInBytes(slot);
4690 stack_decrement - pushed_bytes);
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h4350 int pushed_bytes = SlotSizeInBytes(slot);
4351 asm_->AllocateStackSpace(stack_decrement - pushed_bytes);
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h3839 int pushed_bytes = SlotSizeInBytes(slot); in Construct() local
3840 asm_->AllocateStackSpace(stack_decrement - pushed_bytes); in Construct()

Completed in 61 milliseconds