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

/external/v8/src/compiler/
H A Descape-analysis-reducer.cc224 ReplaceWithValue(node, jsgraph()->FalseConstant());
226 return Replace(jsgraph()->FalseConstant());
229 ReplaceWithValue(node, jsgraph()->FalseConstant());
231 return Replace(jsgraph()->FalseConstant());
241 ReplaceWithValue(node, jsgraph()->FalseConstant());
243 return Replace(jsgraph()->FalseConstant());
H A Djs-graph.h61 Node* FalseConstant();
93 return is_true ? TrueConstant() : FalseConstant();
H A Djs-graph.cc115 Node* JSGraph::FalseConstant() { function in class:v8::internal::compiler::JSGraph
159 return FalseConstant();
H A Dsimplified-operator-reducer.cc53 if (m.Is(0)) return Replace(jsgraph()->FalseConstant());
H A Dtyped-optimization.cc270 return Replace(jsgraph()->FalseConstant());
H A Djs-typed-lowering.cc899 jsgraph()->FalseConstant()));
918 jsgraph()->FalseConstant(),
1442 Node* value = jsgraph()->FalseConstant();
1452 Node* value = jsgraph()->FalseConstant();
1485 Node* vtrue0 = jsgraph()->FalseConstant();
1532 vtrue1 = jsgraph()->FalseConstant();
1566 Node* vtrue2 = jsgraph()->FalseConstant();
H A Dgraph-assembler.h72 V(FalseConstant) \
H A Djs-intrinsic-lowering.cc202 Node* vtrue = jsgraph()->FalseConstant();
H A Dbytecode-graph-builder.cc717 Node* node = jsgraph()->FalseConstant();
2170 environment()->BindAccumulator(jsgraph()->FalseConstant());
2184 if_false_environment->BindAccumulator(jsgraph()->FalseConstant());
H A Djs-builtin-reducer.cc388 vdone_true1 = jsgraph()->FalseConstant();
562 vdone_true2 = jsgraph()->FalseConstant();
1829 done_true = jsgraph()->FalseConstant();
H A Dast-graph-builder.cc2167 jsgraph()->FalseConstant(), jsgraph()->TrueConstant());
2219 environment()->Poke(0, jsgraph()->FalseConstant());
H A Deffect-control-linearizer.cc856 __ Goto(&done, __ FalseConstant());
933 __ GotoIf(__ WordEqual(value, __ FalseConstant()), &done, zero);
H A Dpipeline.cc1012 NodeProperties::SetType(data->jsgraph()->FalseConstant(), Type::Boolean());
H A Dsimplified-lowering.cc1495 node->AppendInput(jsgraph_->zone(), jsgraph_->FalseConstant());
/external/v8/src/builtins/
H A Dbuiltins-array.cc1981 Return(FalseConstant());
2446 var_done.Bind(assembler.FalseConstant());
2616 var_done.Bind(assembler.FalseConstant());
2650 var_done.Bind(assembler.FalseConstant());
2697 var_done.Bind(assembler.FalseConstant());
2780 var_done.Bind(assembler.FalseConstant());
H A Dbuiltins-promise.cc784 promise, FalseConstant(), native_context);
1156 Return(FalseConstant());
H A Dbuiltins-regexp.cc1338 Return(FalseConstant());
/external/v8/src/
H A Dcode-stub-assembler.cc127 return SelectConstant(condition, TrueConstant(), FalseConstant(),
7929 var_result.Bind(FalseConstant());

Completed in 342 milliseconds