/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | compiler_queue_test.cpp | 144 mainMethod->SetHotnessCounter(3U); in TEST_F() 145 fMethod->SetHotnessCounter(2U); in TEST_F() 146 gMethod->SetHotnessCounter(1U); in TEST_F() 172 mainMethod->SetHotnessCounter(3U); in TEST_F() 173 fMethod->SetHotnessCounter(3U); in TEST_F() 174 gMethod->SetHotnessCounter(3U); in TEST_F() 241 mainMethod->SetHotnessCounter(3U); in TEST_F() 242 fMethod->SetHotnessCounter(2U); in TEST_F() 243 gMethod->SetHotnessCounter(1U); in TEST_F() 256 mainMethod->SetHotnessCounter( in TEST_F() [all...] |
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | method_literal.h | 232 inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t counter) in SetHotnessCounter() function 323 static uint64_t SetHotnessCounter(uint64_t literalInfo, int16_t counter) in SetHotnessCounter() function
|
H A D | method_literal.cpp | 46 SetHotnessCounter(EcmaInterpreter::GetHotnessCounter(codeSize, cancelThreshold)); in Initialize()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | method.h | 234 inline NO_THREAD_SANITIZE void SetHotnessCounter(int16_t counter) in SetHotnessCounter() function in panda::ecmascript::Method 237 uint64_t newValue = MethodLiteral::SetHotnessCounter(literalInfo, counter); in SetHotnessCounter()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | method.h | 359 inline NO_THREAD_SANITIZE void SetHotnessCounter(uint32_t counter) in SetHotnessCounter() function in ark::Method::VerificationStage
|
H A D | method-inl.h | 484 SetHotnessCounter(threshold - profThreshold - 1); in DecrementHotnessCounter()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 606 SetHotnessCounter(glue, thisMethod, *varHotnessCounter); in GenerateCircuit() 3380 SetHotnessCounter(glue, curMethod, *varHotnessCounter); in GenerateCircuit() 4929 SetHotnessCounter(glue, method, *varHotnessCounter); in GenerateCircuit() 5655 SetHotnessCounter(glue, curMethod, *varHotnessCounter); in GenerateCircuit() 5765 SetHotnessCounter(glue, method, *varHotnessCounter); in GenerateCircuit() 5917 SetHotnessCounter(glue, method, *varHotnessCounter); in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 2745 SetHotnessCounter(glue, method, *varHotnessCounter);
in DECLARE_ASM_HANDLER() 2844 SetHotnessCounter(glue, method, *varHotnessCounter);
in DECLARE_ASM_HANDLER() 2951 SetHotnessCounter(glue, method, *varHotnessCounter);
in DECLARE_ASM_HANDLER() 3056 SetHotnessCounter(glue, method, *varHotnessCounter);
in DECLARE_ASM_HANDLER() 3437 SetHotnessCounter(glue, method, *varHotnessCounter);
in DECLARE_ASM_HANDLER()
|
H A D | stub_builder-inl.h | 337 void StubBuilder::SetHotnessCounter(GateRef glue, GateRef method, GateRef value) in SetHotnessCounter() function in panda::ecmascript::kungfu::StubBuilder 353 SetHotnessCounter(glue, method, hotnessCounter); in SaveHotnessCounterIfNeeded()
|
H A D | stub_builder.h | 946 inline void SetHotnessCounter(GateRef glue, GateRef method, GateRef value);
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 7939 method->SetHotnessCounter(EcmaInterpreter::METHOD_HOTNESS_THRESHOLD); in UpdateHotnessCounter() 7944 method->SetHotnessCounter(EcmaInterpreter::METHOD_HOTNESS_THRESHOLD); in UpdateHotnessCounter() 7948 method->SetHotnessCounter(hotnessCounter); in UpdateHotnessCounter()
|
H A D | interpreter_assembly.cpp | 59 currentMethod->SetHotnessCounter(static_cast<int16_t>(hotnessCounter)); \ 534 method->SetHotnessCounter(static_cast<int16_t>(hotnessCounter)); in HandleReturn() 562 method->SetHotnessCounter(static_cast<int16_t>(hotnessCounter)); in HandleReturnundefined()
|