Searched
full:rpc (Results
326 -
350 of
906) sorted by null
<<11121314151617181920>>
/dalvik/vm/mterp/mips/ |
OP_APUT.S | 22 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
OP_CONST_CLASS.S | 27 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
OP_CONST_STRING.S | 26 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
OP_CONST_STRING_JUMBO.S | 29 FETCH_ADVANCE_INST(3) # advance rPC, load rINST
|
OP_GOTO.S | 17 FETCH_ADVANCE_INST_RB(a2) # update rPC, load rINST
|
OP_IPUT_OBJECT_QUICK.S | 11 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
OP_IPUT_WIDE_QUICK.S | 12 FETCH_ADVANCE_INST(2) # advance rPC, load rINST
|
OP_MUL_LONG_2ADDR.S | 23 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
|
alt_stub.S | 16 move a0, rPC # arg0
|
unflop.S | 18 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
|
unop.S | 14 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
|
unopWide.S | 15 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
|
unopWider.S | 14 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
|
/dalvik/vm/mterp/x86/ |
OP_IGET_WIDE_QUICK.S | 8 movzwl 2(rPC),%eax # eax<- field byte offset
|
OP_IPUT_OBJECT_QUICK.S | 10 movzwl 2(rPC),%eax # eax<- field byte offset
|
OP_IPUT_WIDE_QUICK.S | 8 movzwl 2(rPC),%eax # eax<- field byte offset
|
alt_stub.S | 13 movl rPC, OUT_ARG0(%esp)
|
binopLit16.S | 15 movswl 2(rPC),%ecx # ecx<- ssssCCCC
|
OP_IGET_WIDE.S | 13 movzwl 2(rPC),rIBASE # rIBASE<- 0000CCCC 29 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
|
OP_INVOKE_VIRTUAL.S | 14 movzwl 2(rPC),%ecx # ecx<- BBBB 37 movzwl 4(rPC),%ecx # ecx<- GFED or CCCC
|
OP_SGET.S | 12 movzwl 2(rPC),%eax # eax<- field ref BBBB 36 movzwl 2(rPC),%eax # eax<- field ref BBBB
|
/external/chromium/third_party/libevent/test/ |
regress_rpc.c | 100 MessageCb(EVRPC_STRUCT(Message)* rpc, void *arg) 102 struct kill* kill_reply = rpc->reply; 105 struct evhttp_request* req = EVRPC_REQUEST_HTTP(rpc); 115 /* no reply to the RPC */ 116 EVRPC_REQUEST_DONE(rpc); 122 NeverReplyCb(EVRPC_STRUCT(NeverReply)* rpc, void *arg) 125 saved_rpc = rpc; 172 * Test a malformed payload submitted as an RPC 184 fprintf(stdout, "Testing Basic RPC Support: "); 211 "/.rpc.Message") == -1) [all...] |
/external/guava/guava-gwt/src/com/google/common/collect/ |
GwtSerializationDependencies.java | 32 * each RPC interface and to assume that implementations of those types might be 45 * {@code ImmutableMultiset<String>} in RPC interfaces. Support for 48 * interfaces. It is not support, however, for an RPC interface in terms of 50 * over GWT RPC; it is only the declaration of an interface in terms of
|
/external/kernel-headers/original/linux/sunrpc/ |
clnt.h | 4 * Declarations for the high-level RPC client interface 22 * This defines an RPC port mapping 77 * General RPC program info 99 u32 p_proc; /* RPC procedure number */
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 25 # a0 = this, a1 = returnCell, a2 = predictedChainCell, rPC = dalvikCallsite 56 * rPC <- dPC
|
Completed in 969 milliseconds
<<11121314151617181920>>