Home
last modified time | relevance | path

Searched refs:LayoutLocalVariables (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_memlayout.h152 void LayoutLocalVariables();
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_memlayout.cpp101 void X64MemLayout::LayoutLocalVariables() in LayoutLocalVariables() function in maplebe::X64MemLayout
162 LayoutLocalVariables(); in LayoutStackFrame()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_memlayout.h220 …void LayoutLocalVariables(std::vector<MIRSymbol *> &tempVar, std::vector<MIRSymbol *> &returnDelay…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp141 void AArch64MemLayout::LayoutLocalVariables(std::vector<MIRSymbol *> &tempVar, std::vector<MIRSymbo… in LayoutLocalVariables() function in maplebe::AArch64MemLayout
228 LayoutLocalVariables(eaTempVar, retDelays); in LayoutStackFrame()