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

/art/runtime/
H A Dmemory_region.h87 uintptr_t byte_offset = (bit_offset >> kBitsPerByteLog2); local
88 return ComputeInternalPointer<byte>(byte_offset);
H A Dclass_linker.cc3935 // Note that byte_offset is the offset from the beginning of
3938 MemberOffset byte_offset = field->GetOffsetDuringLinking(); local
3939 CHECK_EQ(byte_offset.Uint32Value() & (CLASS_OFFSET_ALIGNMENT - 1), 0U);
3940 if (CLASS_CAN_ENCODE_OFFSET(byte_offset.Uint32Value())) {
3941 uint32_t new_bit = CLASS_BIT_FROM_OFFSET(byte_offset.Uint32Value());
/art/compiler/
H A Dimage_writer.cc611 MemberOffset byte_offset = CLASS_OFFSET_FROM_CLZ(right_shift); local
612 const Object* ref = orig->GetFieldObject<const Object*>(byte_offset, false);
614 copy->SetFieldPtr(byte_offset, GetImageAddress(ref), false);

Completed in 63 milliseconds