Searched refs:hotnessCnt (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.cpp | 901 void ProfilerStubBuilder::SetJitHotnessCnt(GateRef glue, GateRef profileTypeInfo, GateRef hotnessCnt) in SetJitHotnessCnt() argument 904 Store(VariableType::INT16(), glue, profileTypeInfo, hotnessCntOffset, hotnessCnt); in SetJitHotnessCnt() local 910 GateRef hotnessCnt = Load(VariableType::INT16(), profileTypeInfo, hotnessCntOffset); in GetJitHotnessCnt() local 911 return ZExtInt16ToInt32(hotnessCnt); in GetJitHotnessCnt() 985 GateRef hotnessCnt = Load(VariableType::INT16(), profileTypeInfo, hotnessCntOffset); in GetOsrHotnessCnt() local 986 return ZExtInt16ToInt32(hotnessCnt); in GetOsrHotnessCnt() 998 GateRef hotnessCnt = GetJitHotnessCnt(profileTypeInfo); in IsCompiledOrTryCompile() local 1013 BRANCH(Int32GreaterThan(hotnessCnt, hotnessThreshold), &setResultAsTrue, &checkJitCallThreshold); in IsCompiledOrTryCompile()
|
H A D | profiler_stub_builder.h | 125 void SetJitHotnessCnt(GateRef glue, GateRef profileTypeInfo, GateRef hotnessCnt);
|
Completed in 8 milliseconds