Searched refs:from (Results 1 – 25 of 344) sorted by relevance
12345678910>>...14
/art/runtime/ |
D | memory_region.cc | 27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom() 28 CHECK(from.pointer() != nullptr); in CopyFrom() 29 CHECK_GT(from.size(), 0U); in CopyFrom() 30 CHECK_GE(this->size(), from.size()); in CopyFrom() 31 CHECK_LE(offset, this->size() - from.size()); in CopyFrom() 33 from.pointer(), from.size()); in CopyFrom()
|
/art/runtime/interpreter/mterp/mips/ |
D | op_move.S | 4 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
|
D | entry.S | 64 FETCH_INST() # load rINST from rPC 65 GET_INST_OPCODE(t0) # extract opcode from rINST
|
D | op_goto_16.S | 22 GET_INST_OPCODE(t0) # extract opcode from rINST 32 GET_INST_OPCODE(t0) # extract opcode from rINST
|
D | op_goto.S | 24 GET_INST_OPCODE(t0) # extract opcode from rINST 36 GET_INST_OPCODE(t0) # extract opcode from rINST
|
D | op_goto_32.S | 28 GET_INST_OPCODE(t0) # extract opcode from rINST 41 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/art/runtime/interpreter/mterp/arm/ |
D | op_move.S | 4 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
|
D | entry.S | 65 FETCH_INST @ load rINST from rPC 66 GET_INST_OPCODE ip @ extract opcode from rINST
|
/art/test/975-iface-private/ |
D | expected.txt | 1 Saying hi from class 3 Saying hi from interface
|
/art/test/420-const-class/ |
D | expected.txt | 7 Hello from OtherWithClinit 13 Hello from OtherWithClinit2
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips.S | 557 FETCH_INST() # load rINST from rPC 558 GET_INST_OPCODE(t0) # extract opcode from rINST 573 GET_INST_OPCODE(t0) # extract opcode from rINST 582 GET_OPB(a1) # a1 <- B from 15:12 583 GET_OPA4(a0) # a0 <- A from 11:8 586 GET_INST_OPCODE(t0) # t0 <- opcode from rINST 604 GET_INST_OPCODE(t0) # extract opcode from rINST 622 GET_INST_OPCODE(t0) # extract opcode from rINST 642 GET_INST_OPCODE(t0) # extract opcode from rINST 657 GET_INST_OPCODE(t0) # extract opcode from rINST [all …]
|
D | mterp_arm.S | 363 FETCH_INST @ load rINST from rPC 364 GET_INST_OPCODE ip @ extract opcode from rINST 379 GET_INST_OPCODE ip @ ip<- opcode from rINST 388 mov r1, rINST, lsr #12 @ r1<- B from 15:12 389 ubfx r0, rINST, #8, #4 @ r0<- A from 11:8 392 GET_INST_OPCODE ip @ ip<- opcode from rINST 410 GET_INST_OPCODE ip @ extract opcode from rINST 428 GET_INST_OPCODE ip @ extract opcode from rINST 449 GET_INST_OPCODE ip @ extract opcode from rINST 466 GET_INST_OPCODE ip @ extract opcode from rINST [all …]
|
D | mterp_mips64.S | 385 GET_INST_OPCODE v0 # extract opcode from rINST 398 GET_INST_OPCODE v0 # extract opcode from rINST 416 GET_INST_OPCODE v0 # extract opcode from rINST 434 GET_INST_OPCODE v0 # extract opcode from rINST 452 GET_INST_OPCODE v0 # extract opcode from rINST 466 GET_INST_OPCODE v0 # extract opcode from rINST 480 GET_INST_OPCODE v0 # extract opcode from rINST 495 GET_INST_OPCODE v0 # extract opcode from rINST 515 GET_INST_OPCODE v0 # extract opcode from rINST 535 GET_INST_OPCODE v0 # extract opcode from rINST [all …]
|
/art/test/975-iface-private/smali/ |
D | Main.smali | 24 # System.out.println("Saying hi from class"); 28 # System.out.println("Saying hi from interface"); 56 const-string v1, "Saying hi from class" 66 const-string v1, "Saying hi from interface"
|
/art/test/098-ddmc/ |
D | expected.txt | 2 …der len: 9 stack frame len: 8 number of entries: 0 offset to string table from start of message: 1… 14 …der len: 9 stack frame len: 8 number of entries: 0 offset to string table from start of message: 1… 23 …der len: 9 stack frame len: 8 number of entries: 0 offset to string table from start of message: 1…
|
/art/test/004-ReferenceMap/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/004-NativeAllocations/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/004-JniTest/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/004-InterfaceTest/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/004-SignalTest/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/004-ThreadStress/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/004-StackWalk/ |
D | info.txt | 1 Imported from oat tests.
|
/art/test/304-method-tracing/ |
D | info.txt | 1 Test method tracing from command-line.
|
/art/test/001-HelloWorld/ |
D | info.txt | 1 Imported from oat test. Print "Hello World."
|
/art/test/059-finalizer-throw/ |
D | info.txt | 1 Verify that exceptions thrown from finalizers are ignored.
|
12345678910>>...14