HomeSort by relevance Sort by last modified time
    Searched refs:IsNativeDebuggable (Results 1 - 7 of 7) sorted by null

  /art/runtime/
oat.h 115 bool IsNativeDebuggable() const;
oat.cc 477 bool OatHeader::IsNativeDebuggable() const {
runtime.h 591 bool IsNativeDebuggable() const {
debugger.cc 627 if (!runtime->GetInstrumentation()->IsForcedInterpretOnly() && !runtime->IsNativeDebuggable()) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 149 return Runtime::Current()->IsNativeDebuggable();
647 NATIVE_METHOD(VMRuntime, isNativeDebuggable, "!()Z"),
  /art/oatdump/
oatdump.cc 261 info.is_native_debuggable = oat_header.IsNativeDebuggable();
    [all...]

Completed in 3073 milliseconds