Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compiler.h31 PUBLIC_API bool JitCompile(void *compiler, JitTask *jitTask);
H A Djit_compiler.cpp261 bool JitCompile(void *compilerTask, JitTask *jitTask) in JitCompile() function
H A Dprofiler_stub_builder.cpp1022 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 Djit.h72 bool JitCompile(void *compiler, JitTask *jitTask);
H A Djit_task.cpp73 bool res = jit_->JitCompile(compilerTask_, this); in Optimize()
H A Djit.cpp244 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 Druntime_stub_list.h312 V(JitCompile) \
H A Druntime_stubs.cpp1590 DEF_RUNTIME_STUBS(JitCompile) in DEF_RUNTIME_STUBS()
1592 RUNTIME_STUBS_HEADER(JitCompile); in DEF_RUNTIME_STUBS()

Completed in 16 milliseconds