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.cpp126 MemLayout *memLayout = aarchCGFunc->GetMemlayout(); in AdjustMemOfstVary() local
141 auto *memLayout = static_cast<AArch64MemLayout *>(aarchCGFunc->GetMemlayout()); in AdjustmentOffsetForImmOpnd() local
Daarch64_args.cpp59 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(aarFunc->GetMemlayout()); in MoveRegisterArgs() local
Daarch64_proepilog.cpp641 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(cgFunc.GetMemlayout()); in GeneratePushRegs() local
1131 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(cgFunc.GetMemlayout()); in GeneratePopRegs() local
Daarch64_cgfunc.cpp6678 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(this->GetMemlayout()); in GenRetCleanup() local
6879 AArch64MemLayout *memLayout = static_cast<AArch64MemLayout *>(this->GetMemlayout()); in HandleRCCall() local
8908 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.cpp36 X64MemLayout *memLayout = static_cast<X64MemLayout *>(cgFunc.GetMemlayout()); in GenerateCalleeSavedRegs() local
153 auto *memLayout = static_cast<X64MemLayout *>(cgFunc.GetMemlayout()); in GenerateProlog() local
Dx64_cgfunc.cpp880 auto *memLayout = static_cast<X64MemLayout *>(this->GetMemlayout()); in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1820 MemLayout *memLayout = nullptr; variable