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

  /art/runtime/
oat.h 117 bool IsNativeDebuggable() const;
oat.cc 496 bool OatHeader::IsNativeDebuggable() const {
runtime.h 574 bool IsNativeDebuggable() const {
debugger.cc 632 !runtime->IsNativeDebuggable()) {
    [all...]
class_linker.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 165 return Runtime::Current()->IsNativeDebuggable();
658 FAST_NATIVE_METHOD(VMRuntime, isNativeDebuggable, "()Z"),
  /art/oatdump/
oatdump.cc 292 info.is_native_debuggable = oat_header.IsNativeDebuggable();
    [all...]

Completed in 680 milliseconds