| /dalvik/vm/mterp/x86/ |
| OP_IGET_QUICK.S | 8 movzwl 2(rPC),%eax # eax<- field byte offset
|
| OP_INT_TO_LONG.S | 9 SET_VREG_WORD rIBASE rINST 1 # v[A+1]<- rIBASE/rPC
|
| OP_IPUT_QUICK.S | 10 movzwl 2(rPC),%eax # eax<- field byte offset
|
| OP_MOVE_WIDE_FROM16.S | 4 movzwl 2(rPC),%ecx # ecx<- BBBB
|
| OP_MUL_INT_LIT16.S | 7 movswl 2(rPC),%ecx # ecx<- ssssCCCC
|
| OP_THROW_VERIFICATION_ERROR.S | 9 movzwl 2(rPC),%eax # eax<- BBBB
|
| OP_CMP_LONG.S | 11 movzbl 2(rPC),%ecx # ecx<- BB 13 movzbl 3(rPC),rIBASE # rIBASE- CC
|
| OP_CONST_CLASS.S | 7 movzwl 2(rPC),%eax # eax<- BBBB 25 movzwl 2(rPC),%ecx # ecx<- BBBB
|
| OP_CONST_STRING.S | 7 movzwl 2(rPC),%eax # eax<- BBBB 24 movzwl 2(rPC),%ecx # ecx<- BBBB
|
| OP_CONST_STRING_JUMBO.S | 7 movl 2(rPC),%eax # eax<- BBBBBBBB 24 movl 2(rPC),%ecx # ecx<- BBBBBBBB
|
| OP_DIV_LONG.S | 4 movzbl 3(rPC),%eax # eax<- CC 5 movzbl 2(rPC),%ecx # ecx<- BB
|
| OP_INVOKE_INTERFACE.S | 12 movzwl 4(rPC),%eax # eax<- FEDC or CCCC 27 movzwl 2(rPC),%eax # eax<- BBBB
|
| OP_INVOKE_SUPER_QUICK.S | 12 movzwl 4(rPC),%eax # eax<- GFED or CCCC 23 movzwl 2(rPC),%eax # eax<- BBBB
|
| OP_INVOKE_VIRTUAL_QUICK.S | 11 movzwl 4(rPC),%ecx # eax<- FEDC or CCCC 12 movzwl 2(rPC),%edx # ecx<- BBBB
|
| OP_SHL_LONG.S | 14 movzbl 2(rPC),%eax # eax<- BB 15 movzbl 3(rPC),%ecx # ecx<- CC
|
| /external/protobuf/java/src/main/java/com/google/protobuf/ |
| RpcCallback.java | 34 * Interface for an RPC callback, normally called when an RPC completes. 37 * <p>Starting with version 2.3.0, RPC implementations should not try to build 39 * code specific to the particular RPC implementation. This way the generated
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
| rusers.h | 9 #include <rpc/rpc.h> 57 #include <rpc/xdr.h> 69 * This is the structure used in version 2 of the rusersd RPC service.
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
| rusers.h | 9 #include <rpc/rpc.h> 57 #include <rpc/xdr.h> 69 * This is the structure used in version 2 of the rusersd RPC service.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
| rusers.h | 9 #include <rpc/rpc.h> 57 #include <rpc/xdr.h> 69 * This is the structure used in version 2 of the rusersd RPC service.
|
| /dalvik/vm/mterp/armv5te/ |
| OP_CONST_CLASS.S | 13 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 32 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
| OP_CONST_STRING.S | 13 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST 31 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
|
| OP_CONST_STRING_JUMBO.S | 15 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST 33 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
|
| OP_GOTO_32.S | 22 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST 25 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST
|
| /dalvik/vm/mterp/mips/ |
| OP_GOTO_32.S | 23 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST 26 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST
|
| OP_PACKED_SWITCH.S | 22 EAS1(a0, rPC, a0) # a0 <- PC + BBBBbbbb*2 28 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST
|