HomeSort by relevance Sort by last modified time
    Searched full:trampoline (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /dalvik/libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp 52 * private static int trampoline(String dexFiles, String bcp)
110 LOGV("TouchDex trampoline forking\n");
135 LOGV("TouchDex trampoline in child\n");
267 { "trampoline", "(Ljava/lang/String;Ljava/lang/String;)I",
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnabler.m 160 // If we're not on Tiger then we can't be in the trampoline state.
164 // If we're running Safari < 4.0 then we can't be in the trampoline state.
175 // framework's Frameworks directory then we are in the trampoline state.
182 // If we're inside Safari in its trampoline state, it will very shortly relaunch itself.
  /packages/apps/Phone/src/com/android/phone/
InCallScreenShowActivation.java 28 * Trampoline to InCallScreen protected by PERFORM_CDMA_PROVISIONING permission
  /external/webkit/JavaScriptCore/jit/
JITCode.h 99 // do not individully ref the executable pool containing the trampoline.
  /frameworks/base/core/jni/
android_debug_JNITest.cpp 110 /* trampoline into C++ */
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
TouchDex.java 47 return trampoline(dexFiles, System.getProperty("java.boot.class.path"));
56 native private static int trampoline(String dexFiles, String bcp); method in class:TouchDex
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 48 # so we use a tiny trampoline that will get relocated
crtbegin_static.S 48 # so we use a tiny trampoline that will get relocated
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 48 # so we use a tiny trampoline that will get relocated
crtbegin_static.S 48 # so we use a tiny trampoline that will get relocated
  /bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S 47 # so we use a tiny trampoline that will get relocated
crtbegin_static.S 47 # so we use a tiny trampoline that will get relocated
  /external/libffi/src/arm/
ffi.c 201 /* This function is jumped to by the trampoline */
274 /* How to make a trampoline. */
  /frameworks/base/libs/utils/
Threads.cpp 73 // we use this trampoline when we need to set the priority with
75 static int trampoline(const thread_data_t* t) { function in struct:thread_data_t
120 // We could avoid the trampoline if there was a way to get to the
127 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
163 * Trampoline to make us __stdcall-compliant.
  /external/libffi/src/cris/
ffi.c 287 trampoline. We get R10..R13 at PARAMS[0..3] and a copy of [SP] at
361 /* API function: Prepare the trampoline. */
sysv.S 210 /* Constants for offsets within the trampoline. We could do this with
  /external/libffi/src/frv/
ffi.c 169 /* This function is called by a trampoline. The trampoline stows a
  /external/libffi/
ChangeLog.libffi 321 * src/x86/ffitarget.h: Increase size of trampoline for stdcall
324 * src/x86/ffi.c: Initialize stdcall closure trampoline.
  /external/libffi/src/sh64/
ffi.c 307 /* Since ffi_closure is an aligned object, the ffi trampoline is
338 /* Basically the trampoline invokes ffi_closure_SYSV, and on
  /external/libffi/src/sparc/
ffi.c 438 /* Trampoline address is equal to the closure address. We take advantage
439 of that to reduce the trampoline size by 8 bytes. */
  /external/libffi/src/x86/
ffi.c 244 /* This function is jumped to by the trampoline */
312 /* How to make a trampoline. Derived from gcc/config/i386/i386.c. */
  /external/libffi/src/powerpc/
aix_closure.S 145 /* get the context pointer from the trampoline */
darwin_closure.S 93 get the context pointer from the trampoline. */
  /external/libffi/src/mips/
ffi.c 596 /* N64 has a somewhat larger trampoline. */
649 * turn called from a trampoline.
803 * turn called from a trampoline.
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 123 * @throws ZygoteInit.MethodAndArgsCaller trampoline to invoke main()
164 * @throws ZygoteInit.MethodAndArgsCaller trampoline to invoke main()
677 * trampoline to code that invokes static main.

Completed in 735 milliseconds

1 2 3 4