Searched refs:functions (Results 1 – 7 of 7) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 506 const struct JNINativeInterface* functions; member 511 { return functions->GetVersion(this); } in GetVersion() 515 { return functions->DefineClass(this, name, loader, buf, bufLen); } in DefineClass() 518 { return functions->FindClass(this, name); } in FindClass() 521 { return functions->FromReflectedMethod(this, method); } in FromReflectedMethod() 524 { return functions->FromReflectedField(this, field); } in FromReflectedField() 527 { return functions->ToReflectedMethod(this, cls, methodID, isStatic); } in ToReflectedMethod() 530 { return functions->GetSuperclass(this, clazz); } in GetSuperclass() 533 { return functions->IsAssignableFrom(this, clazz1, clazz2); } in IsAssignableFrom() 536 { return functions->ToReflectedField(this, cls, fieldID, isStatic); } in ToReflectedField() [all …]
|
D | JNIHelp.h | 113 return jniRegisterNativeMethods(&env->functions, className, gMethods, in jniRegisterNativeMethods() 119 return jniThrowException(&env->functions, className, msg); in jniThrowException() 123 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException() 127 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException() 131 return jniThrowIOException(&env->functions, errnum); in jniThrowIOException() 135 return jniCreateFileDescriptor(&env->functions, fd); in jniCreateFileDescriptor() 139 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor); in jniGetFDFromFileDescriptor() 144 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value); in jniSetFileDescriptorOfFD() 149 jniLogException(&env->functions, priority, tag, exception);
|
/dalvik/vm/native/ |
D | README.txt | 1 Internal native functions. 3 All of the functions defined here make direct use of VM functions or data 5 a separate shared library. Do not add additional functions here unless 8 All functions here either complete quickly or are used to enter a wait 10 these methods. This means that the GC will wait for these functions 18 The functions here use the DalvikNativeFunc prototype, but we can
|
/dalvik/libnativehelper/ |
D | README | 1 Support functions for Android's class libraries 4 These are VM-agnostic native functions that implement methods for system 11 Some helper functions are defined in include/nativehelper/JNIHelp.h.
|
/dalvik/vm/ |
D | README.txt | 7 namespace clashes. Use static functions when possible. 13 - Use "startup" and "shutdown" functions to clean up gDvm. The VM must
|
/dalvik/vm/mterp/ |
D | config-armv5te-vfp | 77 # use __aeabi_* functions
|
D | NOTES.txt | 64 The "trackref" functions can also be used, but they add overhead to method
|