Searched defs:aligned_offset (Results 1 – 3 of 3) sorted by relevance
172 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64); in WriteThunks() local
208 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); in WriteThunks() local
1024 bool DexFileVerifier::CheckPadding(uint32_t aligned_offset, in CheckPadding()2219 size_t aligned_offset = (PtrToOffset(ptr_) + alignment_mask) & ~alignment_mask; in CheckIntraSectionIterate() local