Home
last modified time | relevance | path

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

/art/runtime/
Doat.h115 bool IsNativeDebuggable() const;
Doat.cc477 bool OatHeader::IsNativeDebuggable() const { in IsNativeDebuggable() function in art::OatHeader
Druntime.h591 bool IsNativeDebuggable() const { in IsNativeDebuggable() function
Ddebugger.cc627 if (!runtime->GetInstrumentation()->IsForcedInterpretOnly() && !runtime->IsNativeDebuggable()) { in GoActive()
Dclass_linker.cc2773 if (runtime->IsNativeDebuggable()) { in ShouldUseInterpreterEntrypoint()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc149 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
/art/oatdump/
Doatdump.cc261 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()