Searched refs:IsNativeDebuggable (Results 1 – 6 of 6) sorted by relevance
107 bool IsNativeDebuggable() const;
415 bool OatHeader::IsNativeDebuggable() const { in IsNativeDebuggable() function in art::OatHeader
755 bool IsNativeDebuggable() const { in IsNativeDebuggable() function
3409 if (runtime->IsNativeDebuggable()) { in ShouldUseInterpreterEntrypoint()
180 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
315 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()