Searched defs:cancelThreshold (Results 1 – 2 of 2) sorted by relevance
48 …bool cancelThreshold = (thread != nullptr && thread->GetEcmaVM()->GetJSOptions().GetJitHotnessThre… in Initialize() local
8064 int16_t EcmaInterpreter::GetHotnessCounter(uint32_t codeSize, bool cancelThreshold) in GetHotnessCounter()