Lines Matching refs:java_class
430 * Assumes "java_class" has already been validated.
432 bool CheckStaticFieldID(ScopedObjectAccess& soa, jclass java_class, jfieldID fid)
434 ObjPtr<mirror::Class> c = soa.Decode<mirror::Class>(java_class);
448 * Verify that "mid" is appropriate for "java_class".
451 * fact, java_class is unused in the implementation. It's best if we don't
454 * Instances of "java_class" must be instances of the method's declaring class.
456 bool CheckStaticMethod(ScopedObjectAccess& soa, jclass java_class, jmethodID mid)
462 ObjPtr<mirror::Class> c = soa.Decode<mirror::Class>(java_class);