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

/external/compiler-rt/lib/interception/
H A Dinterception_win.cc156 // We call these 'head'+5 bytes of instructions a "trampoline".
163 // to the trampoline and store it in 'head'.
168 // Put the needed instructions into the trampoline bytes.
169 char *trampoline = GetMemoryForTrampoline(head + 5); local
170 if (!trampoline)
172 _memcpy(trampoline, old_bytes, head);
173 WriteJumpInstruction(trampoline + head, old_bytes + head);
174 *orig_old_func = (uptr)trampoline;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DVisitor.h74 static void trampoline(Visitor* visitor, void* self) { (reinterpret_cast<T*>(self)->*method)(visitor); } function in struct:blink::TraceMethodDelegate
373 registerWeakMembers(obj, &TraceMethodDelegate<T, method>::trampoline);
/external/chromium_org/v8/src/
H A Dframes.cc1401 Code* trampoline; local
1403 FindCodeInCache(&trampoline);
1404 if (trampoline->contains(pc())) {
1405 return trampoline;
1409 FindCodeInCache(&trampoline);
1410 if (trampoline->contains(pc())) {
1411 return trampoline;
H A Ddeoptimizer.cc1604 // The stub failure trampoline is a single frame.
1781 Code* trampoline = NULL; local
1784 function_mode).FindCodeInCache(&trampoline);
1785 DCHECK(trampoline != NULL);
1787 trampoline->instruction_start()));
1792 reinterpret_cast<intptr_t>(trampoline->constant_pool());
/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 172 milliseconds