/dalvik/vm/mterp/c/ |
OP_NEW_ARRAY_JUMBO.cpp | 34 FINISH(5);
|
OP_NEW_INSTANCE.cpp | 47 FINISH(2);
|
OP_NEW_INSTANCE_JUMBO.cpp | 47 FINISH(4);
|
OP_APUT_OBJECT.cpp | 37 FINISH(2);
|
/dalvik/vm/mterp/x86-atom/ |
OP_CONST_CLASS.S | 42 FINISH 2 # jump to next instruction 67 FINISH 2 # jump to next instruction
|
OP_CONST_STRING_JUMBO.S | 42 FINISH 3 # jump to next instruction 66 FINISH 3 # jump to next instruction
|
OP_MUL_LONG.S | 71 FINISH 2 # jump to next instruction
|
OP_MUL_LONG_2ADDR.S | 72 FINISH 1 # jump to next instruction
|
OP_REM_DOUBLE.S | 51 FINISH 2 # jump to next instruction
|
OP_REM_DOUBLE_2ADDR.S | 52 FINISH 1 # jump to next instruction
|
OP_SHR_LONG.S | 41 jmp .L${opcode}_final # sign is fine, finish 53 FINISH 2 # jump to next instruction
|
binopD.S | 61 FINISH 2 # jump to next instruction
|
binopDivRemLong.S | 52 FINISH 2 # jump to next instruction
|
OP_CONST_STRING.S | 39 FINISH 2 # jump to next instruction
|
OP_SHR_LONG_2ADDR.S | 42 jmp .L${opcode}_final # sign is fine, finish 54 FINISH 1 # jump to next instruction
|
binopDLit16.S | 66 FINISH 2 # jump to next instruction
|
binopDLit8.S | 64 FINISH 2 # jump to next instruction
|
/dalvik/vm/mterp/out/ |
InterpC-allstubs.cpp | 93 * We don't advance the program counter until we finish an instruction or 436 * Like the "portable" FINISH, but don't reload "inst", and return to caller 441 #define FINISH(_offset) { \ 449 #define FINISH(_offset) { \ 540 FINISH(1); 566 FINISH(1); 574 FINISH(1); 601 FINISH(2); 614 FINISH(branchOffset); \ 617 FINISH(2); [all...] |
InterpC-portable.cpp | 93 * We don't advance the program counter until we finish an instruction or 407 # define FINISH(_offset) { \ 492 FINISH(1); 518 FINISH(1); 526 FINISH(1); 553 FINISH(2); 566 FINISH(branchOffset); \ 569 FINISH(2); \ 581 FINISH(branchOffset); \ 584 FINISH(2); [all...] |
InterpC-x86-atom.cpp | 93 * We don't advance the program counter until we finish an instruction or 436 * Like the "portable" FINISH, but don't reload "inst", and return to caller 441 #define FINISH(_offset) { \ 449 #define FINISH(_offset) { \ 540 FINISH(1); 566 FINISH(1); 574 FINISH(1); 601 FINISH(2); 614 FINISH(branchOffset); \ 617 FINISH(2); [all...] |
InterpC-x86.cpp | 93 * We don't advance the program counter until we finish an instruction or 436 * Like the "portable" FINISH, but don't reload "inst", and return to caller 441 #define FINISH(_offset) { \ 449 #define FINISH(_offset) { \ 540 FINISH(1); 566 FINISH(1); 574 FINISH(1); 601 FINISH(2); 614 FINISH(branchOffset); \ 617 FINISH(2); [all...] |
/dalvik/vm/mterp/cstubs/ |
stubdefs.cpp | 66 * Like the "portable" FINISH, but don't reload "inst", and return to caller 71 #define FINISH(_offset) { \ 79 #define FINISH(_offset) { \
|
/dalvik/vm/mterp/portable/ |
entry.cpp | 63 FINISH(0); /* fetch and execute first instruction */
|
stubdefs.cpp | 37 # define FINISH(_offset) { \
|
/external/skia/samplecode/ |
SampleCull.cpp | 38 goto FINISH; 43 FINISH:
|