Home
last modified time | relevance | path

Searched refs:UpdateHotnessCounter (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h67 static bool UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp, JSTaggedValue acc, int32_t offset);
H A Dinterpreter_assembly.h46 static inline JSTaggedValue UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp);
H A Dinterpreter-inl.h545 #define UPDATE_HOTNESS_COUNTER_NON_ACC(offset) (UpdateHotnessCounter(thread, sp, acc, offset))
549 if (UpdateHotnessCounter(thread, sp, acc, offset)) { \
H A Dinterpreter-inl.cpp532 #define UPDATE_HOTNESS_COUNTER_NON_ACC(offset) (UpdateHotnessCounter(thread, sp, acc, offset))
536 if (UpdateHotnessCounter(thread, sp, acc, offset)) { \
7921 bool EcmaInterpreter::UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp, JSTaggedValue acc, int32_t offset) in UpdateHotnessCounter() function in panda::ecmascript::EcmaInterpreter
H A Dinterpreter_assembly.cpp112 profileTypeInfo = UpdateHotnessCounter(thread, sp); \
7967 inline JSTaggedValue InterpreterAssembly::UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp)
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h308 V(UpdateHotnessCounter) \
H A Druntime_stubs.cpp1545 DEF_RUNTIME_STUBS(UpdateHotnessCounter) in DEF_RUNTIME_STUBS()
1547 RUNTIME_STUBS_HEADER(UpdateHotnessCounter); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1105 profileTypeInfo = CallRuntime(glue_, RTSTUB_ID(UpdateHotnessCounter), { jsFunc }); in SetProfileTypeInfoCellToFunction()
H A Dinterpreter_stub.cpp150 varProfileTypeInfo = CallRuntime(glue, RTSTUB_ID(UpdateHotnessCounter), { func }); \
H A Dstub_builder.cpp9103 profileTypeInfo = CallRuntime(glue, RTSTUB_ID(UpdateHotnessCounter), { jsFunc }); in UpdateProfileTypeInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp68 varProfileTypeInfo = CallRuntime(glue, RTSTUB_ID(UpdateHotnessCounter), { func }); \

Completed in 86 milliseconds