Home | History | Annotate | Download | only in src

Lines Matching refs:graph

38 static LChunk* OptimizeGraph(HGraph* graph) {
43 ASSERT(graph != NULL);
45 if (!graph->Optimize(&bailout_reason)) {
48 LChunk* chunk = LChunk::NewChunk(graph);
50 FATAL(GetBailoutReason(graph->info()->bailout_reason()));
147 HEnvironment* start_environment = graph()->start_environment();
171 stack_parameter_count = graph()->GetConstantMinus1();
172 arguments_length_ = graph()->GetConstant0();
190 HInstruction* constant_one = graph()->GetConstant1();
232 HValue* undefined = graph()->GetConstantUndefined();
356 HValue* undefined = graph()->GetConstantUndefined();
428 HValue* undefined = graph()->GetConstantUndefined();
510 graph()->GetConstant0());
516 graph()->GetConstant0());
521 graph()->GetConstant0());
526 graph()->GetConstant0());
731 HValue* constant_one = graph()->GetConstant1();
732 HValue* constant_zero = graph()->GetConstant0();
774 HValue* start = graph()->GetConstant0();
874 Isolate* isolate = graph()->isolate();
884 if_nil.Return(graph()->GetConstant0());
888 ? graph()->GetConstant1()
889 : graph()->GetConstantUndefined();
1041 if_true.Return(graph()->GetConstant1());
1044 return graph()->GetConstant0();
1166 graph()->GetConstantUndefined());
1216 graph()->GetConstant0(),
1245 keyed_minus, graph()->GetConstant1());
1299 graph()->GetConstantHole());