Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc121 uint32_t BneWWithOffset(uint32_t bne_offset, uint32_t target_offset) { in BneWWithOffset() argument
122 if (!IsAligned<2u>(bne_offset)) { in BneWWithOffset()
123 LOG(ERROR) << "Unaligned bne_offset: " << bne_offset; in BneWWithOffset()
130 uint32_t diff = target_offset - bne_offset - kPcAdjustment; in BneWWithOffset()