Home
last modified time | relevance | path

Searched defs: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
393 bool next_check_too_late = dist32 + 2 * kCheckInterval >= kMaxDistToPool32; in ShouldEmitNow() local
631 bool next_check_too_late = dist64 + 2 * kCheckInterval >= kMaxDistToPool64; in ShouldEmitNow() local
642 bool next_check_too_late = dist32 + 2 * kCheckInterval >= kMaxDistToPool32; in ShouldEmitNow() local

Completed in 2 milliseconds