Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h52 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString()
78 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinline_intrinsics.cpp125 … auto language = GetGraph()->GetRuntime()->GetMethodSourceLanguage(GetGraph()->GetMethod()); in GetAssumedAnyType()
152 switch (GetGraph()->GetRuntime()->GetMethodSourceLanguage(callInst->GetCallMethod())) { in TryInline()
Dbranch_elimination.cpp395 auto language = graph->GetRuntime()->GetMethodSourceLanguage(graph->GetMethod()); in TryResolveCompareAnyTypeResult()
Dpeepholes.cpp1126 auto language = graph->GetRuntime()->GetMethodSourceLanguage(graph->GetMethod()); in TryReplaceCompareAnyType()
1594 auto language = graph->GetRuntime()->GetMethodSourceLanguage(graph->GetMethod()); in CanRemoveOverflowCheck()
Dchecks_elimination.cpp140 auto language = GetGraph()->GetRuntime()->GetMethodSourceLanguage(GetGraph()->GetMethod()); in TryToEliminateAnyTypeCheck()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h110 virtual SourceLanguage GetMethodSourceLanguage([[maybe_unused]] MethodPtr method) const in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc_runtime.h122 SourceLanguage GetMethodSourceLanguage(MethodPtr method) const override in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h103 compiler::SourceLanguage GetMethodSourceLanguage(MethodPtr method) const override in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp190 auto sourceLang = static_cast<uint8_t>(runtime_->GetMethodSourceLanguage(methodPtr)); in PutFunction()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h164 SourceLanguage GetMethodSourceLanguage(MethodPtr method) const override in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h191 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 __anon8ce037611602()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h266 virtual SourceLanguage GetMethodSourceLanguage([[maybe_unused]] MethodPtr method) const in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1523 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString()
1547 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1022 … inst->IsRuntimeCall(), GetRuntime()->GetMethodSourceLanguage(GetGraph()->GetMethod()), id))); in CallIntrinsic()