Searched refs:IsNativeDebuggable (Results 1 – 7 of 7) sorted by relevance
99 bool IsNativeDebuggable() const;
377 bool OatHeader::IsNativeDebuggable() const { in IsNativeDebuggable() function in art::OatHeader
678 bool IsNativeDebuggable() const { in IsNativeDebuggable() function
688 !runtime->IsNativeDebuggable()) { in GoActive()
3401 if (runtime->IsNativeDebuggable()) { in ShouldUseInterpreterEntrypoint()
187 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
317 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()