Searched refs:actual_type (Results 1 – 2 of 2) sorted by relevance
881 ObjPtr<mirror::MethodType> actual_type) { in ThrowWrongMethodTypeException() argument882 ThrowWrongMethodTypeException(expected_type->PrettyDescriptor(), actual_type->PrettyDescriptor()); in ThrowWrongMethodTypeException()
351 std::string actual_type = dex_dep.first->StringByTypeIdx(field_id.type_idx_); in HasField() local352 if (expected_type != actual_type) { in HasField()