Lines Matching refs:desired
364 * We can't find the desired constructor. This can happen if a
1190 ClassObject* actual, ClassObject* desired)
1193 std::string desiredClassName(dvmHumanReadableDescriptor(desired->descriptor));
1242 void dvmThrowClassCastException(ClassObject* actual, ClassObject* desired)
1245 "%s cannot be cast to %s", actual, desired);