Searched refs:AllocateStackSlot (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
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()
|
D | scopes.h | 718 void AllocateStackSlot(Variable* var);
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 1490 inline void AllocateStackSlot(Register addr, uint32_t size);
|
D | liftoff-compiler.cc | 2213 __ AllocateStackSlot(info.gp(), sizeof(int64_t)); in TraceFunctionExit() local 2924 __ AllocateStackSlot(info.gp(), sizeof(MemoryTracingInfo)); in TraceMemoryOperation() local
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 3050 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 3058 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 3033 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 3056 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 3603 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
D | liftoff-assembler-riscv64.h | 3788 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 4157 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 4256 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 4611 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|