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

/external/chromium_org/v8/src/
H A Dhydrogen.cc680 HConstant* HGraph::GetConstant1() { function in class:v8::internal::HGraph
1046 Initialize(builder, context, direction, builder->graph()->GetConstant1());
1101 HValue* one = builder_->graph()->GetConstant1();
1224 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1());
1342 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1());
1677 HValue* mask = AddUncasted<HSub>(capacity, graph()->GetConstant1());
1682 HValue* count = graph()->GetConstant1();
1794 count = AddUncasted<HAdd>(count, graph()->GetConstant1());
1900 mask = AddUncasted<HSar>(mask, graph()->GetConstant1());
1901 mask = AddUncasted<HSub>(mask, graph()->GetConstant1());
[all...]

Completed in 64 milliseconds