Home
last modified time | relevance | path

Searched refs:SetHotnessCounter (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dcompiler_queue_test.cpp144 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 Dmethod_literal.h232 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 Dmethod_literal.cpp46 SetHotnessCounter(EcmaInterpreter::GetHotnessCounter(codeSize, cancelThreshold)); in Initialize()
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h234 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 Dmethod.h359 inline NO_THREAD_SANITIZE void SetHotnessCounter(uint32_t counter) in SetHotnessCounter() function in ark::Method::VerificationStage
H A Dmethod-inl.h484 SetHotnessCounter(threshold - profThreshold - 1); in DecrementHotnessCounter()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp606 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 Dinterpreter_stub.cpp2745 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 Dstub_builder-inl.h337 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 Dstub_builder.h946 inline void SetHotnessCounter(GateRef glue, GateRef method, GateRef value);
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp7939 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 Dinterpreter_assembly.cpp59 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()

Completed in 62 milliseconds