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

  /art/runtime/native/
java_lang_Object.cc 22 #undef NATIVE_METHOD
23 #define NATIVE_METHOD(className, functionName, signature, identifier) \
59 NATIVE_METHOD(Object, internalClone, "!()Ljava/lang/Object;", internalClone),
60 NATIVE_METHOD(Object, notify, "!()V", notify),
61 NATIVE_METHOD(Object, notifyAll, "!()V", notifyAll),
62 NATIVE_METHOD(Object, wait, "!()V", wait),
63 NATIVE_METHOD(Object, wait, "!(JI)V", waitJI),
  /dalvik/hit/src/com/android/hit/
StackFrame.java 23 public static final int NATIVE_METHOD = -3;
47 case NATIVE_METHOD: return "Native method";
  /art/runtime/
jni_internal.h 31 #ifndef NATIVE_METHOD
32 #define NATIVE_METHOD(className, functionName, signature) \
  /libnativehelper/include/nativehelper/
JniConstants.h 97 #define NATIVE_METHOD(className, functionName, signature) \
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 503 public static final int NATIVE_METHOD = 511;
626 case NATIVE_METHOD:
627 return "NATIVE_METHOD";
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 79 #define NATIVE_METHOD(className, functionName, signature) \
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 190 milliseconds