Lines Matching full:unbox
3112 // Unbox raw offset and emit j/jal.3122 uint32_t unbox = (instr & kJRawMark) ? J : JAL;3123 instr_at_put(pc, unbox | (imm26 & kImm26Mask));