Home
last modified time | relevance | path

Searched defs:sourceLang (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/
Dexpression_loader.cpp128 auto sourceLang = cda.GetSourceLang().value_or(panda_file::SourceLang::PANDA_ASSEMBLY); in LoadFileAndGetEntryMethod() local
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h248 void SetSourceLang(const std::string &sourceLang) in SetSourceLang()
/arkcompiler/runtime_core/libabckit/src/wrappers/
Dabcfile_wrapper.cpp108 auto sourceLang = mda.GetSourceLang(); in GetMethodSourceLanguage() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h171 auto sourceLang = mda.GetSourceLang(); in GetMethodSourceLanguage() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h170 auto sourceLang = mda.GetSourceLang(); in GetMethodSourceLanguage() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp776 auto sourceLang = method.GetClass()->GetSourceLang(); in CreateGraph() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp931 auto sourceLang = ctx->method->GetClass()->GetSourceLang(); in TryCreateGraph() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp1027 uint8_t CompileMethodImpl(coretypes::String *fullMethodName, panda_file::SourceLang sourceLang) in CompileMethodImpl()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp715 auto sourceLang = methodAcc.GetSourceLang(); in CreateMethodItem() local