Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h123 const RegType& check_type) { in VerifyRegisterType() argument
126 if (UNLIKELY(!check_type.IsAssignableFrom(src_type, verifier))) { in VerifyRegisterType()
128 if (!check_type.IsNonZeroReferenceTypes() || !src_type.IsNonZeroReferenceTypes()) { in VerifyRegisterType()
131 } else if (check_type.IsUninitializedTypes() || src_type.IsUninitializedTypes()) { in VerifyRegisterType()
134 } else if (check_type.IsUnresolvedTypes() || src_type.IsUnresolvedTypes()) { in VerifyRegisterType()
140 << src_type << " but expected " << check_type; in VerifyRegisterType()
143 if (check_type.IsLowHalf()) { in VerifyRegisterType()
Dregister_line.h135 const RegType& check_type)
/art/dex2oat/driver/
Dcompiler_driver.cc520 ProfileMethodsCheck check_type = compiler_options.CheckProfiledMethodsCompiled(); in CompileMethodQuick() local
521 if (UNLIKELY(check_type != ProfileMethodsCheck::kNone)) { in CompileMethodQuick()
530 switch (check_type) { in CompileMethodQuick()