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

  /art/runtime/mirror/
dex_cache.cc 61 ArtMethod* trampoline = runtime->GetResolutionMethod(); local
64 resolved_methods->SetWithoutChecks(i, trampoline);
69 void DexCache::Fixup(ArtMethod* trampoline) {
70 // Fixup the resolve methods array to contain trampoline for resolution.
71 CHECK(trampoline != NULL);
76 resolved_methods->SetWithoutChecks(i, trampoline);
  /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;
  /system/core/libutils/
Threads.cpp 76 // we use this trampoline when we need to set the priority with
78 static int trampoline(const thread_data_t* t) { function in struct:thread_data_t
135 // this trampoline in some cases as the parent could set the properties
145 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
192 * Trampoline to make us __stdcall-compliant.
  /art/compiler/dex/quick/
gen_invoke.cc 492 ThreadOffset trampoline = QUICK_ENTRYPOINT_OFFSET(pInvokeInterfaceTrampoline); local
496 case 0: // Load the trampoline target [sets kInvokeTgt].
498 cg->LoadWordDisp(cg->TargetReg(kSelf), trampoline.Int32Value(),
526 // Load the trampoline target [sets kInvokeTgt].
528 cg->LoadWordDisp(cg->TargetReg(kSelf), trampoline.Int32Value(),
551 static int NextInvokeInsnSP(CompilationUnit* cu, CallInfo* info, ThreadOffset trampoline,
561 // Load trampoline target
562 cg->LoadWordDisp(cg->TargetReg(kSelf), trampoline.Int32Value(), cg->TargetReg(kInvokeTgt));
578 ThreadOffset trampoline = QUICK_ENTRYPOINT_OFFSET(pInvokeStaticTrampolineWithAccessCheck); local
579 return NextInvokeInsnSP(cu, info, trampoline, state, target_method, 0)
586 ThreadOffset trampoline = QUICK_ENTRYPOINT_OFFSET(pInvokeDirectTrampolineWithAccessCheck); local
594 ThreadOffset trampoline = QUICK_ENTRYPOINT_OFFSET(pInvokeSuperTrampolineWithAccessCheck); local
602 ThreadOffset trampoline = QUICK_ENTRYPOINT_OFFSET(pInvokeVirtualTrampolineWithAccessCheck); local
612 ThreadOffset trampoline = QUICK_ENTRYPOINT_OFFSET(pInvokeInterfaceTrampolineWithAccessCheck); local
    [all...]
  /external/chromium_org/v8/src/
frames.cc 1392 Code* trampoline; local
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 109 milliseconds