Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.h1501 static constexpr int kMaxDistToIntPool = 4 * KB; variable
1506 kMaxDistToIntPool / kInstrSize;
1568 kMaxDistToIntPool))); in EndBlockConstPool()
Dassembler-arm.cc5169 kMaxDistToIntPool)); in BlockConstPoolFor()
5245 if ((dist32 >= kMaxDistToIntPool - kCheckPoolInterval) || in CheckConstPool()
5246 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()