Searched refs:actualType (Results 1 – 2 of 2) sorted by relevance
44 std::string actualType(mirror::Object::PrettyTypeOf(array)); in ThrowArrayStoreException_NotAnArray() local47 "%s of type %s is not an array", identifier, actualType.c_str()); in ThrowArrayStoreException_NotAnArray()
460 static boolean resultFor(PrimitiveType actualType, PrimitiveType expectedType, in resultFor() argument463 return (actualType != expectedType) || (actualAccessor != expectedAccessor); in resultFor()