Searched defs:expected_type (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dcommon_throws.cc219 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, argument
223 << expected_type << " but instead was found to be of type " << found_type;
/art/runtime/verifier/
H A Dmethod_verifier.cc4300 const RegType& expected_type = reg_types_.GetComponentType(res_type, GetClassLoader()); local
4308 if (!work_line_->VerifyRegisterType(this, get_reg, expected_type)) {

Completed in 82 milliseconds