Home
last modified time | relevance | path

Searched defs:new_type (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dssa_type_propagation.cc23 static Primitive::Type MergeTypes(Primitive::Type existing, Primitive::Type new_type) { in MergeTypes()
40 Primitive::Type new_type = Primitive::kPrimVoid; in UpdateType() local
/art/compiler/sea_ir/types/
Dtype_inference.cc157 const Type* new_type = tiv.GetType(); in ComputeTypes() local
174 const Type* new_type = tiv.GetType(); in ComputeTypes() local
Dtype_inference_visitor_test.cc67 const Type* new_type = &type_cache.Integer(); in TEST_F() local
81 const Type* new_type = &type_cache.Short(); in TEST_F() local
/art/runtime/verifier/
Dregister_line.cc39 bool RegisterLine::SetRegisterType(uint32_t vdst, RegType& new_type) { in SetRegisterType()
78 void RegisterLine::SetResultRegisterType(RegType& new_type) { in SetResultRegisterType()
465 RegType& new_type = cur_type.Merge(incoming_reg_type, verifier_->GetRegTypeCache()); in MergeRegisters() local
/art/runtime/mirror/
Dclass.h333 void SetPrimitiveType(Primitive::Type new_type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetPrimitiveType()