Searched defs:hotnessCounter (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 305 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 …]
|
| D | interpreter-inl.cpp | 7841 auto hotnessCounter = method->GetHotnessCounter(); in UpdateHotnessCounter() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub-inl.h | 675 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()
|
| D | stub_builder-inl.h | 338 void StubBuilder::SaveHotnessCounterIfNeeded(GateRef glue, GateRef sp, GateRef hotnessCounter, JSCa… in SaveHotnessCounterIfNeeded()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stub_builder.h | 120 GateRef profileTypeInfo, GateRef acc, GateRef hotnessCounter) in DispatchLast() 128 GateRef acc, GateRef hotnessCounter, GateRef format) in Dispatch()
|
| D | baseline_stubs.cpp | 320 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/ |
| D | method.h | 923 int16_t hotnessCounter; member
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2269 JSTaggedValue hotnessCounter = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
|