Searched refs:vsrc1 (Results 26 - 45 of 45) sorted by relevance

12

/dalvik/vm/mterp/c/
H A DOP_FILL_ARRAY_DATA.cpp8 vsrc1 = INST_AA(inst);
10 ILOGV("|fill-array-data v%d +0x%04x", vsrc1, offset);
21 arrayObj = (ArrayObject*) GET_REGISTER(vsrc1);
H A DOP_INSTANCE_OF.cpp7 vsrc1 = INST_B(inst); /* object to check */
9 ILOGV("|instance-of v%d,v%d,class@0x%04x", vdst, vsrc1, ref);
11 obj = (Object*)GET_REGISTER(vsrc1);
H A DOP_PACKED_SWITCH.cpp7 vsrc1 = INST_AA(inst);
9 ILOGV("|packed-switch v%d +0x%04x", vsrc1, offset);
21 testVal = GET_REGISTER(vsrc1);
H A DOP_SPARSE_SWITCH.cpp7 vsrc1 = INST_AA(inst);
9 ILOGV("|sparse-switch v%d +0x%04x", vsrc1, offset);
21 testVal = GET_REGISTER(vsrc1);
H A DgotoTargets.cpp26 vsrc1 = INST_AA(inst); /* #of elements */
29 vsrc1, ref, vdst, vdst+vsrc1-1);
32 vsrc1 = INST_B(inst); /* #of elements */
34 vsrc1, ref, vdst, arg5);
74 newArray = dvmAllocArrayByClass(arrayClass, vsrc1, ALLOC_DONT_TRACK);
79 * Fill in the elements. It's legal for vsrc1 to be zero.
83 for (i = 0; i < vsrc1; i++)
86 assert(vsrc1 <= 5);
87 if (vsrc1
[all...]
H A DOP_EXECUTE_INLINE.cpp24 vsrc1 = INST_B(inst); /* #of args */
28 vsrc1, ref, vdst);
31 assert(vsrc1 <= 4);
33 switch (vsrc1) {
H A DOP_NEW_ARRAY.cpp10 vsrc1 = INST_B(inst); /* length reg */
13 vdst, vsrc1, ref, (s4) GET_REGISTER(vsrc1));
14 length = (s4) GET_REGISTER(vsrc1);
H A DOP_INVOKE_OBJECT_INIT_RANGE.cpp5 vsrc1 = FETCH(2); /* reg number of "this" pointer */
6 obj = GET_REGISTER_AS_OBJECT(vsrc1);
H A Dopcommon.cpp30 vsrc1 = INST_B(inst); \
31 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
33 GET_REGISTER##_fromtype(vsrc1)); \
44 vsrc1 = INST_B(inst); \
45 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
46 val = GET_REGISTER##_fromrtype(vsrc1); \
65 vsrc1 = INST_B(inst); \
66 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
67 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
79 vsrc1
[all...]
H A DOP_APUT_OBJECT.cpp9 vsrc1 = arrayInfo & 0xff; /* BB: array ptr */
11 ILOGV("|aput%s v%d,v%d,v%d", "-object", vdst, vsrc1, vsrc2);
12 arrayObj = (ArrayObject*) GET_REGISTER(vsrc1);
/dalvik/vm/mterp/out/
H A DInterpC-x86.cpp390 u2 ref, vsrc1, vsrc2, vdst; \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
437 u2 vsrc1, vsrc2, vdst; \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
546 vsrc1 = INST_B(inst); \
547 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
549 GET_REGISTER##_fromtype(vsrc1)); \
560 vsrc1 = INST_B(inst); \
561 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
562 val = GET_REGISTER##_fromrtype(vsrc1); \
[all...]
H A DInterpC-mips.cpp390 u2 ref, vsrc1, vsrc2, vdst; \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
437 u2 vsrc1, vsrc2, vdst; \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
546 vsrc1 = INST_B(inst); \
547 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
549 GET_REGISTER##_fromtype(vsrc1)); \
560 vsrc1 = INST_B(inst); \
561 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
562 val = GET_REGISTER##_fromrtype(vsrc1); \
[all...]
H A DInterpC-armv5te-vfp.cpp390 u2 ref, vsrc1, vsrc2, vdst; \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
437 u2 vsrc1, vsrc2, vdst; \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
546 vsrc1 = INST_B(inst); \
547 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
549 GET_REGISTER##_fromtype(vsrc1)); \
560 vsrc1 = INST_B(inst); \
561 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
562 val = GET_REGISTER##_fromrtype(vsrc1); \
[all...]
H A DInterpC-armv5te.cpp390 u2 ref, vsrc1, vsrc2, vdst; \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
437 u2 vsrc1, vsrc2, vdst; \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
546 vsrc1 = INST_B(inst); \
547 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
549 GET_REGISTER##_fromtype(vsrc1)); \
560 vsrc1 = INST_B(inst); \
561 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
562 val = GET_REGISTER##_fromrtype(vsrc1); \
[all...]
H A DInterpC-armv7-a-neon.cpp390 u2 ref, vsrc1, vsrc2, vdst; \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
437 u2 vsrc1, vsrc2, vdst; \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
546 vsrc1 = INST_B(inst); \
547 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
549 GET_REGISTER##_fromtype(vsrc1)); \
560 vsrc1 = INST_B(inst); \
561 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
562 val = GET_REGISTER##_fromrtype(vsrc1); \
[all...]
H A DInterpC-armv7-a.cpp390 u2 ref, vsrc1, vsrc2, vdst; \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
437 u2 vsrc1, vsrc2, vdst; \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
546 vsrc1 = INST_B(inst); \
547 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
549 GET_REGISTER##_fromtype(vsrc1)); \
560 vsrc1 = INST_B(inst); \
561 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
562 val = GET_REGISTER##_fromrtype(vsrc1); \
[all...]
H A DInterpC-allstubs.cpp390 u2 ref, vsrc1, vsrc2, vdst; \
394 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
437 u2 vsrc1, vsrc2, vdst; \
439 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
546 vsrc1 = INST_B(inst); \
547 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
549 GET_REGISTER##_fromtype(vsrc1)); \
560 vsrc1 = INST_B(inst); \
561 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
562 val = GET_REGISTER##_fromrtype(vsrc1); \
[all...]
H A DInterpC-portable.cpp492 vsrc1 = INST_B(inst); \
493 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
495 GET_REGISTER##_fromtype(vsrc1)); \
506 vsrc1 = INST_B(inst); \
507 ILOGV("|%s v%d,v%d", (_opname), vdst, vsrc1); \
508 val = GET_REGISTER##_fromrtype(vsrc1); \
527 vsrc1 = INST_B(inst); \
528 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
529 SET_REGISTER(vdst, (_type) GET_REGISTER(vsrc1)); \
541 vsrc1
1132 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local
[all...]
/dalvik/vm/mterp/cstubs/
H A Dstubdefs.cpp12 u2 ref, vsrc1, vsrc2, vdst; \
16 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
59 u2 vsrc1, vsrc2, vdst; \
61 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
/dalvik/vm/mterp/portable/
H A Dentry.cpp21 u2 vsrc1, vsrc2, vdst; // usually used for register indexes local

Completed in 1576 milliseconds

12