/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 2425 void Scope::AllocateStackSlot(Variable* var) { in AllocateStackSlot() function in v8::internal::Scope 2427 outer_scope()->GetDeclarationScope()->AllocateStackSlot(var); in AllocateStackSlot() 2505 AllocateStackSlot(var); in AllocateNonParameterLocal()
|
H A D | scopes.h | 718 void AllocateStackSlot(Variable* var);
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 1490 inline void AllocateStackSlot(Register addr, uint32_t size);
|
H A D | liftoff-compiler.cc | 2213 __ AllocateStackSlot(info.gp(), sizeof(int64_t)); 2924 __ AllocateStackSlot(info.gp(), sizeof(MemoryTracingInfo));
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 3050 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 3058 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 3033 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 3056 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 3603 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4611 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) {
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 4256 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) {
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 4157 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 3788 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function in v8::internal::wasm::LiftoffAssembler
|