Home | History | Annotate | Download | only in snapshot

Lines Matching refs:instruction_size

491                            code->instruction_size());
1110 DCHECK(0 <= pc_offset && pc_offset <= code->instruction_size());
1111 DCHECK(0 <= target_offset && target_offset <= code->instruction_size());
2110 pc_offset <= Code::cast(object_)->instruction_size());
2112 target_offset <= Code::cast(object_)->instruction_size());