Home | History | Annotate | Download | only in arm64

Lines Matching full:pc_limit

2993   int pc_limit = pc_offset() + instructions * kInstructionSize;
2994 if (no_const_pool_before_ < pc_limit) {
2995 no_const_pool_before_ = pc_limit;
2997 DCHECK(pc_limit < constpool_.MaxPcOffset());