Home
last modified time | relevance | path

Searched refs:GetClassNameFromMethod (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager.cpp90 ssFilename << GetGraph()->GetRuntime()->GetClassNameFromMethod(GetGraph()->GetMethod()) << "_" in GetFileName()
135 …strm << " name \"" << GetGraph()->GetRuntime()->GetClassNameFromMethod(GetGraph()->GetMethod()) <… in InitialDumpVisualizerGraph()
137 …strm << " method \"" << GetGraph()->GetRuntime()->GetClassNameFromMethod(GetGraph()->GetMethod())… in InitialDumpVisualizerGraph()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp98 auto className = GetClassNameFromMethod(methodPtr); in GetInteropCallKind()
145 …return MethodCast(method)->IsConstructor() && GetClassNameFromMethod(method) == "std.core.StringBu… in IsMethodStringBuilderConstructorWithStringArg()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h122 std::string GetClassNameFromMethod(MethodPtr method) const override in GetClassNameFromMethod() function
142 auto class_name = GetClassNameFromMethod(method); in GetMethodFullName()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h115 virtual std::string GetClassNameFromMethod([[maybe_unused]] MethodPtr method) const in GetClassNameFromMethod() function
Dgraph.cpp455 sstream << graph->GetRuntime()->GetClassNameFromMethod(method) in GetMethodFullName()
Dgraph.h155 event_writer_(runtime->GetClassNameFromMethod(method), runtime->GetMethodName(method)), in Graph()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc_runtime.h58 std::string GetClassNameFromMethod([[maybe_unused]] MethodPtr method) const override in GetClassNameFromMethod() function
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.cpp81 ss_filename << GetGraph()->GetRuntime()->GetClassNameFromMethod(GetGraph()->GetMethod()) << "_" in GetFileName()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Ddisassembly.cpp84 …ss << "disasm_" << execNum << '_' << codegen_->GetRuntime()->GetClassNameFromMethod(graph->GetMeth… in Init()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h241 std::string GetClassNameFromMethod(MethodPtr method) const override in GetClassNameFromMethod() function
273 auto className = GetClassNameFromMethod(method); in GetMethodFullName()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp107 EXPECT_EQ(adapter.GetClassNameFromMethod(main), std::string("L_GLOBAL;")); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp107 EXPECT_EQ(adapter.GetClassNameFromMethod(main), std::string("L_GLOBAL;")); in TEST()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp33 … << GetGraph()->GetRuntime()->GetClassNameFromMethod(GetMethod()) << "." in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp30 … << GetGraph()->GetRuntime()->GetClassNameFromMethod(GetMethod()) << "." in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp649 sstream << graph->GetRuntime()->GetClassNameFromMethod(method) in GetMethodFullName()
Dgraph.h169 eventWriter_(runtime->GetClassNameFromMethod(method), runtime->GetMethodName(method)), in Graph()
Druntime_interface.h379 virtual std::string GetClassNameFromMethod([[maybe_unused]] MethodPtr method) const in GetClassNameFromMethod() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h307 std::string GetClassNameFromMethod(MethodPtr method) const override in GetClassNameFromMethod() function
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp993 EXPECT_EQ(interface.GetClassNameFromMethod(method), "UnknownClass"); in __anon8ce037611602()