Home | History | Annotate | Download | only in src

Lines Matching refs:graph

585     id_ = block->graph()->GetNextValueID(this);
825 // Verify that all uses are in the graph.
880 Zone* zone = block()->graph()->zone();
881 HValue* context = block()->graph()->GetInvalidContext();
1471 // Insert the new values in the graph.
1828 return new(phi->block()->graph()->zone())
1834 return new(phi->block()->graph()->zone())
1948 Zone* zone = index_base->block()->graph()->zone();
1993 InductionVariableCheck* new_check = new(check->block()->graph()->zone())
2027 InductionVariableCheck* new_check = new(check->block()->graph()->zone())
2645 if (block()->graph()->has_osr() &&
2646 block()->graph()->IsStandardConstant(this)) {
3218 HCheckMapValue::New(block()->graph()->zone(),
3219 block()->graph()->GetInvalidContext(),
3223 block()->graph()->zone(),
3224 block()->graph()->GetInvalidContext(),
3636 block()->graph()->GetConstantNull());
4119 HGraph* graph = block()->graph();
4126 HConstant::New(graph->zone(), graph->GetInvalidContext(),
4131 SetOperandAt(i, operand->BooleanValue() ? graph->GetConstant1()
4132 : graph->GetConstant0());
4134 SetOperandAt(i, graph->GetConstant0());