Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.h277 int AddDouble(double v);
750 int AddDouble(double v) { return constant_area_.AddDouble(v); } in AddDouble() function
Dassembler_x86_64.cc2925 int ConstantArea::AddDouble(double v) { in AddDouble() function in art::x86_64::ConstantArea
/art/compiler/optimizing/
Dcode_generator_x86_64.cc4503 AssemblerFixup* fixup = new (GetGraph()->GetArena()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress()