Home
last modified time | relevance | path

Searched refs:pc_limit (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Dassembler-arm64.cc2913 int pc_limit = pc_offset() + instructions * kInstructionSize; in BlockConstPoolFor() local
2914 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()
/external/v8/src/arm/
Dassembler-arm.cc3815 int pc_limit = pc_offset() + instructions * kInstrSize; in BlockConstPoolFor() local
3816 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()