Searched refs:temp_size (Results 1 – 1 of 1) sorted by relevance
265 int32_t temp_size = (type == Primitive::kPrimLong) || (type == Primitive::kPrimDouble) ? 2 : 1; in GetTemporaryLocation() local270 - ((temp_size + temp->GetIndex()) * kVRegSize); in GetTemporaryLocation()271 return temp_size == 2 ? Location::DoubleStackSlot(slot) : Location::StackSlot(slot); in GetTemporaryLocation()