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

/dalvik/vm/
H A DIndirectRefTable.cpp138 * Returns kInvalidIndirectRefObject if iref is invalid.
145 return kInvalidIndirectRefObject;
151 return kInvalidIndirectRefObject;
154 return kInvalidIndirectRefObject;
164 return kInvalidIndirectRefObject;
172 return kInvalidIndirectRefObject;
180 return kInvalidIndirectRefObject;
H A DIndirectRefTable.h91 #define kInvalidIndirectRefObject reinterpret_cast<Object*>(0xdead4321) macro
279 * Returns kInvalidIndirectRefObject if iref is invalid.
H A DCheckJni.cpp70 if (resultObj == kInvalidIndirectRefObject) {
585 } else if (c == kInvalidIndirectRefObject || !dvmIsHeapAddress(c)) {
793 if (obj == kInvalidIndirectRefObject) {
H A DJni.cpp306 * reference, kInvalidIndirectRefObject is returned.
359 return kInvalidIndirectRefObject;
678 } else if (obj == kInvalidIndirectRefObject) {
1076 * If the returned reference is invalid, kInvalidIndirectRefObject will
/dalvik/vm/test/
H A DTestIndirectRefTable.cpp124 if (irt.get(iref0) != kInvalidIndirectRefObject) {
179 if (irt.get(iref1) != kInvalidIndirectRefObject) {
282 if (irt.get(NULL) != kInvalidIndirectRefObject) {
290 if (irt.get(iref0) != kInvalidIndirectRefObject) {

Completed in 51 milliseconds