Searched refs:kInvalidIndirectRefObject (Results 1 – 5 of 5) sorted by relevance
145 return kInvalidIndirectRefObject; in get()151 return kInvalidIndirectRefObject; in get()154 return kInvalidIndirectRefObject; in get()164 return kInvalidIndirectRefObject; in get()172 return kInvalidIndirectRefObject; in get()180 return kInvalidIndirectRefObject; in get()
91 #define kInvalidIndirectRefObject reinterpret_cast<Object*>(0xdead4321) macro
70 if (resultObj == kInvalidIndirectRefObject) { in checkCallResultCommon()586 } else if (c == kInvalidIndirectRefObject || !dvmIsHeapAddress(c)) { in check()796 if (obj == kInvalidIndirectRefObject) { in checkObject()
366 return kInvalidIndirectRefObject; in dvmDecodeIndirectRef()675 } else if (obj == kInvalidIndirectRefObject) { in dvmGetJNIRefType()
124 if (irt.get(iref0) != kInvalidIndirectRefObject) { in basicTest()179 if (irt.get(iref1) != kInvalidIndirectRefObject) { in basicTest()282 if (irt.get(NULL) != kInvalidIndirectRefObject) { in basicTest()290 if (irt.get(iref0) != kInvalidIndirectRefObject) { in basicTest()