Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp901 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
985 GateRef hotnessCnt = Load(VariableType::INT16(), profileTypeInfo, hotnessCntOffset); in GetOsrHotnessCnt() local
998 GateRef hotnessCnt = GetJitHotnessCnt(profileTypeInfo); in IsCompiledOrTryCompile() local

Completed in 4 milliseconds