Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp305 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV4V4()
317 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV8V8()
329 JSTaggedValue acc, int16_t hotnessCounter) in HandleMovV16V16()
341 JSTaggedValue acc, int16_t hotnessCounter) in HandleLdaStrId16()
352 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm8()
362 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm16()
372 JSTaggedValue acc, int16_t hotnessCounter) in HandleJmpImm32()
382 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm8()
398 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm16()
414 JSTaggedValue acc, int16_t hotnessCounter) in HandleJeqzImm32()
[all …]
Dinterpreter-inl.cpp7841 auto hotnessCounter = method->GetHotnessCounter(); in UpdateHotnessCounter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h675 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
685 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
693 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebugger()
703 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchDebuggerLast()
719 GateRef hotnessCounter, GateRef index) in DispatchWithId()
731 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckException()
749 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckPendingException()
767 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckExceptionWithVar()
787 … GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter, in CheckExceptionWithJump()
Dstub_builder-inl.h338 void StubBuilder::SaveHotnessCounterIfNeeded(GateRef glue, GateRef sp, GateRef hotnessCounter, JSCa… in SaveHotnessCounterIfNeeded()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h120 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast()
128 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
Dbaseline_stubs.cpp320 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
553 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
752 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
813 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
846 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
1345 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
1373 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
1400 …GateRef hotnessCounter = Int32Argument(PARAM_INDEX(BaselineSupercallthisrangeImm8Imm8V8, HOTNESS_C… in GenerateCircuit() local
1623 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit() local
1640 …GateRef hotnessCounter = Int32Argument(PARAM_INDEX(BaselineSupercallspreadImm8V8, HOTNESS_COUNTER)… in GenerateCircuit() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h923 int16_t hotnessCounter; member
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2269 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local