Searched refs:GetJitDebug (Results 1 – 2 of 2) sorted by relevance
57 unwindstack::JitDebug* GetJitDebug() { return jit_debug_.get(); } in GetJitDebug() function
54 if (stack_map->GetJitDebug() != nullptr) { in Unwind()55 unwinder.SetJitDebug(stack_map->GetJitDebug()); in Unwind()