Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h42 const RegType& new_type) { in SetRegisterType()
89 inline void RegisterLine::SetResultRegisterType(MethodVerifier* verifier, const RegType& new_type) { in SetResultRegisterType()
Dregister_line.cc437 const RegType& new_type = cur_type.Merge( in MergeRegisters() local
/art/runtime/mirror/
Dclass.h415 void SetPrimitiveType(Primitive::Type new_type) REQUIRES_SHARED(Locks::mutator_lock_) { in SetPrimitiveType()
/art/compiler/optimizing/
Dinstruction_simplifier.cc1097 static inline bool TryReplaceFieldOrArrayGetType(HInstruction* maybe_get, DataType::Type new_type) { in TryReplaceFieldOrArrayGetType()
1439 DataType::Type new_type = (value == 0xff) ? DataType::Type::kUint8 : DataType::Type::kUint16; in VisitAnd() local
Dnodes.h2870 void SetType(DataType::Type new_type) { in SetType()
5940 void SetType(DataType::Type new_type) { in SetType()
6078 void SetType(DataType::Type new_type) { in SetType()
6925 void SetType(DataType::Type new_type) { in SetType()
/art/openjdkjvmti/
Dti_redefine.cc1975 art::ObjPtr<art::mirror::Class> new_type; in FinishNewClassAllocations() local