Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/verification/config/debug_breakpoint/
Dbreakpoint.cpp31 …ets> BreakpointsForName(const BreakpointConfigT &breakpoint_config, const PandaString &method_name) in BreakpointsForName()
41 void AddBreakpointConfig(const PandaString &method_name, Offset offset) in AddBreakpointConfig()
53 void DebugContext::InsertBreakpoints(const PandaString &method_name, Method::UniqId id) in InsertBreakpoints()
/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp98 …nt8_t *GetEntryPoint(Graph *graph, [[maybe_unused]] Method *method, const std::string &method_name, in GetEntryPoint()
127 std::string method_name = runtime->GetMethodFullName(method, false); in JITCompileMethod() local
184 … ArenaAllocator *local_allocator, bool is_dynamic, Arch *arch, const std::string &method_name, in CompileInGraph()
300 const std::string &method_name) in EmitElf()
Dcompiler_options.h66 bool MatchesRegex(const T &method_name) in MatchesRegex()
/arkcompiler/runtime_core/irtoc/lang/
Disa.rb22 def cached(method_name) argument
/arkcompiler/runtime_core/isa/
Dgen.rb24 def cached(method_name) argument
Disapi.rb561 def respond_to_missing?(method_name, include_private = false) argument
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp250 StringItem *method_name = container.GetOrCreateStringItem("foo"); variable
410 StringItem *method_name = container.GetOrCreateStringItem("foo"); variable
488 StringItem *method_name = container.GetOrCreateStringItem("foo"); in TestProtos() local
584 StringItem *method_name = container.GetOrCreateStringItem("foo"); variable
709 StringItem *method_name = container.GetOrCreateStringItem("ForeignMethod"); variable
1078 std::string method_name; variable
1142 StringItem *method_name = container.GetOrCreateStringItem("a"); variable
Ddebug_info_extractor_test.cpp46 StringItem *method_name = container->GetOrCreateStringItem("foo"); in PreparePandaFile() local
/arkcompiler/runtime_core/verification/jobs/
Dthread_pool.cpp44 auto method_name = method.GetFullName(); in Process() local
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp110 Graph *AsmTest::BuildGraph(const char *method_name, Graph *graph) in BuildGraph()
Dpanda_runner.h127 static Method *GetMethod(std::string_view method_name) in GetMethod()
Daot_test.cpp180 std::string method_name(class_name + "::method"); in TEST_F() local
524 std::string method_name(class_name + "::method"); in TEST_F() local
/arkcompiler/runtime_core/compiler/tools/debug/
Djit_writer.h47 …rch arch, RuntimeInterface *runtime, CodeAllocator *code_allocator, const std::string &method_name) in JitDebugWriter()
/arkcompiler/runtime_core/templates/
Dcommon.rb137 def method_name method in Event
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp537 auto method_name = runtime_->GetMethodFullName(&method, false); in Compile() local
610 auto method_name = runtime_->GetMethodFullName(method, false); in Compile() local
786 auto method_name = runtime_->GetMethodFullName(method, false); in Skip() local
Dpaoc_clusters.h112 const auto &method_name = p.first; in InitClustersMap() local
/arkcompiler/runtime_core/runtime/
Druntime.cpp822 … GetClassAndMethod(std::string_view entry_point, PandaString *class_name, PandaString *method_name) in GetClassAndMethod()
846 PandaString method_name; in ResolveEntryPoint() local
920 PandaString method_name; in ExtractLanguageContext() local
Dintrinsics.cpp259 auto method_name = PandaString(name.substr(pos + 1)); in CompileMethod() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Daot_builder.cpp252 std::string method_name; in GenerateSymbols() local
/arkcompiler/runtime_core/runtime/tests/
Dstack_walker_test.cpp70 static Method *GetMethod(std::string_view method_name) in GetMethod()
Dclass_linker_test.cpp593 static Method *GetMethod(ClassLinker *class_linker, const char *class_name, const char *method_name) in GetMethod()
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp275 auto method_name = pfile.GetMethodName(method_header.method_id); in DumpFiles() local
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h282 auto method_name = GetMethodName(method); in GetMethodFullName() local
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp610 std::string method_name(utf::Mutf8AsCString(data.data)); in CreateMethodItem() local
810 std::string method_name(utf::Mutf8AsCString(data.data)); in CreateForeignMethodItem() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp970 … ForeignClassItem *foreign_area, uint32_t access_flags, StringItem *method_name, in CreateMethodItem()
1012 StringItem *method_name = GetMethodName(items, func, name); in MakeFunctionItems() local

12