Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc265 int32_t temp_size = (type == Primitive::kPrimLong) || (type == Primitive::kPrimDouble) ? 2 : 1; in GetTemporaryLocation() local
270 - ((temp_size + temp->GetIndex()) * kVRegSize); in GetTemporaryLocation()
271 return temp_size == 2 ? Location::DoubleStackSlot(slot) : Location::StackSlot(slot); in GetTemporaryLocation()