Home
last modified time | relevance | path

Searched defs:GetJitDebug (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libbacktrace/
DUnwindStackMap.h59 unwindstack::JitDebug* GetJitDebug() { return jit_debug_.get(); } in GetJitDebug() function
/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h78 const JitDebug& GetJitDebug() { return *jit_debug_.get(); } in GetJitDebug() function
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp181 JitDebug* OfflineUnwindUtils::GetJitDebug(const std::string& initial_sample_name) const { in GetJitDebug() function in unwindstack::OfflineUnwindUtils