Home
last modified time | relevance | path

Searched refs:methodsInfo (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/disassembler/tests/
H A Dtest_debug_info.cpp94 auto gIt = progInfo.methodsInfo.find("g:()"); in TEST()
95 ASSERT_NE(gIt, progInfo.methodsInfo.end()); in TEST()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp292 PandaString methodsInfo(ostream.str()); in SaveTracingData()
294 traceFile_->WriteAll(reinterpret_cast<const void *>(methodsInfo.c_str()), methodsInfo.length()); in SaveTracingData()
/arkcompiler/runtime_core/static_core/disassembler/
H A Daccumulators.h47 std::map<std::string, MethodInfo> methodsInfo; member
H A Ddisassembler.cpp171 GetMethodInfo(pair.second, &progInfo_.methodsInfo[pair.first]); in CollectInfo()
270 auto methodInfoIt = progInfo_.methodsInfo.find(signature); in Serialize()
271 bool printMethodInfo = printInformation && methodInfoIt != progInfo_.methodsInfo.end(); in Serialize()

Completed in 5 milliseconds