Home
last modified time | relevance | path

Searched refs:IsCompiledOrTryCompile (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.h122 GateRef IsCompiledOrTryCompile(GateRef glue, GateRef func, GateRef profileTypeInfo, ProfileOperation callback);
123 GateRef IsCompiledOrTryCompile(GateRef glue, GateRef func, GateRef profileTypeInfo);
H A Dprofiler_stub_builder.cpp879 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 Dinterpreter_stub.cpp2731 .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 Dbaseline_stubs.cpp3371 .And(ProfilerStubBuilder(env).IsCompiledOrTryCompile( in GenerateCircuit()
5646 .And(ProfilerStubBuilder(env).IsCompiledOrTryCompile( in GenerateCircuit()

Completed in 25 milliseconds