Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp393 maplecl::Option<uint32_t> numOfCallSiteLowBound({"--num-of-CallSite-LowBound"}, variable
Doption.cpp55 uint32 Options::numOfCallSiteLowBound = 2; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h92 static uint32 numOfCallSiteLowBound; variable