Home
last modified time | relevance | path

Searched defs:setResultAsTrue (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp1011 Branch(Int32Equal(hotnessThreshold, Int32(ProfileTypeInfo::JIT_DISABLE_FLAG)), &setResultAsTrue, &cmpJitHotnessCnt); in IsCompiledOrTryCompile() local
1013 BRANCH(Int32GreaterThan(hotnessCnt, hotnessThreshold), &setResultAsTrue, &checkJitCallThreshold); in IsCompiledOrTryCompile() local
1029 BRANCH(Int32LessThan(jitCallCnt, jitCallThreshold), &incJitCallCnt, &setResultAsTrue); in IsCompiledOrTryCompile() local

Completed in 5 milliseconds