Home
last modified time | relevance | path

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

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