Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat.h107 bool IsNativeDebuggable() const;
H A Doat.cc415 bool OatHeader::IsNativeDebuggable() const { in IsNativeDebuggable() function in art::OatHeader
H A Druntime.h755 bool IsNativeDebuggable() const { in IsNativeDebuggable() function
H A Dclass_linker.cc3409 if (runtime->IsNativeDebuggable()) { in ShouldUseInterpreterEntrypoint()
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc180 return Runtime::Current()->IsNativeDebuggable(); in VMRuntime_isNativeDebuggable()
/aosp12/art/oatdump/
H A Doatdump.cc315 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()