Searched refs:AllocateStackSlot (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 351 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 338 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 351 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/external/v8/src/ast/ |
D | scopes.cc | 2165 void Scope::AllocateStackSlot(Variable* var) { in AllocateStackSlot() function in v8::internal::Scope 2167 outer_scope()->GetDeclarationScope()->AllocateStackSlot(var); in AllocateStackSlot() 2247 AllocateStackSlot(var); in AllocateNonParameterLocal()
|
D | scopes.h | 609 void AllocateStackSlot(Variable* var); in NON_EXPORTED_BASE()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.h | 551 inline void AllocateStackSlot(Register addr, uint32_t size);
|
D | liftoff-compiler.cc | 1400 __ AllocateStackSlot(info.gp(), sizeof(MemoryTracingInfo)); in TraceMemoryOperation() local
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 916 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 1216 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 1352 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 1433 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1609 void LiftoffAssembler::AllocateStackSlot(Register addr, uint32_t size) { in AllocateStackSlot() function
|