Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dbasic-block-instrumentor.cc62 size_t n_blocks = schedule->RpoBlockCount() - 1; in Instrument()
H A Dschedule.h216 size_t RpoBlockCount() const { return rpo_order_.size(); } in RpoBlockCount() function in v8::internal::compiler::final
H A Dschedule.cc465 ((s.RpoBlockCount() == 0) ? *s.all_blocks() : *s.rpo_order())) { in operator <<()

Completed in 6 milliseconds