Home
last modified time | relevance | path

Searched defs:aligned_offset (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc167 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, InstructionSet::kArm64); in WriteThunks() local
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc208 uint32_t aligned_offset = CompiledMethod::AlignCode(offset, instruction_set_); in WriteThunks() local
/art/libdexfile/dex/
Ddex_file_verifier.cc925 uint32_t aligned_offset, in CheckPadding()
2061 size_t aligned_offset = (offset + alignment_mask) & ~alignment_mask; in CheckIntraSectionIterate() local