Searched defs:IfBuilder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.h779 // expressions that use an IfBuilder.
1369 class IfBuilder V8_FINAL {
1371 explicit IfBuilder(HGraphBuilder* builder);
1372 IfBuilder(HGraphBuilder* builder,
1375 ~IfBuilder() {
1460 // Captures the current state of this IfBuilder in the specified
1461 // continuation and ends this IfBuilder.
1464 // Joins the specified continuation from this IfBuilder and ends this
1465 // IfBuilder. This appends a Goto instruction from the true branch of
1466 // this IfBuilder t
[all...]
H A Dhydrogen.cc747 HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder* builder) function in class:v8::internal::HGraphBuilder::IfBuilder
768 HGraphBuilder::IfBuilder::IfBuilder( function in class:v8::internal::HGraphBuilder::IfBuilder
792 HControlInstruction* HGraphBuilder::IfBuilder::AddCompare(
830 void HGraphBuilder::IfBuilder::Or() {
846 void HGraphBuilder::IfBuilder::And() {
861 void HGraphBuilder::IfBuilder::CaptureContinuation(
879 void HGraphBuilder::IfBuilder::JoinContinuation(HIfContinuation* continuation) {
900 void HGraphBuilder::IfBuilder
[all...]

Completed in 84 milliseconds