Home
last modified time | relevance | path

Searched refs:GetLongConstant (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dbuilder.cc999 second = graph_->GetLongConstant(second_vreg_or_constant); in BuildCheckedDivRem()
1165 HInstruction* value = graph_->GetLongConstant(data[i]); in BuildFillWideArrayData()
1356 HLongConstant* constant = graph_->GetLongConstant(value); in AnalyzeDexInstruction()
1367 HLongConstant* constant = graph_->GetLongConstant(value); in AnalyzeDexInstruction()
1374 HLongConstant* constant = graph_->GetLongConstant(instruction.VRegB_51l()); in AnalyzeDexInstruction()
1382 HLongConstant* constant = graph_->GetLongConstant(value); in AnalyzeDexInstruction()
Dnodes.cc329 return GetLongConstant(value); in GetConstant()
841 return GetBlock()->GetGraph()->GetLongConstant(value); in TryStaticEvaluation()
1370 current->ReplaceWith(outer_graph->GetLongConstant(current->AsLongConstant()->GetValue())); in InlineInto()
Dnodes.h269 HLongConstant* GetLongConstant(int64_t value) { in GetLongConstant() function