Searched refs:GetLongConstant (Results 1 - 9 of 9) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_shared.h105 return GetBlock()->GetGraph()->GetLongConstant(
H A Dnodes.cc713 return GetLongConstant(value, dex_pc);
1521 return graph->GetLongConstant(static_cast<int64_t>(value), GetDexPc());
1562 return graph->GetLongConstant(0, GetDexPc());
1564 return graph->GetLongConstant(kPrimLongMax, GetDexPc());
1566 return graph->GetLongConstant(kPrimLongMin, GetDexPc());
1567 return graph->GetLongConstant(static_cast<int64_t>(value), GetDexPc());
1586 return graph->GetLongConstant(0, GetDexPc());
1588 return graph->GetLongConstant(kPrimLongMax, GetDexPc());
1590 return graph->GetLongConstant(kPrimLongMin, GetDexPc());
1591 return graph->GetLongConstant(static_cas
[all...]
H A Dnodes.h540 HLongConstant* GetLongConstant(int64_t value, uint32_t dex_pc = kNoDexPc) { function in class:art::HGraph
4769 return GetBlock()->GetGraph()->GetLongConstant(Compute(x->GetValue()), GetDexPc());
4835 return GetBlock()->GetGraph()->GetLongConstant(
4869 return GetBlock()->GetGraph()->GetLongConstant(
4905 return GetBlock()->GetGraph()->GetLongConstant(
4953 return GetBlock()->GetGraph()->GetLongConstant(
5001 return GetBlock()->GetGraph()->GetLongConstant(
5066 return GetBlock()->GetGraph()->GetLongConstant(
5112 return GetBlock()->GetGraph()->GetLongConstant(
5160 return GetBlock()->GetGraph()->GetLongConstant(
[all...]
H A Dcodegen_test.cc631 op1 = graph->GetLongConstant(i);
632 op2 = graph->GetLongConstant(j);
H A Dinstruction_builder.cc1650 second = graph_->GetLongConstant(second_vreg_or_constant, dex_pc);
1810 HInstruction* value = graph_->GetLongConstant(data[i], dex_pc);
1991 HLongConstant* constant = graph_->GetLongConstant(value, dex_pc);
2002 HLongConstant* constant = graph_->GetLongConstant(value, dex_pc);
2009 HLongConstant* constant = graph_->GetLongConstant(instruction.VRegB_51l(), dex_pc);
2017 HLongConstant* constant = graph_->GetLongConstant(value, dex_pc);
H A Dinduction_var_analysis.cc1227 case DataType::Type::kInt64: constant = graph_->GetLongConstant(value); break;
1319 return graph_->GetLongConstant(1L << value);
H A Dload_store_elimination.cc535 return GetGraph()->GetLongConstant(0);
H A Dinliner.cc1221 constant = graph_->GetLongConstant(
1812 current->ReplaceWith(callee_graph->GetLongConstant(argument->AsLongConstant()->GetValue()));
H A Dinstruction_simplifier.cc2270 right = GetGraph()->GetLongConstant(0);
2297 nan = GetGraph()->GetLongConstant(0x7ff8000000000000L);

Completed in 127 milliseconds