Home
last modified time | relevance | path

Searched defs:hotness (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_trace.h69 MethodData(const JSThread *thread, JSTaggedValue value, bool hotness) in MethodData()
107 void SetHotness(bool hotness) in SetHotness()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp77 void BasicBlock::SetHotness(int64_t hotness) in SetHotness()