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

  /dalvik/vm/mterp/c/
OP_THROW.c 15 if (!checkForNull(obj)) {
OP_APUT_OBJECT.c 13 if (!checkForNull((Object*) arrayObj))
22 if (!checkForNull(obj))
OP_MONITOR_EXIT.c 11 if (!checkForNull(obj)) {
OP_CHECK_CAST.c 15 if (!checkForNull(obj))
gotoTargets.c 134 if (!checkForNull(thisPtr))
224 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
307 if (!checkForNull(thisPtr))
350 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
427 if (!checkForNull(thisPtr))
480 if (!checkForNull((Object*) GET_REGISTER(thisReg)))
    [all...]
opcommon.c 458 if (!checkForNull((Object*) arrayObj)) \
    [all...]
header.c 353 static inline bool checkForNull(Object* obj)
  /dalvik/vm/mterp/out/
InterpC-x86-atom.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-x86.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-allstubs.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-portdbg.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-portstd.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-armv4t.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-armv5te-vfp.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-armv5te.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-armv7-a-neon.c 360 static inline bool checkForNull(Object* obj)
    [all...]
InterpC-armv7-a.c 360 static inline bool checkForNull(Object* obj)
    [all...]

Completed in 196 milliseconds