Searched refs:pc_limit (Results 1 – 2 of 2) sorted by relevance
5161 int pc_limit = pc_offset() + instructions * kInstrSize; in BlockConstPoolFor() local5162 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()5165 int start = pc_limit + kInstrSize + 2 * kPointerSize; in BlockConstPoolFor()5173 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()
4812 int pc_limit = pc_offset() + instructions * kInstrSize; in BlockConstPoolFor() local4813 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()4814 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()4816 DCHECK(pc_limit < constpool_.MaxPcOffset()); in BlockConstPoolFor()