Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dregister_line-inl.h133 const RegType& check_type) { in VerifyRegisterType() argument
136 if (UNLIKELY(!check_type.IsAssignableFrom(src_type, verifier))) { in VerifyRegisterType()
138 if (!check_type.IsNonZeroReferenceTypes() || !src_type.IsNonZeroReferenceTypes()) { in VerifyRegisterType()
141 } else if (check_type.IsUninitializedTypes() || src_type.IsUninitializedTypes()) { in VerifyRegisterType()
144 } else if (check_type.IsUnresolvedTypes() || src_type.IsUnresolvedTypes()) { in VerifyRegisterType()
150 << src_type << " but expected " << check_type; in VerifyRegisterType()
151 if (check_type.IsNonZeroReferenceTypes() && in VerifyRegisterType()
152 !check_type.IsUnresolvedTypes() && in VerifyRegisterType()
153 check_type.HasClass() && in VerifyRegisterType()
157 DumpB77342775DebugData(check_type.GetClass(), src_type.GetClass()); in VerifyRegisterType()
[all …]
Dregister_line.h138 const RegType& check_type)
/art/dex2oat/driver/
Dcompiler_driver.cc597 ProfileMethodsCheck check_type = in CompileMethodQuick() local
599 if (UNLIKELY(check_type != ProfileMethodsCheck::kNone)) { in CompileMethodQuick()
608 switch (check_type) { in CompileMethodQuick()