Home | History | Annotate | Download | only in vm

Lines Matching refs:objectType

1211 void dvmThrowArrayStoreExceptionIncompatibleElement(ClassObject* objectType,
1216 objectType, arrayType);
1232 void dvmThrowArrayStoreExceptionIncompatibleArrayElement(s4 index, ClassObject* objectType,
1235 std::string objectClassName(dvmHumanReadableDescriptor(objectType->descriptor));