Home
last modified time | relevance | path

Searched refs:GetConstant0 (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcode-stubs-hydrogen.cc150 arguments_length_ = graph()->GetConstant0(); in BuildGraph()
355 zero_capacity.If<HCompareNumericAndBranch>(capacity, graph()->GetConstant0(), in BuildCodeStub()
487 graph()->GetConstant0()); in BuildCodeStub()
493 graph()->GetConstant0()); in BuildCodeStub()
499 graph()->GetConstant0()); in BuildCodeStub()
662 positive_smi.If<HCompareNumericAndBranch>(key, graph()->GetConstant0(), in BuildCodeStub()
691 Add<HLoadKeyed>(elements, graph()->GetConstant0(), in BuildCodeStub()
865 HValue* constant_zero = graph()->GetConstant0(); in BuildArraySingleArgumentConstructor()
908 HValue* start = graph()->GetConstant0(); in BuildArrayNArgumentsConstructor()
1011 if_nil.Return(graph()->GetConstant0()); in BuildCodeInitializedStub()
[all …]
Dhydrogen.cc675 HConstant* HGraph::GetConstant0() { in GetConstant0() function in v8::internal::HGraph
1353 Add<HStoreKeyed>(checked_elements, key, graph()->GetConstant0(), kind); in BuildCheckForCapacityGrow()
1524 graph()->GetConstant0(), in BuildKeyedIndexCheck()
1542 graph()->GetConstant0(), in BuildKeyedIndexCheck()
1738 not_internalized_bit, graph()->GetConstant0(), Token::NE); in BuildUncheckedDictionaryElementLoad()
1768 details, graph()->GetConstant0(), Token::EQ); in BuildUncheckedDictionaryElementLoad()
1871 elements, elements_kind, graph()->GetConstant0(), length, in BuildRegExpConstructResult()
2103 graph()->GetConstant0(), Token::NE); in BuildCreateConsString()
2155 HValue* index = loop.BeginBody(graph()->GetConstant0(), length, Token::LT); in BuildCopySeqStringChars()
2236 graph()->GetConstant0(), Token::EQ); in BuildUncheckedStringAdd()
[all …]
Dhydrogen-bce.cc55 index_base = check->block()->graph()->GetConstant0(); in Create()
Dhydrogen-instructions.cc3983 block()->graph()->GetConstant0()); in ClearNextMapWord()
4460 : graph->GetConstant0()); in SimplifyConstantInputs()
4462 SetOperandAt(i, graph->GetConstant0()); in SimplifyConstantInputs()
Dhydrogen.h334 HConstant* GetConstant0();