Home
last modified time | relevance | path

Searched refs:taskMethod (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp235 auto *taskMethod = taskCtx.GetMethod(); in JITCompileMethod() local
236 taskCtx.SetMethodName(runtime->GetMethodFullName(taskMethod, false)); in JITCompileMethod()
264 bool isDynamic = ark::panda_file::IsDynamicLanguage(taskMethod->GetClass()->GetSourceLang()); in JITCompileMethod()