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

  /dalvik/vm/
IndirectRefTable.cpp 138 * Returns kInvalidIndirectRefObject if iref is invalid.
145 return kInvalidIndirectRefObject;
151 return kInvalidIndirectRefObject;
154 return kInvalidIndirectRefObject;
164 return kInvalidIndirectRefObject;
172 return kInvalidIndirectRefObject;
180 return kInvalidIndirectRefObject;
IndirectRefTable.h 91 #define kInvalidIndirectRefObject reinterpret_cast<Object*>(0xdead4321)
279 * Returns kInvalidIndirectRefObject if iref is invalid.
CheckJni.cpp 70 if (resultObj == kInvalidIndirectRefObject) {
586 } else if (c == kInvalidIndirectRefObject || !dvmIsHeapAddress(c)) {
796 if (obj == kInvalidIndirectRefObject) {
    [all...]
Jni.cpp 312 * reference, kInvalidIndirectRefObject is returned.
365 return kInvalidIndirectRefObject;
708 } else if (obj == kInvalidIndirectRefObject) {
    [all...]
  /dalvik/vm/test/
TestIndirectRefTable.cpp 124 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 169 milliseconds