Searched refs:GetConstant1 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 164 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/ |
D | hydrogen.cc | 854 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 …]
|
D | hydrogen.h | 352 HConstant* GetConstant1();
|
D | hydrogen-instructions.cc | 3724 SetOperandAt(i, operand->BooleanValue() ? graph->GetConstant1() in SimplifyConstantInputs()
|