Home | History | Annotate | Download | only in snapshot

Lines Matching defs:target_offset

656         int target_offset = source_.GetInt();
660 DCHECK(0 <= target_offset && target_offset <= code->instruction_size());
662 Address target = code->entry() + target_offset;