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

/dalvik/tests/088-monitor-verification/src/
H A DMain.java53 Object obj2 = new Object();
55 m.twoPath(obj1, obj2, 0);
58 m.triplet(obj1, obj2, 0);
184 public void twoPath(Object obj1, Object obj2, int x) { argument
188 synchronized(obj2) {
190 localObj = obj2;
204 public void triplet(Object obj1, Object obj2, int x) { argument
211 localObj = obj2;
/dalvik/vm/
H A DReferenceTable.cpp174 const Object* obj2 = *((Object* const*) vobj2); local
178 if (obj2 == NULL) {
183 } else if (obj2 == NULL) {
187 if (obj2 == kClearedJniWeakGlobal) {
192 } else if (obj2 == kClearedJniWeakGlobal) {
196 if (obj1->clazz != obj2->clazz) {
197 return (u1*)obj1->clazz - (u1*)obj2->clazz;
200 size_t count2 = getElementCount(obj2);
204 return (u1*)obj1 - (u1*)obj2;
H A DDebugger.cpp173 static int registryCompare(const void* obj1, const void* obj2) argument
175 return (int) obj1 - (int) obj2;
H A DJni.cpp1497 Object* obj2 = dvmDecodeIndirectRef(ts.self(), jref2); local
1498 return (obj1 == obj2);
/dalvik/vm/test/
H A DTestIndirectRefTable.cpp71 Object* obj2 = dvmAllocObject(clazz, ALLOC_DONT_TRACK); local
92 iref2 = irt.add(cookie, obj2);
100 irt.get(iref2) != obj2) {
103 obj0, obj1, obj2);
135 iref2 = irt.add(cookie, obj2);
162 iref2 = irt.add(cookie, obj2);
203 iref2 = irt.add(cookie, obj2);

Completed in 520 milliseconds