Searched refs:IsCompiledOrTryCompile (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.h | 122 GateRef IsCompiledOrTryCompile(GateRef glue, GateRef func, GateRef profileTypeInfo, ProfileOperation callback); 123 GateRef IsCompiledOrTryCompile(GateRef glue, GateRef func, GateRef profileTypeInfo);
|
H A D | profiler_stub_builder.cpp | 879 GateRef ProfilerStubBuilder::IsCompiledOrTryCompile(GateRef glue, GateRef func, GateRef profileTypeInfo, in IsCompiledOrTryCompile() function in panda::ecmascript::kungfu::ProfilerStubBuilder 885 return IsCompiledOrTryCompile(glue, func, profileTypeInfo); in IsCompiledOrTryCompile() 989 GateRef ProfilerStubBuilder::IsCompiledOrTryCompile(GateRef glue, GateRef func, GateRef profileTypeInfo) in IsCompiledOrTryCompile() function in panda::ecmascript::kungfu::ProfilerStubBuilder
|
H A D | interpreter_stub.cpp | 2731 .And(ProfilerStubBuilder(env).IsCompiledOrTryCompile(glue, GetFunctionFromFrame(frame),
in DECLARE_ASM_HANDLER() 2830 .And(ProfilerStubBuilder(env).IsCompiledOrTryCompile(glue, GetFunctionFromFrame(frame),
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 3371 .And(ProfilerStubBuilder(env).IsCompiledOrTryCompile( in GenerateCircuit() 5646 .And(ProfilerStubBuilder(env).IsCompiledOrTryCompile( in GenerateCircuit()
|
Completed in 25 milliseconds