Home
last modified time | relevance | path

Searched defs:GetMethodSourceLanguage (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/irtoc/backend/
Dirtoc_runtime.h116 compiler::SourceLanguage GetMethodSourceLanguage(MethodPtr method) const override in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h160 compiler::SourceLanguage GetMethodSourceLanguage(MethodPtr method) const override in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/runtime/
Dcompiler.h198 compiler::SourceLanguage GetMethodSourceLanguage(MethodPtr method) const override in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h213 virtual SourceLanguage GetMethodSourceLanguage([[maybe_unused]] MethodPtr method) const in GetMethodSourceLanguage() function