Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc393 uint32_t next_offset = patch_offset + 4u; in NeedsErratum843419Thunk() local
422 bool is_aligned_load = (((next_offset >> 2) ^ (next_insn >> 5)) & 1) == 0; in NeedsErratum843419Thunk()
/art/libdexfile/dex/
Ddex_file_verifier.cc2375 size_t next_offset; in CheckIntraDataSection() local
2376 if (!PtrToOffset(ptr_, &next_offset) || next_offset > data_end) { in CheckIntraDataSection()
2378 next_offset, in CheckIntraDataSection()