Searched refs:IsNativeDebuggable (Results 1 – 6 of 6) sorted by relevance
103 bool IsNativeDebuggable() const;
395 bool OatHeader::IsNativeDebuggable() const { in IsNativeDebuggable() function in art::OatHeader
738 bool IsNativeDebuggable() const { in IsNativeDebuggable() function
3596 if (runtime->IsNativeDebuggable()) { in ShouldUseInterpreterEntrypoint()
186 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
314 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()