Searched refs:from (Results 1 - 25 of 284) sorted by relevance

1234567891011>>

/art/runtime/
H A Dmemory_region.cc27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const {
28 CHECK(from.pointer() != nullptr);
29 CHECK_GT(from.size(), 0U);
30 CHECK_GE(this->size(), from.size());
31 CHECK_LE(offset, this->size() - from.size());
33 from.pointer(), from.size());
/art/runtime/interpreter/mterp/mips64/
H A DfcvtFooter.S3 * from or to a floating-point type and jumps to the next instruction.
16 GET_INST_OPCODE v0 # extract opcode from rINST
H A Dop_nop.S2 GET_INST_OPCODE v0 # extract opcode from rINST
/art/test/569-checker-pattern-replacement/
H A Drun18 -Xcompiler-option --no-inline-from=core-oj,569-checker-pattern-replacement.jar:classes2.dex
/art/test/005-annotations/src/android/test/anno/
H A DIntToString.java10 int from(); method in interface:IntToString
H A DExportedProperty.java11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
/art/runtime/interpreter/mterp/arm/
H A Dop_nop.S2 GET_INST_OPCODE ip @ ip<- opcode from rINST
H A Dop_move.S4 mov r1, rINST, lsr #12 @ r1<- B from 15:12
5 ubfx r0, rINST, #8, #4 @ r0<- A from 11:8
8 GET_INST_OPCODE ip @ ip<- opcode from rINST
H A Dop_aput_object.S13 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_const_16.S6 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_const_4.S5 GET_INST_OPCODE ip @ ip<- opcode from rINST
H A Dop_const_high16.S7 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_filled_new_array.S3 * Create a new array with elements filled from registers.
18 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_iput_object.S10 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_iput_object_quick.S9 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_monitor_enter.S13 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_new_array.S18 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_new_instance.S13 GET_INST_OPCODE ip @ extract opcode from rINST
H A Dop_sput_object.S10 GET_INST_OPCODE ip @ extract opcode from rINST
/art/runtime/interpreter/mterp/mips/
H A Dop_nop.S2 GET_INST_OPCODE(t0) # extract opcode from rINST
H A Dop_move.S4 GET_OPB(a1) # a1 <- B from 15:12
5 GET_OPA4(a0) # a0 <- A from 11:8
8 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
H A Dop_const_16.S5 GET_INST_OPCODE(t0) # extract opcode from rINST
H A Dfbinop2addr.S18 GET_INST_OPCODE(t0) # extract opcode from rINST
H A Dfunop.S17 GET_INST_OPCODE(t1) # extract opcode from rINST
H A DfunopWider.S18 GET_INST_OPCODE(t0) # extract opcode from rINST

Completed in 260 milliseconds

1234567891011>>