Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp397 maplecl::Option<uint32_t> numOfCallSiteUpBound({"--num-of-CallSite-HighBound"}, variable
Doption.cpp56 uint32 Options::numOfCallSiteUpBound = 10; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h93 static uint32 numOfCallSiteUpBound; variable