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

  /dalvik/vm/alloc/
VisitInlines.h 93 if (IS_CLASS_FLAG_SET(asClass, CLASS_ISARRAY)) {
164 } else if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISARRAY)) {
Alloc.cpp 216 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
DdmHeap.cpp 291 } else if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
MarkSweep.cpp 284 if (IS_CLASS_FLAG_SET(asClass, CLASS_ISARRAY)) {
460 } else if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISARRAY)) {
487 if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISARRAY)) {
Copying.cpp 892 if (IS_CLASS_FLAG_SET(obj, CLASS_ISARRAY)) {
    [all...]
  /dalvik/vm/oo/
Object.h 68 CLASS_ISARRAY = (1<<30), // class is a "[*"
Array.cpp 289 extraFlags = CLASS_ISARRAY;
  /dalvik/vm/hprof/
HprofHeap.cpp 353 } else if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
  /dalvik/vm/
Sync.cpp     [all...]

Completed in 898 milliseconds