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

/external/compiler-rt/lib/interception/
H A Dinterception_win.cc68 // 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;
/external/chromium_org/v8/src/
H A Dframes.cc1392 Code* trampoline; local
1394 FindCodeInCache(&trampoline, isolate());
1395 if (trampoline->contains(pc())) {
1396 return trampoline;
1400 FindCodeInCache(&trampoline, isolate());
1401 if (trampoline->contains(pc())) {
1402 return trampoline;
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 404 milliseconds