/dalvik/vm/mterp/mips/ |
OP_AGET.S | 29 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_AGET_WIDE.S | 24 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_APUT.S | 24 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_APUT_WIDE.S | 24 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_CONST_CLASS.S | 28 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_CONST_STRING.S | 27 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_CONST_STRING_JUMBO.S | 30 GET_INST_OPCODE(t1) # extract opcode from rINST
|
OP_GOTO_32.S | 31 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_IPUT_OBJECT_QUICK.S | 20 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_IPUT_WIDE_QUICK.S | 15 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_MUL_LONG_2ADDR.S | 24 GET_INST_OPCODE(t1) # extract opcode from rINST
|
OP_PACKED_SWITCH.S | 33 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_SHL_LONG_2ADDR.S | 25 GET_INST_OPCODE(t0) # extract opcode from rINST
|
OP_USHR_LONG_2ADDR.S | 24 GET_INST_OPCODE(t0) # extract opcode from rINST
|
bincmp.S | 34 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binflop.S | 41 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binflop2addr.S | 42 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binflopWide2addr.S | 43 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binopWide.S | 34 GET_INST_OPCODE(t0) # extract opcode from rINST
|
binopWide2addr.S | 30 GET_INST_OPCODE(t0) # extract opcode from rINST
|
zcmp.S | 32 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.cpp | 116 buf->extract(bufPos, maxLookAhead, result); 118 text.extract(pos.getIndex(), maxLookAhead, result); 130 text.extract(0, b, result);
|
/external/chromium_org/third_party/icu/source/i18n/ |
format.cpp | 178 pattern.extract(start,stop-start,parseError.preContext,0); 186 pattern.extract(start,stop-start,parseError.postContext,0);
|
/external/icu4c/common/ |
ruleiter.cpp | 116 buf->extract(bufPos, maxLookAhead, result); 118 text.extract(pos.getIndex(), maxLookAhead, result); 130 text.extract(0, b, result);
|
/external/icu4c/i18n/ |
format.cpp | 182 pattern.extract(start,stop-start,parseError.preContext,0); 190 pattern.extract(start,stop-start,parseError.postContext,0);
|