Home
last modified time | relevance | path

Searched defs:UpdateHotnessCounter (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp7990 bool EcmaInterpreter::UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp, JSTaggedValue acc, i… in UpdateHotnessCounter() function in panda::ecmascript::EcmaInterpreter
Dinterpreter_assembly.cpp8037 inline JSTaggedValue InterpreterAssembly::UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp) in UpdateHotnessCounter() function in panda::ecmascript::InterpreterAssembly
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1568 DEF_RUNTIME_STUBS(UpdateHotnessCounter) in DEF_RUNTIME_STUBS() argument