Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc112 // TODO(jgruber): Currently IfBuilder0 and IfBuilder1 are implemented as
151 // Unlike IfBuilder1, this supports an empty then or else body. This is in ~IfBuilder0()
193 class IfBuilder1 { class in v8::internal::compiler::JSCallReducerAssembler
197 IfBuilder1(JSGraphAssembler* gasm, TNode<Boolean> cond) in IfBuilder1() function in v8::internal::compiler::JSCallReducerAssembler::IfBuilder1
200 V8_WARN_UNUSED_RESULT IfBuilder1& ExpectTrue() { in ExpectTrue()
206 V8_WARN_UNUSED_RESULT IfBuilder1& ExpectFalse() { in ExpectFalse()
212 V8_WARN_UNUSED_RESULT IfBuilder1& Then(const If1BodyFunction& body) { in Then()
216 V8_WARN_UNUSED_RESULT IfBuilder1& Else(const If1BodyFunction& body) { in Else()
257 IfBuilder1<T> SelectIf(TNode<Boolean> cond) { in SelectIf()

Completed in 9 milliseconds