Searched refs:AddDouble (Results 1 – 3 of 3) sorted by relevance
277 int AddDouble(double v);750 int AddDouble(double v) { return constant_area_.AddDouble(v); } in AddDouble() function
2925 int ConstantArea::AddDouble(double v) { in AddDouble() function in art::x86_64::ConstantArea
4503 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress()