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

  /external/compiler-rt/lib/interception/
interception_win.cc 68 // We call these 'head'+5 bytes of instructions a "trampoline".
85 char* trampoline = pool + pool_used; local
127 // Now put the "jump to trampoline" instruction into the original code.
133 // Put the needed instructions into the trampoline bytes.
134 _memcpy(trampoline, old_bytes, head);
135 WriteJumpInstruction(trampoline + head, old_bytes + head);
136 *orig_old_func = (uptr)trampoline;
  /development/ndk/platforms/android-9/arch-x86/src/
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
  /frameworks/native/libs/utils/
Threads.cpp 91 // we use this trampoline when we need to set the priority with
93 static int trampoline(const thread_data_t* t) { function in struct:thread_data_t
155 // this trampoline in some cases as the parent could set the properties
165 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
212 * Trampoline to make us __stdcall-compliant.
  /external/libffi/src/powerpc/
linux64_closure.S 80 # get the context pointer from the trampoline
ppc_closure.S 70 # get the context pointer from the trampoline
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1637 milliseconds