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

/dalvik/vm/mterp/c/
H A DgotoTargets.cpp18 u4 arg5; local
27 arg5 = -1; /* silence compiler warning */
31 arg5 = INST_A(inst);
34 vsrc1, ref, vdst, arg5);
88 contents[4] = GET_REGISTER(arg5);
/dalvik/vm/mterp/out/
H A DInterpC-mips.cpp1209 u4 arg5; local
1218 arg5 = -1; /* silence compiler warning */
1222 arg5 = INST_A(inst);
1225 vsrc1, ref, vdst, arg5);
1279 contents[4] = GET_REGISTER(arg5);
H A DInterpC-x86.cpp1285 u4 arg5; local
1294 arg5 = -1; /* silence compiler warning */
1298 arg5 = INST_A(inst);
1301 vsrc1, ref, vdst, arg5);
1355 contents[4] = GET_REGISTER(arg5);
H A DInterpC-allstubs.cpp3104 u4 arg5; local
3113 arg5 = -1; /* silence compiler warning */
3117 arg5 = INST_A(inst);
3120 vsrc1, ref, vdst, arg5);
3174 contents[4] = GET_REGISTER(arg5);
H A DInterpC-portable.cpp3052 u4 arg5; local
3061 arg5 = -1; /* silence compiler warning */
3065 arg5 = INST_A(inst);
3068 vsrc1, ref, vdst, arg5);
3122 contents[4] = GET_REGISTER(arg5);

Completed in 229 milliseconds