Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dconstant-pool.cc382 bool next_check_too_late = dist64 + 2 * kCheckInterval >= kMaxDistToPool64; in ShouldEmitNow() local
386 if (next_check_too_late || opportune_emission_without_jump || in ShouldEmitNow()
393 bool next_check_too_late = dist32 + 2 * kCheckInterval >= kMaxDistToPool32; in ShouldEmitNow() local
397 if (next_check_too_late || opportune_emission_without_jump || in ShouldEmitNow()