Searched defs:GetInsn32 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.cc52 DCHECK_EQ(GetInsn32(code, literal_offset) & 0xf800d000, 0xf000d000);
66 uint32_t insn = GetInsn32(code, literal_offset);
101 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { function in class:art::linker::Thumb2RelativePatcher
113 uint32_t Thumb2RelativePatcher::GetInsn32(std::vector<uint8_t, Alloc>* code, uint32_t offset) { function in class:art::linker::Thumb2RelativePatcher
114 return GetInsn32(ArrayRef<const uint8_t>(*code), offset);

Completed in 643 milliseconds