Searched refs:from (Results 1 – 25 of 57) sorted by relevance
123
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()
7 Hello from OtherWithClinit13 Hello from OtherWithClinit2
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…
49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used52 ld $a0, 0($sp) # restore registers from stack
1 Imported from oat tests.
1 Test method tracing from command-line.
1 Imported from oat test. Print "Hello World."
1 Verify that exceptions thrown from finalizers are ignored.
1 Imported from oat tests. Allocates and frees objects with multiple threads.
10 int from(); in from() method
11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") }; in mapping()
1 A forked and extended version of IntMath from 003-omnibus-opcodes.
1 Test whether we can run code from an application split into multiple dex files (similar to
2 private method from the super class.
3 Got expected exception from abs.doStuff().
2 to remove a Phi from the wrong instruction list.
1 Test that attempts to hide objects from a concurrently running GC. The
3 instructions from one type to the same type.