Searched refs:pc_limit (Results 1 – 2 of 2) sorted by relevance
2993 int pc_limit = pc_offset() + instructions * kInstructionSize; in BlockConstPoolFor() local2994 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()2995 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()2997 DCHECK(pc_limit < constpool_.MaxPcOffset()); in BlockConstPoolFor()
4934 int pc_limit = pc_offset() + instructions * kInstrSize; in BlockConstPoolFor() local4935 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()4938 int start = pc_limit + kInstrSize + 2 * kPointerSize; in BlockConstPoolFor()4946 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()