Searched refs:stored_value (Results 1 – 1 of 1) sorted by relevance
413 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal() argument414 Primitive::Type stored_type = stored_value->GetType(); in UpdateLocal()436 (*current_locals_)[reg_number] = stored_value; in UpdateLocal()