Home
last modified time | relevance | path

Searched defs:memLayout (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_offset_adjust.cpp144 MemLayout *memLayout = aarchCGFunc->GetMemlayout(); in AdjustMemOfstVary() local
159 auto *memLayout = static_cast<AArch64MemLayout *>(aarchCGFunc->GetMemlayout()); in AdjustmentOffsetForImmOpnd() local
Daarch64_args.cpp56 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(aarFunc->GetMemlayout()); in MoveRegisterArgs() local
Daarch64_proepilog.cpp491 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(cgFunc.GetMemlayout()); in GeneratePushRegs() local
824 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(cgFunc.GetMemlayout()); in GeneratePopRegs() local
Daarch64_cgfunc.cpp4135 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(this->GetMemlayout()); in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_proepilog.cpp33 X64MemLayout *memLayout = static_cast<X64MemLayout *>(cgFunc.GetMemlayout()); in GenerateCalleeSavedRegs() local
104 auto *memLayout = static_cast<X64MemLayout *>(cgFunc.GetMemlayout()); in GenerateProlog() local
Dx64_cgfunc.cpp364 auto *memLayout = static_cast<X64MemLayout *>(this->GetMemlayout()); in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1144 MemLayout *memLayout = nullptr; variable