Searched refs:GetInsn16 (Results 1 – 2 of 2) sorted by relevance
65 static uint32_t GetInsn16(ArrayRef<const uint8_t> code, uint32_t offset);68 static uint32_t GetInsn16(Vector* code, uint32_t offset);
189 uint32_t Thumb2RelativePatcher::GetInsn16(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn16() function in art::linker::Thumb2RelativePatcher197 uint32_t Thumb2RelativePatcher::GetInsn16(Vector* code, uint32_t offset) { in GetInsn16() function in art::linker::Thumb2RelativePatcher199 return GetInsn16(ArrayRef<const uint8_t>(*code), offset); in GetInsn16()