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

  /art/runtime/mirror/
dex_cache.cc 57 ArtMethod* trampoline = runtime->GetResolutionMethod(); local
60 resolved_methods->SetWithoutChecks<false>(i, trampoline);
65 void DexCache::Fixup(ArtMethod* trampoline) {
66 // Fixup the resolve methods array to contain trampoline for resolution.
67 CHECK(trampoline != nullptr);
72 resolved_methods->SetWithoutChecks<false>(i, trampoline);
  /external/compiler-rt/lib/interception/
interception_win.cc 156 // 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;
  /art/test/115-native-bridge/
nativebridge.cc 35 void* trampoline; member in struct:NativeBridgeMethod
252 printf("Getting trampoline for %s with shorty %s.\n", name, shorty);
261 return method->trampoline;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 74 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);
  /system/core/libutils/
Threads.cpp 82 // we use this trampoline when we need to set the priority with
84 static int trampoline(const thread_data_t* t) { function in struct:thread_data_t
141 // this trampoline in some cases as the parent could set the properties
151 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
198 * Trampoline to make us __stdcall-compliant.
  /art/compiler/dex/quick/
gen_invoke.cc 77 RegStorage Mir2Lir::CallHelperSetup(QuickEntrypointEnum trampoline) {
81 return LoadHelper(trampoline);
85 LIR* Mir2Lir::CallHelper(RegStorage r_tgt, QuickEntrypointEnum trampoline, bool safepoint_pc,
87 LIR* call_inst = InvokeTrampoline(use_link ? kOpBlx : kOpBx, r_tgt, trampoline);
99 void Mir2Lir::CallRuntimeHelper(QuickEntrypointEnum trampoline, bool safepoint_pc) {
100 RegStorage r_tgt = CallHelperSetup(trampoline);
102 CallHelper(r_tgt, trampoline, safepoint_pc);
105 void Mir2Lir::CallRuntimeHelperImm(QuickEntrypointEnum trampoline, int arg0, bool safepoint_pc) {
106 RegStorage r_tgt = CallHelperSetup(trampoline);
109 CallHelper(r_tgt, trampoline, safepoint_pc)
1718 QuickEntrypointEnum trampoline; local
    [all...]
  /external/chromium_org/v8/src/
frames.cc 1401 Code* trampoline; local
    [all...]
deoptimizer.cc 1781 Code* trampoline = NULL; local
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 489 milliseconds