Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc164 HInstruction* constant_one = graph()->GetConstant1(); in BuildGraph()
358 HValue* max_key = AddUncasted<HSub>(new_length, graph()->GetConstant1()); in BuildPushElement()
564 graph()->GetConstant1(), Token::LTE); in BuildCodeStub()
648 empty_args.If<HCompareNumericAndBranch>(argc, graph()->GetConstant1(), in BuildCodeStub()
654 HValue* elements_length = AddUncasted<HSub>(argc, graph()->GetConstant1()); in BuildCodeStub()
659 HValue* start = graph()->GetConstant1(); in BuildCodeStub()
663 HValue* index = AddUncasted<HSub>(key, graph()->GetConstant1()); in BuildCodeStub()
/external/v8/src/crankshaft/
Dhydrogen.cc854 HConstant* HGraph::GetConstant1() { in GetConstant1() function in v8::internal::HGraph
1230 Initialize(builder, context, direction, builder->graph()->GetConstant1()); in LoopBuilder()
1286 HValue* one = builder_->graph()->GetConstant1(); in BeginBody()
1458 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1()); in AddIncrementCounter()
1591 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1()); in BuildCheckForCapacityGrow()
1683 HValue* mask = AddUncasted<HSub>(capacity, graph()->GetConstant1()); in BuildUncheckedDictionaryElementLoad()
1688 HValue* count = graph()->GetConstant1(); in BuildUncheckedDictionaryElementLoad()
1797 count = AddUncasted<HAdd>(count, graph()->GetConstant1()); in BuildUncheckedDictionaryElementLoad()
1862 mask = AddUncasted<HSar>(mask, graph()->GetConstant1()); in BuildNumberToString()
1863 mask = AddUncasted<HSub>(mask, graph()->GetConstant1()); in BuildNumberToString()
[all …]
Dhydrogen.h352 HConstant* GetConstant1();
Dhydrogen-instructions.cc3724 SetOperandAt(i, operand->BooleanValue() ? graph->GetConstant1() in SimplifyConstantInputs()