HomeSort by relevance Sort by last modified time
    Searched defs:trampoline (Results 1 - 3 of 3) 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;
  /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/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 74 milliseconds