Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A 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()
631 bool next_check_too_late = dist64 + 2 * kCheckInterval >= kMaxDistToPool64; in ShouldEmitNow() local
635 if (next_check_too_late || opportune_emission_without_jump || in ShouldEmitNow()
642 bool next_check_too_late = dist32 + 2 * kCheckInterval >= kMaxDistToPool32; in ShouldEmitNow() local
646 if (next_check_too_late || opportune_emission_without_jump || in ShouldEmitNow()

Completed in 2 milliseconds