HomeSort by relevance Sort by last modified time
    Searched refs:trampoline (Results 1 - 13 of 13) 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);
dex_cache.h 54 void Fixup(ArtMethod* trampoline) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /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;
  /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/remoting/webapp/
oauth2_api.js 85 // remoting.js, otherwise this won't work from the OAuth trampoline.
86 // TODO(jamiewalch): Fix this once we're no longer using the trampoline.
133 // remoting.js, otherwise this won't work from the OAuth trampoline.
134 // TODO(jamiewalch): Fix this once we're no longer using the trampoline.
oauth2.js 9 * Uses a content script to trampoline the OAuth redirect page back into the
  /external/chromium_org/v8/src/
frames.cc 1392 Code* trampoline; local
    [all...]
deoptimizer.cc     [all...]
objects.cc     [all...]
  /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.
  /external/libffi/src/powerpc/
linux64_closure.S 80 # get the context pointer from the trampoline
ppc_closure.S 70 # get the context pointer from the trampoline
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 2359 milliseconds