Home
last modified time | relevance | path

Searched refs:GetCompilerHotnessThreshold (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h128 static uint32_t GetCompilerHotnessThreshold() in GetCompilerHotnessThreshold() function
130 return Runtime::GetOptions().GetCompilerHotnessThreshold(); in GetCompilerHotnessThreshold()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h203 static uint32_t GetCompilerHotnessThreshold() in GetCompilerHotnessThreshold() function
/arkcompiler/runtime_core/static_core/runtime/
Dmethod.cpp616 uint32_t threshold = options.GetCompilerHotnessThreshold(); in GetInitialHotnessCounter()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h481 uint32_t threshold = options.GetCompilerHotnessThreshold(); in DecrementHotnessCounter()