Searched refs:IsNativeDebuggable (Results 1 – 7 of 7) sorted by relevance
115 bool IsNativeDebuggable() const;
477 bool OatHeader::IsNativeDebuggable() const { in IsNativeDebuggable() function in art::OatHeader
591 bool IsNativeDebuggable() const { in IsNativeDebuggable() function
627 if (!runtime->GetInstrumentation()->IsForcedInterpretOnly() && !runtime->IsNativeDebuggable()) { in GoActive()
2773 if (runtime->IsNativeDebuggable()) { in ShouldUseInterpreterEntrypoint()
149 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
261 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()