Searched defs:checkForNull (Results 1 - 9 of 9) sorted by relevance

/dalvik/vm/mterp/c/
H A Dheader.cpp317 static inline bool checkForNull(Object* obj) function
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp324 static inline bool checkForNull(Object* obj) function
968 if (!checkForNull((Object*) arrayObj)) \
993 if (!checkForNull((Object*) arrayObj)) \
1034 if (!checkForNull(obj)) \
1078 if (!checkForNull(obj)) \
H A DInterpC-armv5te.cpp324 static inline bool checkForNull(Object* obj) function
968 if (!checkForNull((Object*) arrayObj)) \
993 if (!checkForNull((Object*) arrayObj)) \
1034 if (!checkForNull(obj)) \
1078 if (!checkForNull(obj)) \
H A DInterpC-armv7-a-neon.cpp324 static inline bool checkForNull(Object* obj) function
968 if (!checkForNull((Object*) arrayObj)) \
993 if (!checkForNull((Object*) arrayObj)) \
1034 if (!checkForNull(obj)) \
1078 if (!checkForNull(obj)) \
H A DInterpC-armv7-a.cpp324 static inline bool checkForNull(Object* obj) function
968 if (!checkForNull((Object*) arrayObj)) \
993 if (!checkForNull((Object*) arrayObj)) \
1034 if (!checkForNull(obj)) \
1078 if (!checkForNull(obj)) \
H A DInterpC-allstubs.cpp324 static inline bool checkForNull(Object* obj) function
968 if (!checkForNull((Object*) arrayObj)) \
993 if (!checkForNull((Object*) arrayObj)) \
1034 if (!checkForNull(obj)) \
1078 if (!checkForNull(obj)) \
1535 if (!checkForNull(obj)) {
1571 if (!checkForNull(obj))
1779 if (!checkForNull(obj)) {
2039 if (!checkForNull((Object*) arrayObj))
2048 if (!checkForNull(ob
[all...]
H A DInterpC-mips.cpp324 static inline bool checkForNull(Object* obj) function
968 if (!checkForNull((Object*) arrayObj)) \
993 if (!checkForNull((Object*) arrayObj)) \
1034 if (!checkForNull(obj)) \
1078 if (!checkForNull(obj)) \
1324 if (!checkForNull(thisPtr))
1415 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1498 if (!checkForNull(thisPtr))
1542 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1622 if (!checkForNull(thisPt
[all...]
H A DInterpC-portable.cpp324 static inline bool checkForNull(Object* obj) function
914 if (!checkForNull((Object*) arrayObj)) \
939 if (!checkForNull((Object*) arrayObj)) \
980 if (!checkForNull(obj)) \
1024 if (!checkForNull(obj)) \
1546 if (!checkForNull(obj)) {
1582 if (!checkForNull(obj))
1790 if (!checkForNull(obj)) {
2050 if (!checkForNull((Object*) arrayObj))
2059 if (!checkForNull(ob
[all...]
H A DInterpC-x86.cpp324 static inline bool checkForNull(Object* obj) function
968 if (!checkForNull((Object*) arrayObj)) \
993 if (!checkForNull((Object*) arrayObj)) \
1034 if (!checkForNull(obj)) \
1078 if (!checkForNull(obj)) \
1400 if (!checkForNull(thisPtr))
1491 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1574 if (!checkForNull(thisPtr))
1618 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
1698 if (!checkForNull(thisPt
[all...]

Completed in 87 milliseconds