Searched refs:GetDoubleConstant (Results 1 - 6 of 6) sorted by last modified time

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1690 case Primitive::kPrimDouble: zero = graph->GetDoubleConstant(0); break;
H A Dinliner.cc1139 callee_graph->GetDoubleConstant(argument->AsDoubleConstant()->GetValue()));
H A Dinstruction_simplifier.cc1141 reciprocal = GetGraph()->GetDoubleConstant(1.0 / value);
H A Dload_store_elimination.cc703 return GetGraph()->GetDoubleConstant(0);
H A Dnodes.cc1178 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc());
1190 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc());
1214 return graph->GetDoubleConstant(static_cast<double>(value), GetDexPc());
2155 replacement = outer_graph->GetDoubleConstant(
H A Dnodes.h481 HDoubleConstant* GetDoubleConstant(double value, uint32_t dex_pc = kNoDexPc) { function in class:art::HGraph
4189 return GetBlock()->GetGraph()->GetDoubleConstant(Compute(x->GetValue()), GetDexPc());
4262 return GetBlock()->GetGraph()->GetDoubleConstant(
4295 return GetBlock()->GetGraph()->GetDoubleConstant(
4330 return GetBlock()->GetGraph()->GetDoubleConstant(
4377 return GetBlock()->GetGraph()->GetDoubleConstant(
4429 return GetBlock()->GetGraph()->GetDoubleConstant(

Completed in 46 milliseconds