Home
last modified time | relevance | path

Searched refs:GetJitDebug (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libbacktrace/
DUnwindStackMap.h57 unwindstack::JitDebug* GetJitDebug() { return jit_debug_.get(); } in GetJitDebug() function
DUnwindStack.cpp54 if (stack_map->GetJitDebug() != nullptr) { in Unwind()
55 unwinder.SetJitDebug(stack_map->GetJitDebug()); in Unwind()