Home
last modified time | relevance | path

Searched refs:GetProfileTypeInfoFromFunction (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.cpp58 GateRef BaselineStubBuilder::GetProfileTypeInfoFromFunction(GateRef function) in GetProfileTypeInfoFromFunction() function in panda::ecmascript::kungfu::BaselineStubBuilder
H A Dbaseline_stubs.h48 inline GateRef GetProfileTypeInfoFromFunction(GateRef function);
H A Dbaseline_stub_builder.h160 GateRef GetProfileTypeInfoFromFunction(GateRef function);
H A Dbaseline_stubs-inl.h178 GateRef BaselineStubBuilder::GetProfileTypeInfoFromFunction(GateRef function) in GetProfileTypeInfoFromFunction() function in panda::ecmascript::kungfu::BaselineStubBuilder
H A Dbaseline_stubs.cpp154 GateRef profileTypeInfo = GetProfileTypeInfoFromFunction(func); \
171 GateRef profileTypeInfo = GetProfileTypeInfoFromFunction(func); \
184 GateRef profileTypeInfo = GetProfileTypeInfoFromFunction(curFunc); \
555 GateRef profileTypeInfo = GetProfileTypeInfoFromFunction(GetFunctionFromFrame(frame)); in GenerateCircuit()
650 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in GenerateCircuit()
2823 GateRef profileTypeInfo = GetProfileTypeInfoFromFunction(GetFunctionFromFrame(GetFrame(sp))); in GenerateCircuit()
2885 GateRef profileTypeInfo = GetProfileTypeInfoFromFunction(func); in GenerateCircuit()
3421 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in GenerateCircuit()
4884 GateRef profileTypeInfo = GetProfileTypeInfoFromFunction(func); in GenerateCircuit()
4971 varProfileTypeInfo = GetProfileTypeInfoFromFunction(functio in GenerateCircuit()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.h158 inline GateRef GetProfileTypeInfoFromFunction(GateRef function);
H A Dinterpreter_stub.cpp335 GateRef prevProfileTypeInfo = GetProfileTypeInfoFromFunction(prevFunction); \
2789 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in DECLARE_ASM_HANDLER()
2889 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in DECLARE_ASM_HANDLER()
2995 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in DECLARE_ASM_HANDLER()
3100 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in DECLARE_ASM_HANDLER()
3481 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in DECLARE_ASM_HANDLER()
5293 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in DECLARE_ASM_HANDLER_NOPRINT()
5335 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in DECLARE_ASM_HANDLER()
5436 varProfileTypeInfo = GetProfileTypeInfoFromFunction(function); in DECLARE_ASM_HANDLER()
H A Dinterpreter_stub-inl.h308 GateRef InterpreterStubBuilder::GetProfileTypeInfoFromFunction(GateRef function) in GetProfileTypeInfoFromFunction() function in panda::ecmascript::kungfu::InterpreterStubBuilder

Completed in 27 milliseconds