Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc54 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::Thumb2RelativePatcher
118 uint32_t Thumb2RelativePatcher::GetInsn32(Vector* code, uint32_t offset) { in GetInsn32() function in art::linker::Thumb2RelativePatcher
120 return GetInsn32(ArrayRef<const uint8_t>(*code), offset); in GetInsn32()
Drelative_patcher_thumb2.h42 static uint32_t GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset);
45 static uint32_t GetInsn32(Vector* code, uint32_t offset);