Searched refs:UpdateHotnessCounter (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter.h | 67 static bool UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp, JSTaggedValue acc, int32_t offset);
|
H A D | interpreter_assembly.h | 46 static inline JSTaggedValue UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp);
|
H A D | interpreter-inl.h | 545 #define UPDATE_HOTNESS_COUNTER_NON_ACC(offset) (UpdateHotnessCounter(thread, sp, acc, offset)) 549 if (UpdateHotnessCounter(thread, sp, acc, offset)) { \
|
H A D | interpreter-inl.cpp | 532 #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 D | interpreter_assembly.cpp | 112 profileTypeInfo = UpdateHotnessCounter(thread, sp); \ 7967 inline JSTaggedValue InterpreterAssembly::UpdateHotnessCounter(JSThread* thread, JSTaggedType *sp)
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 308 V(UpdateHotnessCounter) \
|
H A D | runtime_stubs.cpp | 1545 DEF_RUNTIME_STUBS(UpdateHotnessCounter) in DEF_RUNTIME_STUBS() 1547 RUNTIME_STUBS_HEADER(UpdateHotnessCounter); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | new_object_stub_builder.cpp | 1105 profileTypeInfo = CallRuntime(glue_, RTSTUB_ID(UpdateHotnessCounter), { jsFunc });
in SetProfileTypeInfoCellToFunction()
|
H A D | interpreter_stub.cpp | 150 varProfileTypeInfo = CallRuntime(glue, RTSTUB_ID(UpdateHotnessCounter), { func }); \
|
H A D | stub_builder.cpp | 9103 profileTypeInfo = CallRuntime(glue, RTSTUB_ID(UpdateHotnessCounter), { jsFunc }); in UpdateProfileTypeInfo()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 68 varProfileTypeInfo = CallRuntime(glue, RTSTUB_ID(UpdateHotnessCounter), { func }); \
|
Completed in 86 milliseconds