Searched defs:AllocateStackSlot (Results 1 – 10 of 10) sorted by relevance
| /external/v8/src/ast/ |
| D | scopes.cc | 2263 void Scope::AllocateStackSlot(Variable* var) { in AllocateStackSlot() function in v8::internal::Scope
|
| /external/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 1668 __ AllocateStackSlot(info.gp(), sizeof(int64_t)); in TraceFunctionExit() local 2192 __ AllocateStackSlot(info.gp(), sizeof(MemoryTracingInfo)); in TraceMemoryOperation() local
|
| /external/v8/src/wasm/baseline/s390/ |
| D | liftoff-assembler-s390.h | 1573 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
| /external/v8/src/wasm/baseline/ppc/ |
| D | liftoff-assembler-ppc.h | 1569 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
| /external/v8/src/wasm/baseline/arm64/ |
| D | liftoff-assembler-arm64.h | 2823 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { function
|
| /external/v8/src/wasm/baseline/mips/ |
| D | liftoff-assembler-mips.h | 2706 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
| /external/v8/src/wasm/baseline/mips64/ |
| D | liftoff-assembler-mips64.h | 2881 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
| /external/v8/src/wasm/baseline/x64/ |
| D | liftoff-assembler-x64.h | 4080 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
| /external/v8/src/wasm/baseline/arm/ |
| D | liftoff-assembler-arm.h | 3877 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
| /external/v8/src/wasm/baseline/ia32/ |
| D | liftoff-assembler-ia32.h | 4522 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|