Home
last modified time | relevance | path

Searched refs:GetFunctionNameRaw (Results 1 – 9 of 9) sorted by relevance

/system/core/libbacktrace/
DUnwindPtrace.h39 std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) override;
DUnwindCurrent.h39 std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) override;
DBacktraceOffline.h91 std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) override;
DUnwindPtrace.cpp132 std::string UnwindPtrace::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw() function in UnwindPtrace
DBacktrace.cpp56 std::string func_name = GetFunctionNameRaw(pc, offset); in GetFunctionName()
DUnwindCurrent.cpp31 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw() function in UnwindCurrent
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
/system/core/include/backtrace/
DBacktrace.h157 virtual std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) = 0;