Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.h1520 static const int kMaxDistToIntPool = 4*KB; variable
1524 static const int kMaxNumPending32Constants = kMaxDistToIntPool / kInstrSize;
1590 kMaxDistToIntPool))); in EndBlockConstPool()
Dassembler-arm.cc4190 kMaxDistToIntPool)); in BlockConstPoolFor()
4273 if ((dist32 >= kMaxDistToIntPool - kCheckPoolInterval) || in CheckConstPool()
4274 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()