Home
last modified time | relevance | path

Searched refs:GetConstant1 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.cc853 HConstant* HGraph::GetConstant1() { in GetConstant1() function in v8::internal::HGraph
1229 Initialize(builder, context, direction, builder->graph()->GetConstant1()); in LoopBuilder()
1285 HValue* one = builder_->graph()->GetConstant1(); in BeginBody()
1410 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1()); in AddIncrementCounter()
1543 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1()); in BuildCheckForCapacityGrow()
1635 HValue* mask = AddUncasted<HSub>(capacity, graph()->GetConstant1()); in BuildUncheckedDictionaryElementLoad()
1640 HValue* count = graph()->GetConstant1(); in BuildUncheckedDictionaryElementLoad()
1749 count = AddUncasted<HAdd>(count, graph()->GetConstant1()); in BuildUncheckedDictionaryElementLoad()
1814 mask = AddUncasted<HSar>(mask, graph()->GetConstant1()); in BuildNumberToString()
1815 mask = AddUncasted<HSub>(mask, graph()->GetConstant1()); in BuildNumberToString()
[all …]
Dhydrogen.h353 HConstant* GetConstant1();
Dhydrogen-instructions.cc3719 SetOperandAt(i, operand->BooleanValue() ? graph->GetConstant1() in SimplifyConstantInputs()
/external/v8/src/
Dcode-stubs-hydrogen.cc155 HInstruction* constant_one = graph()->GetConstant1(); in BuildGraph()