HomeSort by relevance Sort by last modified time
    Searched refs:GetInsn32 (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 75 DCHECK_EQ(GetInsn32(code, literal_offset) & 0xf800d000, 0xf000d000);
89 uint32_t insn = GetInsn32(code, literal_offset);
107 uint32_t insn = GetInsn32(code, literal_offset);
119 uint32_t next_insn = GetInsn32(code, literal_offset + 4u);
136 uint32_t next_insn = GetInsn32(code, literal_offset + 4u);
148 uint32_t prev_insn = GetInsn32(code, literal_offset - 4u);
412 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) {
424 uint32_t Thumb2RelativePatcher::GetInsn32(Vector* code, uint32_t offset) {
426 return GetInsn32(ArrayRef<const uint8_t>(*code), offset);
relative_patcher_thumb2.h 128 static uint32_t GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset);
131 static uint32_t GetInsn32(Vector* code, uint32_t offset);

Completed in 565 milliseconds