Home
last modified time | relevance | path

Searched refs:GetHotnessCounterFromMethod (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.h49 inline GateRef GetHotnessCounterFromMethod(GateRef method);
H A Dbaseline_stubs.cpp320 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit()
553 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit()
651 varHotnessCounter = GetHotnessCounterFromMethod(thisMethod); in GenerateCircuit()
752 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit()
813 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit()
846 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit()
1345 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit()
1373 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit()
1623 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMethod); in GenerateCircuit()
1754 GateRef hotnessCounter = GetHotnessCounterFromMethod(curMetho in GenerateCircuit()
[all...]
H A Dbaseline_stub_builder.h162 inline GateRef GetHotnessCounterFromMethod(GateRef method) in GetHotnessCounterFromMethod() function in panda::ecmascript::kungfu::BaselineStubBuilder
H A Dbaseline_stubs-inl.h184 GateRef BaselineStubBuilder::GetHotnessCounterFromMethod(GateRef method) in GetHotnessCounterFromMethod() function in panda::ecmascript::kungfu::BaselineStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.h164 inline GateRef GetHotnessCounterFromMethod(GateRef method);
H A Dinterpreter_stub.cpp336 GateRef prevHotnessCounter = GetHotnessCounterFromMethod(prevMethod); \
2790 varHotnessCounter = GetHotnessCounterFromMethod(method); in DECLARE_ASM_HANDLER()
2890 varHotnessCounter = GetHotnessCounterFromMethod(method); in DECLARE_ASM_HANDLER()
2996 varHotnessCounter = GetHotnessCounterFromMethod(method); in DECLARE_ASM_HANDLER()
3101 varHotnessCounter = GetHotnessCounterFromMethod(method); in DECLARE_ASM_HANDLER()
3482 varHotnessCounter = GetHotnessCounterFromMethod(method); in DECLARE_ASM_HANDLER()
5294 varHotnessCounter = GetHotnessCounterFromMethod(method); in DECLARE_ASM_HANDLER_NOPRINT()
5337 varHotnessCounter = GetHotnessCounterFromMethod(method); in DECLARE_ASM_HANDLER()
5437 varHotnessCounter = GetHotnessCounterFromMethod(method); in DECLARE_ASM_HANDLER()
H A Dinterpreter_stub-inl.h712 GateRef InterpreterStubBuilder::GetHotnessCounterFromMethod(GateRef method) in GetHotnessCounterFromMethod() function in panda::ecmascript::kungfu::InterpreterStubBuilder

Completed in 23 milliseconds