Searched refs:off (Results 1 - 9 of 9) sorted by relevance

/art/test/121-modifiers/
H A Dbuild36 ${JACK} --sanity-checks off --import classes.jack --output-dex .
/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;
H A Doat.h92 void SetImagePatchDelta(int32_t off);
/art/compiler/utils/arm/
H A Dassembler_arm.cc253 int32_t off = -offset_;
254 CHECK_LT(off, 1024);
255 CHECK_EQ((off & 3 /* 0b11 */), 0); // Must be multiple of 4.
256 encoding = (am ^ (1 << kUShift)) | off >> 2; // Flip U to adjust sign.
/art/patchoat/
H A Dpatchoat.h146 // Trim off high bits in case negative relocation with 64 bit patchoat.
159 // Trim off high bits in case negative relocation with 64 bit patchoat.
179 void operator() (mirror::Object* obj, MemberOffset off, bool b) const
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);
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S681 # pop a4, a5, s1(rSELF), s8, ra off of the stack
783 # pop a4, a5, s0(rSUSPEND), s1(rSELF), s8, ra off of the stack
/art/test/
H A DAndroid.run-test.mk277 # TODO: Turn off all the other combinations, this is more about testing actual ART code. A gtest is
289 # 138-duplicate-classes-check. Turned off temporarily, b/21333911.

Completed in 8314 milliseconds