Home
last modified time | relevance | path

Searched refs:GetFunctionName (Results 1 – 7 of 7) sorted by relevance

/system/core/libbacktrace/
DUnwindPtrace.cpp118 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in Unwind()
DBacktrace.cpp55 std::string Backtrace::GetFunctionName(uintptr_t pc, uintptr_t* offset) { in GetFunctionName() function in Backtrace
DUnwindCurrent.cpp118 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in UnwindFromContext()
Dbacktrace_test.cpp1198 std::string func_name = backtrace->GetFunctionName(read_addr, &offset); in TEST()
1274 std::string func_name = backtrace->GetFunctionName(read_addr, &offset); in TEST()
DBacktraceOffline.cpp177 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in Unwind()
/system/core/include/backtrace/
DBacktrace.h108 virtual std::string GetFunctionName(uintptr_t pc, uintptr_t* offset);
/system/core/debuggerd/
Dtombstone.cpp260 std::string func_name(backtrace->GetFunctionName(stack_data[i], &offset)); in dump_stack_segment()