Home
last modified time | relevance | path

Searched refs:CLASS_ISARRAY (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/alloc/
DDdmHeap.c298 } else if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) { in heap_chunk_callback()
DMarkSweep.c498 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) { in scanClassObject()
579 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) { in scanObject()
/dalvik/vm/hprof/
DHprofHeap.c364 } else if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) { in hprofDumpHeapObject()
/dalvik/vm/oo/
DArray.c355 extraFlags = CLASS_ISARRAY; in createArrayClass()
DObject.h79 CLASS_ISARRAY = (1<<30), // class is a "[*" enumerator