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

  /dalvik/vm/mterp/c/
OP_INVOKE_OBJECT_INIT_RANGE.cpp 16 if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISFINALIZABLE)) {
  /dalvik/vm/alloc/
VisitInlines.h 93 if (IS_CLASS_FLAG_SET(asClass, CLASS_ISARRAY)) {
117 if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISOBJECTARRAY)) {
164 } else if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISARRAY)) {
166 } else if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISREFERENCE)) {
Alloc.cpp 219 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
235 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISFINALIZABLE)) {
DdmHeap.cpp 339 } else if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
340 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISOBJECTARRAY)) {
MarkSweep.cpp 284 if (IS_CLASS_FLAG_SET(asClass, CLASS_ISARRAY)) {
309 if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISOBJECTARRAY)) {
412 assert(IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISREFERENCE));
445 if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISREFERENCE)) {
460 } else if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISARRAY)) {
487 if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISARRAY)) {
CardTable.cpp 317 } else if (IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISREFERENCE)) {
Copying.cpp 891 if (IS_CLASS_FLAG_SET(obj, CLASS_ISARRAY)) {
924 if (IS_CLASS_FLAG_SET(array->obj.clazz, CLASS_ISOBJECTARRAY)) {
    [all...]
  /dalvik/vm/oo/
Object.h 94 #define IS_CLASS_FLAG_SET(clazz, flag) \
765 return IS_CLASS_FLAG_SET(obj->clazz, CLASS_ISCLASS);
774 return IS_CLASS_FLAG_SET(clazz, CLASS_ISCLASS);
Resolve.cpp 119 IS_CLASS_FLAG_SET(referrer, CLASS_ISPREVERIFIED))
Class.cpp     [all...]
  /dalvik/vm/hprof/
HprofHeap.cpp 350 } else if (IS_CLASS_FLAG_SET(clazz, CLASS_ISARRAY)) {
354 if (IS_CLASS_FLAG_SET(clazz, CLASS_ISOBJECTARRAY)) {
  /dalvik/vm/analysis/
Optimize.cpp 489 if (IS_CLASS_FLAG_SET(resClass, CLASS_MULTIPLE_DEFS)) {
    [all...]
  /dalvik/vm/
Sync.cpp     [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpC-x86.cpp     [all...]
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]

Completed in 3527 milliseconds