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

/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc99 IfBuilder checker_;
233 IfBuilder builder(this);
314 IfBuilder if_number(this);
365 IfBuilder checker(this);
377 IfBuilder if_fixed_cow(this);
388 IfBuilder if_fixed(this);
435 IfBuilder checker(this);
880 IfBuilder if_nil(this, &continuation);
919 IfBuilder if_leftisstring(this);
938 IfBuilder if_rightisstrin
[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...]
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...]

Completed in 287 milliseconds