Searched refs:TryJitCompile (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_operation.h | 121 inline void TryJitCompile() const in TryJitCompile() function in panda::ecmascript::kungfu::ProfileOperation
|
H A D | profiler_stub_builder.h | 121 void TryJitCompile(GateRef glue, OffsetInfo opCodeInfo, GateRef func, GateRef profileTypeInfo);
|
H A D | profiler_stub_builder.cpp | 1046 void ProfilerStubBuilder::TryJitCompile(GateRef glue, OffsetInfo offsetInfo, in TryJitCompile() function in panda::ecmascript::kungfu::ProfilerStubBuilder 1205 TryJitCompile(glue, { 0, slotIdInfo.GetPC(), true }, func, profileTypeInfo); in PGOProfiler()
|
H A D | interpreter_stub.cpp | 165 (callback).TryJitCompile(); \
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 84 (callback).TryJitCompile(); \ 5913 profiler.TryJitCompile(glue, { offset, 0, false }, func, profileTypeInfo); in GenerateCircuit()
|
Completed in 27 milliseconds