Searched refs:GetConstant0 (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 176 arguments_length_ = graph()->GetConstant0(); in BuildGraph() 399 bit_field_masked, graph()->GetConstant0(), Token::NE); in BuildCodeStub() 520 zero_capacity.If<HCompareNumericAndBranch>(capacity, graph()->GetConstant0(), in BuildCodeStub() 662 graph()->GetConstant0()); in BuildCodeStub() 668 graph()->GetConstant0()); in BuildCodeStub() 674 graph()->GetConstant0()); in BuildCodeStub() 738 return graph()->GetConstant0(); in BuildCodeStub() 948 positive_smi.If<HCompareNumericAndBranch>(key, graph()->GetConstant0(), in EmitKeyedSloppyArguments() 975 HValue* the_context = Add<HLoadKeyed>(elements, graph()->GetConstant0(), in EmitKeyedSloppyArguments() 1282 HValue* constant_zero = graph()->GetConstant0(); in BuildArraySingleArgumentConstructor() [all …]
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 671 HConstant* HGraph::GetConstant0() { in GetConstant0() function in v8::internal::HGraph 1375 Add<HStoreKeyed>(checked_elements, key, graph()->GetConstant0(), nullptr, in BuildCheckForCapacityGrow() 1545 graph()->GetConstant0(), in BuildKeyedIndexCheck() 1563 graph()->GetConstant0(), in BuildKeyedIndexCheck() 1745 not_internalized_bit, graph()->GetConstant0(), Token::NE); in BuildUncheckedDictionaryElementLoad() 1774 details, graph()->GetConstant0(), Token::EQ); in BuildUncheckedDictionaryElementLoad() 1907 elements, elements_kind, graph()->GetConstant0(), length, in BuildRegExpConstructResult() 2229 graph()->GetConstant0(), Token::NE); in BuildCreateConsString() 2281 HValue* index = loop.BeginBody(graph()->GetConstant0(), length, Token::LT); in BuildCopySeqStringChars() 2362 graph()->GetConstant0(), Token::EQ); in BuildUncheckedStringAdd() [all …]
|
D | hydrogen-bce.cc | 55 index_base = check->block()->graph()->GetConstant0(); in Create()
|
D | hydrogen-instructions.cc | 3902 block()->graph()->GetConstant0()); in ClearNextMapWord() 4369 : graph->GetConstant0()); in SimplifyConstantInputs() 4371 SetOperandAt(i, graph->GetConstant0()); in SimplifyConstantInputs()
|
D | hydrogen.h | 327 HConstant* GetConstant0();
|