| /arkcompiler/runtime_core/verification/config/debug_breakpoint/ |
| D | breakpoint.cpp | 31 …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/ |
| D | compile_method.cpp | 98 …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()
|
| D | compiler_options.h | 66 bool MatchesRegex(const T &method_name) in MatchesRegex()
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | isa.rb | 22 def cached(method_name) argument
|
| /arkcompiler/runtime_core/isa/ |
| D | gen.rb | 24 def cached(method_name) argument
|
| D | isapi.rb | 561 def respond_to_missing?(method_name, include_private = false) argument
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 250 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
|
| D | debug_info_extractor_test.cpp | 46 StringItem *method_name = container->GetOrCreateStringItem("foo"); in PreparePandaFile() local
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.cpp | 44 auto method_name = method.GetFullName(); in Process() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 110 Graph *AsmTest::BuildGraph(const char *method_name, Graph *graph) in BuildGraph()
|
| D | panda_runner.h | 127 static Method *GetMethod(std::string_view method_name) in GetMethod()
|
| D | aot_test.cpp | 180 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/ |
| D | jit_writer.h | 47 …rch arch, RuntimeInterface *runtime, CodeAllocator *code_allocator, const std::string &method_name) in JitDebugWriter()
|
| /arkcompiler/runtime_core/templates/ |
| D | common.rb | 137 def method_name method in Event
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 537 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
|
| D | paoc_clusters.h | 112 const auto &method_name = p.first; in InitClustersMap() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | runtime.cpp | 822 … 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
|
| D | intrinsics.cpp | 259 auto method_name = PandaString(name.substr(pos + 1)); in CompileMethod() local
|
| /arkcompiler/runtime_core/compiler/aot/aot_builder/ |
| D | aot_builder.cpp | 252 std::string method_name; in GenerateSymbols() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | stack_walker_test.cpp | 70 static Method *GetMethod(std::string_view method_name) in GetMethod()
|
| D | class_linker_test.cpp | 593 static Method *GetMethod(ClassLinker *class_linker, const char *class_name, const char *method_name) in GetMethod()
|
| /arkcompiler/runtime_core/compiler/tools/aotdump/ |
| D | aotdump.cpp | 275 auto method_name = pfile.GetMethodName(method_header.method_id); in DumpFiles() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 282 auto method_name = GetMethodName(method); in GetMethodFullName() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_reader.cpp | 610 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/ |
| D | assembly-emitter.cpp | 970 … ForeignClassItem *foreign_area, uint32_t access_flags, StringItem *method_name, in CreateMethodItem() 1012 StringItem *method_name = GetMethodName(items, func, name); in MakeFunctionItems() local
|