Searched defs:off (Results 1 - 3 of 3) sorted by relevance

/art/test/044-proxy/src/
H A DBasicTest.java143 public int trapezoid(int x, double off, int y); argument
189 public int trapezoid(int x, double off, int y) { argument
190 System.out.println("--- trap " + x + "," + y + "," + off);
/art/runtime/
H A Doat.cc353 void OatHeader::SetImagePatchDelta(int32_t off) { argument
355 CHECK_ALIGNED(off, kPageSize);
356 image_patch_delta_ = off;
/art/patchoat/
H A Dpatchoat.cc132 // Perhaps in some far-off future we may have images with relative addresses that are true-PIC.
227 // Perhaps in some far-off future we may have images with relative addresses that are true-PIC.
549 void PatchOat::PatchVisitor::operator() (mirror::Object* obj, MemberOffset off, argument
551 mirror::Object* referent = obj->GetFieldObject<mirror::Object, kVerifyNone>(off);
554 copy_->SetFieldObjectWithoutWriteBarrier<false, true, kVerifyNone>(off, moved_object);
559 MemberOffset off = mirror::Reference::ReferentOffset(); local
563 copy_->SetFieldObjectWithoutWriteBarrier<false, true, kVerifyNone>(off, moved_object);

Completed in 86 milliseconds