Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dconstant-pool.cc310 next_check_ = 0; in Clear()
317 next_check_ = kMaxInt; in StartBlock()
327 next_check_ = 0; in EndBlock()
334 next_check_ = in SetNextCheckIn()
455 if (assm_->pc_offset() >= next_check_) { in MaybeCheck()
Dconstant-pool.h343 int next_check_ = 0; variable