Home
last modified time | relevance | path

Searched defs:alignMaxBBSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_alignment.h30 uint32 alignMaxBBSize = 96; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp61 uint32 CGOptions::alignMaxBBSize = 96; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1735 static uint32 alignMaxBBSize; variable