Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h52 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString()
79 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h110 virtual SourceLanguage GetMethodSourceLanguage([[maybe_unused]] MethodPtr method) const in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h103 compiler::SourceLanguage GetMethodSourceLanguage(MethodPtr method) const override in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp998 EXPECT_EQ(interface.GetMethodSourceLanguage(method), SourceLanguage::PANDA_ASSEMBLY); in __anon1be7da801602()