Home
last modified time | relevance | path

Searched refs:DoOptimizedFrameLayout (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp409 if (CGOptions::DoOptimizedFrameLayout() && !CGOptions::IsArm64ilp32() && in LayoutLocalVariables()
439 if (!CGOptions::DoOptimizedFrameLayout() || CGOptions::IsArm64ilp32() || in LayoutLocalVariables()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1619 static bool DoOptimizedFrameLayout() in DoOptimizedFrameLayout() function