Home
last modified time | relevance | path

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

123

/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/test/420-const-class/
Dexpected.txt7 Hello from OtherWithClinit
13 Hello from OtherWithClinit2
/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/runtime/arch/mips64/
Djni_entrypoints_mips64.S49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
52 ld $a0, 0($sp) # restore registers from stack
/art/test/004-UnsafeTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-ThreadStress/
Dinfo.txt1 Imported from oat tests.
/art/test/004-JniTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-NativeAllocations/
Dinfo.txt1 Imported from oat tests.
/art/test/004-ReferenceMap/
Dinfo.txt1 Imported from oat tests.
/art/test/004-SignalTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-StackWalk/
Dinfo.txt1 Imported from oat tests.
/art/test/004-InterfaceTest/
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.
/art/test/114-ParallelGC/
Dinfo.txt1 Imported from oat tests. Allocates and frees objects with multiple threads.
/art/test/005-annotations/src/android/test/anno/
DIntToString.java10 int from(); in from() method
DExportedProperty.java11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") }; in mapping()
/art/test/107-int-math2/
Dinfo.txt1 A forked and extended version of IntMath from 003-omnibus-opcodes.
/art/test/113-multidex/
Dinfo.txt1 Test whether we can run code from an application split into multiple dex files (similar to
/art/test/434-invoke-direct/
Dinfo.txt2 private method from the super class.
/art/test/032-concrete-sub/
Dexpected.txt3 Got expected exception from abs.doStuff().
/art/test/481-regression-phi-cond/
Dinfo.txt2 to remove a Phi from the wrong instruction list.
/art/test/102-concurrent-gc/
Dinfo.txt1 Test that attempts to hide objects from a concurrently running GC. The
/art/test/505-simplifier-type-propagation/
Dinfo.txt3 instructions from one type to the same type.

123