Home | History | Annotate | Download | only in arm64

Lines Matching refs:pc_limit

2873   int pc_limit = pc_offset() + instructions * kInstructionSize;
2874 if (no_const_pool_before_ < pc_limit) {
2875 no_const_pool_before_ = pc_limit;
2877 DCHECK(pc_limit < constpool_.MaxPcOffset());