Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.h1467 static const int kMaxDistToIntPool = 4*KB; variable
1470 static const int kMaxNumPending32RelocInfo = kMaxDistToIntPool/kInstrSize;
1529 (first_const_pool_32_use_ + kMaxDistToIntPool))); in EndBlockConstPool()
Dassembler-arm.cc3401 num_pending_64_bit_reloc_info_ * kDoubleSize < kMaxDistToIntPool)); in BlockConstPoolFor()
3480 if ((dist32 >= kMaxDistToIntPool - kCheckPoolInterval) || in CheckConstPool()
3481 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()