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

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc285 uint32_t next_offset = patch_offset + 4u; local
314 bool is_aligned_load = (((next_offset >> 2) ^ (next_insn >> 5)) & 1) == 0;
/art/runtime/
H A Ddex_file_verifier.cc1545 size_t next_offset = ptr_ - begin_; local
1546 if (next_offset > data_end) {
1547 ErrorStringPrintf("Out-of-bounds end of data subsection: %zx", next_offset);

Completed in 115 milliseconds