Home
last modified time | relevance | path

Searched refs:GetNullConstant (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dssa_builder.cc60 equality_instr->ReplaceInput(graph_->GetNullConstant(), int_operand == right ? 1 : 0); in FixNullConstantType()
469 new_instance->ReplaceWith(graph_->GetNullConstant()); in RemoveRedundantUninitializedStrings()
729 return graph_->GetNullConstant(); in GetReferenceTypeEquivalent()
Dload_store_elimination.cc539 return GetGraph()->GetNullConstant(); in GetDefaultValue()
Dbounds_check_elimination.cc1638 new (GetGraph()->GetAllocator()) HEqual(array, GetGraph()->GetNullConstant()); in CanHandleNullCheck()
1879 case DataType::Type::kReference: zero = graph->GetNullConstant(); break; in NewPhi()
Dinliner.cc1613 *return_replacement = graph_->GetNullConstant(); in TryPatternSubstitution()
1813 current->ReplaceWith(callee_graph->GetNullConstant()); in SubstituteArguments()
Dnodes.cc659 HNullConstant* HGraph::GetNullConstant(uint32_t dex_pc) { in GetNullConstant() function in art::HGraph
2615 replacement = outer_graph->GetNullConstant(current->GetDexPc()); in InlineInto()
Dinstruction_simplifier.cc681 HNotEqual* test = new (graph->GetAllocator()) HNotEqual(graph->GetNullConstant(), object); in VisitInstanceOf()
Dinstruction_builder.cc2076 class_or_null = graph_->GetNullConstant(dex_pc); in BuildTypeCheck()