Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/art/runtime/
Dmemory_region.cc27 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/
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
Dentry.S64 FETCH_INST() # load rINST from rPC
65 GET_INST_OPCODE(t0) # extract opcode from rINST
Dop_goto_16.S22 GET_INST_OPCODE(t0) # extract opcode from rINST
32 GET_INST_OPCODE(t0) # extract opcode from rINST
Dop_goto.S24 GET_INST_OPCODE(t0) # extract opcode from rINST
36 GET_INST_OPCODE(t0) # extract opcode from rINST
Dop_goto_32.S28 GET_INST_OPCODE(t0) # extract opcode from rINST
41 GET_INST_OPCODE(t0) # extract opcode from rINST
/art/runtime/interpreter/mterp/arm/
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
Dentry.S65 FETCH_INST @ load rINST from rPC
66 GET_INST_OPCODE ip @ extract opcode from rINST
/art/test/975-iface-private/
Dexpected.txt1 Saying hi from class
3 Saying hi from interface
/art/test/420-const-class/
Dexpected.txt7 Hello from OtherWithClinit
13 Hello from OtherWithClinit2
/art/runtime/interpreter/mterp/out/
Dmterp_mips.S557 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 …]
Dmterp_arm.S363 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 …]
Dmterp_mips64.S385 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/
DMain.smali24 # 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/
Dexpected.txt2 …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/
Dinfo.txt1 Imported from oat tests.
/art/test/004-NativeAllocations/
Dinfo.txt1 Imported from oat tests.
/art/test/004-JniTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-InterfaceTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-SignalTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-ThreadStress/
Dinfo.txt1 Imported from oat tests.
/art/test/004-StackWalk/
Dinfo.txt1 Imported from oat tests.
/art/test/304-method-tracing/
Dinfo.txt1 Test method tracing from command-line.
/art/test/001-HelloWorld/
Dinfo.txt1 Imported from oat test. Print "Hello World."
/art/test/059-finalizer-throw/
Dinfo.txt1 Verify that exceptions thrown from finalizers are ignored.

12345678910>>...14