Searched defs:bridge (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DJni.cpp740 // Synchronization is usually provided by the JNI bridge,
799 * Point "method->nativeFunc" at the JNI bridge, and overload "method->insns"
815 DalvikBridgeFunc bridge = gDvmJni.useCheckJni ? dvmCheckCallJNIMethod : dvmCallJNIMethod; local
816 dvmSetNativeFunc(method, bridge, (const u2*) func);
1034 * JNI call bridge
1039 * The functions here form a bridge between interpreted code and JNI native
1044 * The bridge takes four arguments: the array of parameters, a place to
1053 * of calling through a bridge, the target method is called directly.)
3354 * This doesn't attempt to rewrite the JNI call bridge associated with

Completed in 136 milliseconds