Home
last modified time | relevance | path

Searched defs:hotnessCounter (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp262 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4()
274 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8()
286 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16()
298 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16()
308 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8()
318 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16()
328 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32()
338 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8()
354 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm16()
370 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm32()
[all …]
Dinterpreter-inl.h7210 auto hotnessCounter = method->GetHotnessCounter(); in UpdateHotnessCounter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h551 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
561 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
569 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger()
579 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast()
595 GateRef hotnessCounter, GateRef index) in DispatchWithId()
607 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException()
625 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException()
643 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckExceptionWithVar()
663 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckExceptionWithJump()
Dstub_builder-inl.h262 void StubBuilder::SaveHotnessCounterIfNeeded(GateRef glue, GateRef sp, GateRef hotnessCounter, JSCa… in SaveHotnessCounterIfNeeded()
Dstub_builder.cpp4504GateRef hotnessCounter, JSCallMode mode, std::initializer_list<GateRef> args) in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1403 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
1420 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
1437 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
1454 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local