Home
last modified time | relevance | path

Searched refs:GetNullConstant (Results 1 – 8 of 8) 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()
727 return graph_->GetNullConstant(); in GetReferenceTypeEquivalent()
Dbounds_check_elimination.cc1761 new (GetGraph()->GetAllocator()) HEqual(array, GetGraph()->GetNullConstant()); in CanHandleNullCheck()
2003 case DataType::Type::kReference: zero = graph->GetNullConstant(); break; in NewPhi()
Dinliner.cc1711 *return_replacement = graph_->GetNullConstant(); in TryPatternSubstitution()
1936 current->ReplaceWith(callee_graph->GetNullConstant()); in SubstituteArguments()
Dinstruction_builder.cc519 AppendInstruction(new (allocator_) HMethodExitHook(graph_->GetNullConstant(), kNoDexPc)); in BuildIntrinsic()
860 AppendInstruction(new (allocator_) HMethodExitHook(graph_->GetNullConstant(), dex_pc)); in BuildReturn()
2722 class_or_null = graph_->GetNullConstant(dex_pc); in BuildTypeCheck()
Dnodes.cc717 HNullConstant* HGraph::GetNullConstant(uint32_t dex_pc) { in GetNullConstant() function in art::HGraph
2909 replacement = outer_graph->GetNullConstant(current->GetDexPc()); in InlineInto()
Dload_store_elimination.cc723 return GetGraph()->GetNullConstant(); in GetDefaultValue()
Dinstruction_simplifier.cc845 HNotEqual* test = new (graph->GetAllocator()) HNotEqual(graph->GetNullConstant(), object); in VisitInstanceOf()
Dnodes.h639 HNullConstant* GetNullConstant(uint32_t dex_pc = kNoDexPc);