Searched refs:GetFunctionNameRaw (Results 1 - 7 of 7) sorted by relevance

/system/core/libbacktrace/
H A DUnwindPtrace.h39 std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) override;
H A DUnwindCurrent.h39 std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) override;
H A DBacktrace.cpp61 std::string func_name = GetFunctionNameRaw(pc, offset);
H A DUnwindPtrace.cpp125 std::string UnwindPtrace::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { function in class:UnwindPtrace
H A DUnwindCurrent.cpp31 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { function in class:UnwindCurrent
/system/core/debuggerd/test/
H A DBacktraceMock.h54 virtual std::string GetFunctionNameRaw(uintptr_t, uintptr_t*) { return ""; } function in class:BacktraceMock
/system/core/include/backtrace/
H A DBacktrace.h121 virtual std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) = 0;

Completed in 237 milliseconds