Searched refs:jump_offset (Results 1 – 1 of 1) sorted by relevance
568 ptrdiff_t jump_offset = target_label->location() - table_start_.location(); in EmitTable() local569 DCHECK_GT(jump_offset, std::numeric_limits<int32_t>::min()); in EmitTable()570 DCHECK_LE(jump_offset, std::numeric_limits<int32_t>::max()); in EmitTable()571 Literal<int32_t> literal(jump_offset); in EmitTable()4813 Register jump_offset = temp_w; in VisitPackedSwitch() local4814 __ Ldr(jump_offset, MemOperand(table_base, index, UXTW, 2)); in VisitPackedSwitch()4818 __ Add(target_address, table_base, Operand(jump_offset, SXTW)); in VisitPackedSwitch()