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

  /dalvik/vm/alloc/
Visit.h 34 ROOT_VM_INTERNAL,
Visit.cpp 227 visitReferenceTable(visitor, &gDvm.jniPinRefTable, 0, ROOT_VM_INTERNAL, arg);
230 (*visitor)(&gDvm.outOfMemoryObj, 0, ROOT_VM_INTERNAL, arg);
231 (*visitor)(&gDvm.internalErrorObj, 0, ROOT_VM_INTERNAL, arg);
232 (*visitor)(&gDvm.noClassDefFoundErrorObj, 0, ROOT_VM_INTERNAL, arg);
  /dalvik/hit/src/com/android/hit/
HprofParser.java 77 private static final int ROOT_VM_INTERNAL = 0x8d;
331 case ROOT_VM_INTERNAL:

Completed in 17 milliseconds