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

  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 197 DCHECK_EQ(GetInsn(code, literal_offset) & 0xfc000000u, 0x94000000u);
209 uint32_t insn = GetInsn(code, literal_offset);
273 uint32_t adrp = GetInsn(code, pc_insn_offset);
285 adrp = GetInsn(&current_method_thunks_, idx * kAdrpThunkSize);
306 uint32_t insn = GetInsn(code, literal_offset);
316 uint32_t next_insn = GetInsn(code, literal_offset + 4u);
325 uint32_t next_insn = GetInsn(code, literal_offset + 4u);
336 uint32_t prev_insn = GetInsn(code, literal_offset - 4u);
573 uint32_t adrp = GetInsn(code, literal_offset);
576 uint32_t next_insn = GetInsn(code, literal_offset + 4u)
    [all...]
relative_patcher_arm64.h 113 static uint32_t GetInsn(ArrayRef<const uint8_t> code, uint32_t offset);
116 static uint32_t GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset);

Completed in 567 milliseconds