Searched refs:pc_limit (Results 1 – 2 of 2) sorted by relevance
2873 int pc_limit = pc_offset() + instructions * kInstructionSize; in BlockConstPoolFor() local2874 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()2875 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()2877 DCHECK(pc_limit < constpool_.MaxPcOffset()); in BlockConstPoolFor()
3394 int pc_limit = pc_offset() + instructions * kInstrSize; in BlockConstPoolFor() local3395 if (no_const_pool_before_ < pc_limit) { in BlockConstPoolFor()3398 int start = pc_limit + kInstrSize + 2 * kPointerSize; in BlockConstPoolFor()3405 no_const_pool_before_ = pc_limit; in BlockConstPoolFor()