Searched refs:constPool (Results 1 – 2 of 2) sorted by relevance
37 ARMWord* ARMAssembler::getLdrImmAddress(ARMWord* insn, uint32_t* constPool) in getLdrImmAddress() argument42 if (constPool && (*insn & 0x1)) in getLdrImmAddress()43 return reinterpret_cast<ARMWord*>(constPool + ((*insn & SDT_OFFSET_MASK) >> 1)); in getLdrImmAddress()
595 static ARMWord* getLdrImmAddress(ARMWord* insn, uint32_t* constPool = 0);