Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DBacktraceImpl.h43 inline std::string GetFunctionName(uintptr_t pc, uintptr_t* offset) { in GetFunctionName() function
44 return backtrace_obj_->GetFunctionName(pc, offset); in GetFunctionName()
DUnwindPtrace.cpp107 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in Unwind()
DUnwindCurrent.cpp139 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset); in UnwindFromContext()
DBacktraceImpl.cpp66 std::string Backtrace::GetFunctionName(uintptr_t pc, uintptr_t* offset) { in GetFunctionName() function in Backtrace
/system/core/include/backtrace/
DBacktrace.h79 virtual std::string GetFunctionName(uintptr_t pc, uintptr_t* offset);
/system/core/debuggerd/
Dtombstone.cpp250 std::string func_name(backtrace->GetFunctionName(stack_content, &offset)); in dump_stack_segment()