Searched defs:retval (Results 1 - 17 of 17) sorted by relevance

/dalvik/vm/mterp/cstubs/
H A Denddefs.c3 #undef retval macro
H A Dstubdefs.c30 #define retval glue->retval macro
/dalvik/vm/mterp/portable/
H A Dentry.c19 JValue retval; local
79 retval = interpState->retval; /* only need for kInterpEntryReturn? */
/dalvik/vm/interp/
H A DInterpDefs.h110 JValue retval; // return value -- "out" only member in struct:InterpState
H A DStack.c660 JValue retval; local
739 (*method->nativeFunc)(self->curFrame, &retval, method, self);
742 dvmInterpret(self, method, &retval);
768 * in "retval" is undefined.
771 retObj = (Object*)dvmWrapPrimitive(retval, returnType);
/dalvik/vm/test/
H A DAtomicTest.c305 void* retval; local
306 if (pthread_join(threads[i], &retval) != 0) {
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c444 #define retval glue->retval macro
1312 vdst, kSpacing+4, vdst,retval.i);
1313 SET_REGISTER(vdst, retval.i);
1320 ILOGV("|move-result-wide v%d %s(0x%08llx)", vdst, kSpacing, retval.j);
1321 SET_REGISTER_WIDE(vdst, retval.j);
1331 vdst, kSpacing+4, vdst,retval.i);
1332 SET_REGISTER(vdst, retval.i);
1351 retval.j = 0xababababULL; // placate valgrind
1361 retval
4125 #undef retval macro
[all...]
H A DInterpC-armv4t.c444 #define retval glue->retval macro
1201 #undef retval macro
H A DInterpC-armv5te-vfp.c444 #define retval glue->retval macro
1201 #undef retval macro
H A DInterpC-armv5te.c444 #define retval glue->retval macro
1201 #undef retval macro
H A DInterpC-armv7-a-neon.c444 #define retval glue->retval macro
1201 #undef retval macro
H A DInterpC-armv7-a.c444 #define retval glue->retval macro
1201 #undef retval macro
H A DInterpC-portstd.c1199 JValue retval; local
1259 retval = interpState->retval; /* only need for kInterpEntryReturn? */
1423 vdst, kSpacing+4, vdst,retval.i);
1424 SET_REGISTER(vdst, retval.i);
1431 ILOGV("|move-result-wide v%d %s(0x%08llx)", vdst, kSpacing, retval.j);
1432 SET_REGISTER_WIDE(vdst, retval.j);
1442 vdst, kSpacing+4, vdst,retval.i);
1443 SET_REGISTER(vdst, retval.i);
1462 retval
[all...]
H A DInterpC-x86-atom.c444 #define retval glue->retval macro
1300 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
1303 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
1423 retval.l = newArray;
1846 * return value in "retval" before jumping here.
1861 ILOGV("> retval=0x%llx (leaving %s.%s %s)",
1862 retval.j, curMethod->clazz->descriptor, curMethod->name,
2269 (*methodToCall->nativeFunc)(newFp, &retval, methodToCall, self);
2295 ILOGD("> retval
2319 #undef retval macro
[all...]
H A DInterpC-x86.c444 #define retval glue->retval macro
1249 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
1252 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
1360 retval.l = newArray;
1783 * return value in "retval" before jumping here.
1798 ILOGV("> retval=0x%llx (leaving %s.%s %s)",
1799 retval.j, curMethod->clazz->descriptor, curMethod->name,
2206 (*methodToCall->nativeFunc)(newFp, &retval, methodToCall, self);
2232 ILOGD("> retval
2256 #undef retval macro
[all...]
H A DInterpC-portdbg.c1449 JValue retval; local
1509 retval = interpState->retval; /* only need for kInterpEntryReturn? */
1673 vdst, kSpacing+4, vdst,retval.i);
1674 SET_REGISTER(vdst, retval.i);
1681 ILOGV("|move-result-wide v%d %s(0x%08llx)", vdst, kSpacing, retval.j);
1682 SET_REGISTER_WIDE(vdst, retval.j);
1692 vdst, kSpacing+4, vdst,retval.i);
1693 SET_REGISTER(vdst, retval.i);
1712 retval
[all...]
/dalvik/vm/
H A DJni.c2047 jint retval; local
2052 retval = JNI_OK;
2054 retval = JNI_ERR;
2058 return retval;
2202 jobject retval = addGlobalReference(obj); local
2204 return retval;
2230 jobject retval = addLocalReference(env, obj); local
2232 return retval;
2954 jobject retval; local
2958 retval
3176 jobject retval = NULL; local
3370 jint retval = JNI_OK; local
[all...]

Completed in 124 milliseconds