Home
last modified time | relevance | path

Searched refs:kInvalidIndirectRefObject (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/
DIndirectRefTable.cpp145 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()
DIndirectRefTable.h91 #define kInvalidIndirectRefObject reinterpret_cast<Object*>(0xdead4321) macro
DCheckJni.cpp70 if (resultObj == kInvalidIndirectRefObject) { in checkCallResultCommon()
586 } else if (c == kInvalidIndirectRefObject || !dvmIsHeapAddress(c)) { in check()
796 if (obj == kInvalidIndirectRefObject) { in checkObject()
DJni.cpp366 return kInvalidIndirectRefObject; in dvmDecodeIndirectRef()
675 } else if (obj == kInvalidIndirectRefObject) { in dvmGetJNIRefType()
/dalvik/vm/test/
DTestIndirectRefTable.cpp124 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()