HomeSort by relevance Sort by last modified time
    Searched defs:FromReflectedMethod (Results 1 - 11 of 11) sorted by null

  /art/runtime/
art_method.cc 105 ArtMethod* ArtMethod::FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa,
    [all...]
check_jni.cc     [all...]
jni_internal.cc 476 static jmethodID FromReflectedMethod(JNIEnv* env, jobject jlr_method) {
479 return jni::EncodeArtMethod(ArtMethod::FromReflectedMethod(soa, jlr_method));
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jni.h 228 jmethodID (JNICALL *FromReflectedMethod)
796 jmethodID FromReflectedMethod(jobject method) {
797 return functions->FromReflectedMethod(this,method);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 228 jmethodID (JNICALL *FromReflectedMethod)
796 jmethodID FromReflectedMethod(jobject method) {
797 return functions->FromReflectedMethod(this,method);
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 228 jmethodID (JNICALL *FromReflectedMethod)
796 jmethodID FromReflectedMethod(jobject method) {
797 return functions->FromReflectedMethod(this,method);
    [all...]
  /libnativehelper/include_jni/
jni.h 162 jmethodID (*FromReflectedMethod)(JNIEnv*, jobject);
507 jmethodID FromReflectedMethod(jobject method)
508 { return functions->FromReflectedMethod(this, method); }
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jni.h 228 jmethodID (JNICALL *FromReflectedMethod)
801 jmethodID FromReflectedMethod(jobject method) {
802 return functions->FromReflectedMethod(this,method);
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jni.h 228 jmethodID (JNICALL *FromReflectedMethod)
801 jmethodID FromReflectedMethod(jobject method) {
802 return functions->FromReflectedMethod(this,method);
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 219 milliseconds