Home
last modified time | relevance | path

Searched refs:IsNativeDebuggable (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Doat.h103 bool IsNativeDebuggable() const;
Doat.cc395 bool OatHeader::IsNativeDebuggable() const { in IsNativeDebuggable() function in art::OatHeader
Druntime.h738 bool IsNativeDebuggable() const { in IsNativeDebuggable() function
Dclass_linker.cc3596 if (runtime->IsNativeDebuggable()) { in ShouldUseInterpreterEntrypoint()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc186 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
/art/oatdump/
Doatdump.cc314 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()