Searched refs:GetInsn32 (Results 1 – 2 of 2) sorted by relevance
54 DCHECK_EQ(GetInsn32(code, literal_offset) & 0xf800d000, 0xf000d000); in PatchCall()68 uint32_t insn = GetInsn32(code, literal_offset); in PatchPcRelativeReference()106 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn32() function in art::linker::Thumb2RelativePatcher118 uint32_t Thumb2RelativePatcher::GetInsn32(Vector* code, uint32_t offset) { in GetInsn32() function in art::linker::Thumb2RelativePatcher120 return GetInsn32(ArrayRef<const uint8_t>(*code), offset); in GetInsn32()
42 static uint32_t GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset);45 static uint32_t GetInsn32(Vector* code, uint32_t offset);