Searched refs:IsNativeDebuggable (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Doat.h118 bool IsNativeDebuggable() const;
H A Doat.cc496 bool OatHeader::IsNativeDebuggable() const { function in class:art::OatHeader
H A Druntime.h651 bool IsNativeDebuggable() const { function in class:art::verifier::VerifyMode
H A Ddebugger.cc693 !runtime->IsNativeDebuggable()) {
H A Dclass_linker.cc2948 if (runtime->IsNativeDebuggable()) {
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc185 return Runtime::Current()->IsNativeDebuggable();
/art/oatdump/
H A Doatdump.cc321 info.is_native_debuggable = oat_header.IsNativeDebuggable();

Completed in 327 milliseconds