Home
last modified time | relevance | path

Searched refs:GetMethodSourceLanguage (Results 1 – 16 of 16) 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()
Dchecks_elimination.cpp142 auto language = GetGraph()->GetRuntime()->GetMethodSourceLanguage(GetGraph()->GetMethod()); in TryToEliminateAnyTypeCheck()
Dpeepholes.cpp1126 auto language = graph->GetRuntime()->GetMethodSourceLanguage(graph->GetMethod()); in TryReplaceCompareAnyType()
/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.h106 compiler::SourceLanguage GetMethodSourceLanguage(MethodPtr method) const override in GetMethodSourceLanguage() function
/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.cpp1010 EXPECT_EQ(interface.GetMethodSourceLanguage(method), SourceLanguage::PANDA_ASSEMBLY); in __anonaa205d011602()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp362 auto language = graph->GetRuntime()->GetMethodSourceLanguage(graph->GetMethod()); in CanRemoveOverflowCheck()
Druntime_interface.h265 virtual SourceLanguage GetMethodSourceLanguage([[maybe_unused]] MethodPtr method) const in GetMethodSourceLanguage() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1521 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyString()
1545 auto language = GetRuntime()->GetMethodSourceLanguage(GetMethod()); in BuildCastToAnyNumber()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1084 … inst->IsRuntimeCall(), GetRuntime()->GetMethodSourceLanguage(GetGraph()->GetMethod()), id))); in CallIntrinsic()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2534 … std::to_string(static_cast<uint8_t>(GetGraph()->GetRuntime()->GetMethodSourceLanguage(method)))); in GetOrCreateFunctionForCall()
4841 … std::to_string(static_cast<uint8_t>(runtime->GetMethodSourceLanguage(method)))); in BuildIr()