Home
last modified time | relevance | path

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

/art/runtime/
Doat.h99 bool IsNativeDebuggable() const;
Doat.cc377 bool OatHeader::IsNativeDebuggable() const { in IsNativeDebuggable() function in art::OatHeader
Druntime.h678 bool IsNativeDebuggable() const { in IsNativeDebuggable() function
Ddebugger.cc688 !runtime->IsNativeDebuggable()) { in GoActive()
Dclass_linker.cc3401 if (runtime->IsNativeDebuggable()) { in ShouldUseInterpreterEntrypoint()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc187 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
/art/oatdump/
Doatdump.cc317 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()