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

  /dalvik/vm/oo/
Array.cpp 299 extraFlags |= CLASS_ISOBJECTARRAY;
310 extraFlags |= CLASS_ISOBJECTARRAY;
Object.h 69 CLASS_ISOBJECTARRAY = (1<<29), // class is a "[L*" or "[[*"
  /dalvik/vm/alloc/
VisitInlines.h 117 if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISOBJECTARRAY)) {
DdmHeap.cpp 292 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISOBJECTARRAY)) {
MarkSweep.cpp 309 if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISOBJECTARRAY)) {
Copying.cpp 928 if (IS_CLASS_FLAG_SET(array->obj.clazz, CLASS_ISOBJECTARRAY)) {
    [all...]
  /dalvik/vm/hprof/
HprofHeap.cpp 357 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISOBJECTARRAY)) {
  /dalvik/vm/interp/
Interp.cpp     [all...]

Completed in 196 milliseconds