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

  /art/compiler/linker/arm/
relative_patcher_thumb2.h 133 static uint32_t GetInsn16(ArrayRef<const uint8_t> code, uint32_t offset);
136 static uint32_t GetInsn16(Vector* code, uint32_t offset);
relative_patcher_thumb2.cc 126 uint32_t next_insn = GetInsn16(code, literal_offset + 4u);
154 uint32_t prev_insn = GetInsn16(code, literal_offset - 2u);
429 uint32_t Thumb2RelativePatcher::GetInsn16(ArrayRef<const uint8_t> code, uint32_t offset) {
437 uint32_t Thumb2RelativePatcher::GetInsn16(Vector* code, uint32_t offset) {
439 return GetInsn16(ArrayRef<const uint8_t>(*code), offset);

Completed in 66 milliseconds