Lines Matching defs:target_offset
701 int target_offset = source_.GetInt();705 DCHECK(0 <= target_offset && target_offset <= code->instruction_size());707 Address target = code->entry() + target_offset;