Searched refs:pc_limit (Results 1 – 2 of 2) sorted by relevance
2913 int pc_limit = pc_offset() + instructions * kInstructionSize; in BlockConstPoolFor() local2914 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()2915 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()2917 DCHECK(pc_limit < constpool_.MaxPcOffset()); in BlockConstPoolFor()
3815 int pc_limit = pc_offset() + instructions * kInstrSize; in BlockConstPoolFor() local3816 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()3819 int start = pc_limit + kInstrSize + 2 * kPointerSize; in BlockConstPoolFor()3827 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()