Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_alignment.h29 uint32 alignMinBBSize = 16; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp60 uint32 CGOptions::alignMinBBSize = 16; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1734 static uint32 alignMinBBSize; variable