Home
last modified time | relevance | path

Searched refs:GetFunctionNameRaw (Results 1 – 7 of 7) 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;
DUnwindPtrace.cpp125 std::string UnwindPtrace::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw() function in UnwindPtrace
DBacktrace.cpp61 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
/system/core/debuggerd/test/
DBacktraceMock.h54 virtual std::string GetFunctionNameRaw(uintptr_t, uintptr_t*) { return ""; } in GetFunctionNameRaw() function
/system/core/include/backtrace/
DBacktrace.h121 virtual std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) = 0;