Searched refs:expected_type (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dcommon_throws.h103 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type,
H A Dcommon_throws.cc189 void ThrowIncompatibleClassChangeError(InvokeType expected_type, InvokeType found_type, argument
194 << expected_type << " but instead was found to be of type " << found_type;
/art/runtime/verifier/
H A Dmethod_verifier.cc3262 const RegType& expected_type = reg_types_.GetComponentType(res_type, class_loader_); local
3270 if (!work_line_->VerifyRegisterType(get_reg, expected_type)) {

Completed in 83 milliseconds