Home
last modified time | relevance | path

Searched refs:cancelThreshold (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp45 bool cancelThreshold = (thread != nullptr && thread->GetEcmaVM()->GetJSOptions().GetJitCallThreshold() != 0); in Initialize() local
46 SetHotnessCounter(EcmaInterpreter::GetHotnessCounter(codeSize, cancelThreshold)); in Initialize()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h80 static int16_t GetHotnessCounter(uint32_t codeSize, bool cancelThreshold);
H A Dinterpreter-inl.cpp7995 int16_t EcmaInterpreter::GetHotnessCounter(uint32_t codeSize, bool cancelThreshold) in GetHotnessCounter() argument
7998 if (cancelThreshold) { in GetHotnessCounter()

Completed in 14 milliseconds