Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h274 size_t AddDouble(double v);
781 size_t AddDouble(double v) { return constant_area_.AddDouble(v); } in AddDouble() function
/art/compiler/utils/x86_64/
Dassembler_x86_64.h298 size_t AddDouble(double v);
846 size_t AddDouble(double v) { return constant_area_.AddDouble(v); } in AddDouble() function
Dassembler_x86_64.cc3684 size_t ConstantArea::AddDouble(double v) { in AddDouble() function in art::x86_64::ConstantArea
/art/compiler/optimizing/
Dcode_generator_x86_64.cc7081 AssemblerFixup* fixup = new (GetGraph()->GetAllocator()) RIPFixup(*this, __ AddDouble(v)); in LiteralDoubleAddress()