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