Home
last modified time | relevance | path

Searched refs:AllocateStackSlot (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dscopes.cc2425 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()
Dscopes.h718 void AllocateStackSlot(Variable* var);
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-assembler.h1490 inline void AllocateStackSlot(Register addr, uint32_t size);
Dliftoff-compiler.cc2213 __ 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/
Dliftoff-assembler-ppc.h3050 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h3058 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h3033 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h3056 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h3603 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h3788 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h4157 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h4256 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h4611 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function