Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindStack.h36 std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;
48 std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) override;
DUnwindStack.cpp142 std::string UnwindStackCurrent::GetFunctionNameRaw(uint64_t pc, uint64_t* offset) { in GetFunctionNameRaw() function in UnwindStackCurrent
167 std::string UnwindStackPtrace::GetFunctionNameRaw(uint64_t pc, uint64_t* offset) { in GetFunctionNameRaw() function in UnwindStackPtrace
DBacktrace.cpp66 std::string name(GetFunctionNameRaw(pc, offset)); in GetFunctionName()
/system/core/libbacktrace/include/backtrace/
DBacktrace.h194 virtual std::string GetFunctionNameRaw(uint64_t pc, uint64_t* offset) = 0;