Home
last modified time | relevance | path

Searched refs:METHOD_HOTNESS_THRESHOLD (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h39 static const int16_t METHOD_HOTNESS_THRESHOLD = 0x700; member in panda::ecmascript::EcmaInterpreter
H A Dinterpreter-inl.cpp7939 method->SetHotnessCounter(EcmaInterpreter::METHOD_HOTNESS_THRESHOLD); in UpdateHotnessCounter()
7944 method->SetHotnessCounter(EcmaInterpreter::METHOD_HOTNESS_THRESHOLD); in UpdateHotnessCounter()
8000 } else if (result > METHOD_HOTNESS_THRESHOLD) { in GetHotnessCounter()
8001 return METHOD_HOTNESS_THRESHOLD; in GetHotnessCounter()
H A Dinterpreter_assembly.cpp114 hotnessCounter = EcmaInterpreter::METHOD_HOTNESS_THRESHOLD; \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp58 varHotnessCounter = Int32(EcmaInterpreter::METHOD_HOTNESS_THRESHOLD); \
5895 varHotnessCounter = Int32(EcmaInterpreter::METHOD_HOTNESS_THRESHOLD); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp140 varHotnessCounter = Int32(EcmaInterpreter::METHOD_HOTNESS_THRESHOLD); \

Completed in 45 milliseconds