Searched refs:expectedClassName (Results 1 – 2 of 2) sorted by relevance
167 std::string expectedClassName(dvmHumanReadableDescriptor(clazz->descriptor)); in dvmVerifyObjectInClass() local170 expectedClassName.c_str(), actualClassName.c_str()); in dvmVerifyObjectInClass()
639 std::string expectedClassName(dvmHumanReadableDescriptor(expected->descriptor)); in throwArgumentTypeMismatch() local642 argIndex + 1, expectedClassName.c_str(), actualClassName.c_str()); in throwArgumentTypeMismatch()