Searched refs:new_type (Results 1 – 6 of 6) sorted by relevance
23 static Primitive::Type MergeTypes(Primitive::Type existing, Primitive::Type new_type) { in MergeTypes() argument31 return new_type; in MergeTypes()40 Primitive::Type new_type = Primitive::kPrimVoid; in UpdateType() local43 new_type = MergeTypes(new_type, input_type); in UpdateType()45 phi->SetType(new_type); in UpdateType()46 return existing != new_type; in UpdateType()
39 bool RegisterLine::SetRegisterType(uint32_t vdst, RegType& new_type) { in SetRegisterType() argument41 if (new_type.IsLowHalf() || new_type.IsHighHalf()) { in SetRegisterType()43 << new_type << "'"; in SetRegisterType()45 } else if (new_type.IsConflict()) { // should only be set during a merge in SetRegisterType()46 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "Set register to unknown type " << new_type; in SetRegisterType()49 line_[vdst] = new_type.GetId(); in SetRegisterType()78 void RegisterLine::SetResultRegisterType(RegType& new_type) { in SetResultRegisterType() argument79 DCHECK(!new_type.IsLowHalf()); in SetResultRegisterType()80 DCHECK(!new_type.IsHighHalf()); in SetResultRegisterType()81 result_[0] = new_type.GetId(); in SetResultRegisterType()[all …]
84 bool SetRegisterType(uint32_t vdst, RegType& new_type)91 void SetResultRegisterType(RegType& new_type)
157 const Type* new_type = tiv.GetType(); in ComputeTypes() local158 type_data_.SetTypeOf(-1, new_type); // TODO: Record this info in a way that in ComputeTypes()174 const Type* new_type = tiv.GetType(); in ComputeTypes() local175 bool type_changed = (old_type != new_type); in ComputeTypes()177 type_data_.SetTypeOf((*instruction_it)->Id(), new_type); in ComputeTypes()
67 const Type* new_type = &type_cache.Integer(); in TEST_F() local68 types.push_back(new_type); in TEST_F()81 const Type* new_type = &type_cache.Short(); in TEST_F() local82 types.push_back(new_type); in TEST_F()
333 void SetPrimitiveType(Primitive::Type new_type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetPrimitiveType() argument335 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, primitive_type_), new_type); in SetPrimitiveType()