Searched defs:aligned_offset (Results 1 – 5 of 5) sorted by relevance
38 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); in ReserveSpaceEnd() local58 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); in WriteThunks() local
109 uint32_t aligned_offset = compiled_method->AlignCode(offset); in Link() local139 uint32_t aligned_offset = compiled_method->AlignCode(offset); in Link() local
119 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, kArm64); in WriteThunks() local
581 bool DexFileVerifier::CheckPadding(size_t offset, uint32_t aligned_offset) { in CheckPadding()1346 size_t aligned_offset = (offset + alignment_mask) & ~alignment_mask; in CheckIntraSectionIterate() local
1013 uint32_t aligned_offset = compiled_method->AlignCode(offset_); in VisitMethod() local