Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dassembler-arm.cc3905 int dist32 = pc_offset() + estimated_size - first_const_pool_32_use_; in CheckConstPool() local
3906 if ((dist32 >= kMaxDistToIntPool - kCheckPoolInterval) || in CheckConstPool()
3907 (!require_jump && (dist32 >= kMaxDistToIntPool / 2))) { in CheckConstPool()