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

  /dalvik/vm/alloc/
DdmHeap.c 298 } else if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
MarkSweep.c 465 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
531 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
    [all...]
  /dalvik/vm/hprof/
HprofHeap.c 364 } else if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
  /dalvik/vm/oo/
Array.c 347 extraFlags = CLASS_ISARRAY;
Object.h 79 CLASS_ISARRAY = (1<<30), // class is a "[*"
  /dalvik/vm/
Sync.c     [all...]

Completed in 55 milliseconds