Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp345 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4()
357 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8()
369 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16()
381 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16()
392 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8()
402 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16()
412 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32()
422 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8()
438 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm16()
454 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm32()
[all …]
Dinterpreter-inl.cpp7994 auto hotnessCounter = method->GetHotnessCounter(); in UpdateHotnessCounter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h681 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
691 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
699 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger()
709 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast()
725 GateRef hotnessCounter, GateRef index) in DispatchWithId()
737 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException()
755 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException()
773 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckExceptionWithVar()
793 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckExceptionWithJump()
Dstub_builder-inl.h408 void StubBuilder::SaveHotnessCounterIfNeeded(GateRef glue, GateRef sp, GateRef hotnessCounter, JSCa… in SaveHotnessCounterIfNeeded()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h121 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
129 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
Dbaseline_stubs.cpp319 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
554 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
753 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
814 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
847 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
1354 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
1382 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
1409 …GateRef hotnessCounter = Int32Argument(PARAM_INDEX(BaselineSupercallthisrangeImm8Imm8V8, HOTNESS_C… in GenerateCircuit() local
1634 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
1664 …GateRef hotnessCounter = Int32Argument(PARAM_INDEX(BaselineSupercallspreadImm8V8, HOTNESS_COUNTER)… in GenerateCircuit() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h950 int16_t hotnessCounter; member
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2430 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local