Home
last modified time | relevance | path

Searched defs:GetFunctionNameRaw (Results 1 – 4 of 4) sorted by relevance

/system/core/libbacktrace/
DUnwindCurrent.cpp31 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw() function in UnwindCurrent
DUnwindPtrace.cpp132 std::string UnwindPtrace::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw() function in UnwindPtrace
DBacktraceOffline.cpp459 std::string BacktraceOffline::GetFunctionNameRaw(uintptr_t, uintptr_t* offset) { in GetFunctionNameRaw() function in BacktraceOffline
/system/core/debuggerd/test/
DBacktraceMock.h54 virtual std::string GetFunctionNameRaw(uintptr_t, uintptr_t*) { return ""; } in GetFunctionNameRaw() function