Searched refs:JitCompile (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | jit_compiler.h | 31 PUBLIC_API bool JitCompile(void *compiler, JitTask *jitTask);
|
H A D | jit_compiler.cpp | 261 bool JitCompile(void *compilerTask, JitTask *jitTask) in JitCompile() function
|
H A D | profiler_stub_builder.cpp | 1022 CallRuntime(glue, RTSTUB_ID(JitCompile), { func, IntToTaggedInt(*invalidOsrOffset) }); in IsCompiledOrTryCompile() 1097 CallRuntime(glue, RTSTUB_ID(JitCompile), { func, IntToTaggedInt(*varOffset) }); in TryJitCompile() 1147 CallRuntime(glue, RTSTUB_ID(JitCompile), { func, offset }); in TryJitCompile()
|
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit.h | 72 bool JitCompile(void *compiler, JitTask *jitTask);
|
H A D | jit_task.cpp | 73 bool res = jit_->JitCompile(compilerTask_, this); in Optimize()
|
H A D | jit.cpp | 244 static const std::string JITCOMPILE = "JitCompile"; in Initialize() 522 bool Jit::JitCompile(void *compiler, JitTask *jitTask) in JitCompile() function in panda::ecmascript::Jit
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 312 V(JitCompile) \
|
H A D | runtime_stubs.cpp | 1590 DEF_RUNTIME_STUBS(JitCompile) in DEF_RUNTIME_STUBS() 1592 RUNTIME_STUBS_HEADER(JitCompile); in DEF_RUNTIME_STUBS()
|
Completed in 16 milliseconds