Searched defs:hotnessCounter (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 262 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 …]
|
| D | interpreter-inl.h | 7210 auto hotnessCounter = method->GetHotnessCounter(); in UpdateHotnessCounter() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub-inl.h | 551 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()
|
| D | stub_builder-inl.h | 262 void StubBuilder::SaveHotnessCounterIfNeeded(GateRef glue, GateRef sp, GateRef hotnessCounter, JSCa… in SaveHotnessCounterIfNeeded()
|
| D | stub_builder.cpp | 4504 … GateRef hotnessCounter, JSCallMode mode, std::initializer_list<GateRef> args) in JSCallDispatch()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1403 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
|