Searched defs:trampoline (Results 1 - 3 of 3) sorted by last modified time

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints_enum.h40 static ThreadOffset<pointer_size> GetThreadOffset(QuickEntrypointEnum trampoline) { argument
41 switch (trampoline)
50 LOG(FATAL) << "Unexpected trampoline " << static_cast<int>(trampoline);
/art/runtime/mirror/
H A Ddex_cache.cc70 void DexCache::Fixup(ArtMethod* trampoline, size_t pointer_size) { argument
71 // Fixup the resolve methods array to contain trampoline for resolution.
72 CHECK(trampoline != nullptr);
73 CHECK(trampoline->IsRuntimeMethod());
77 SetElementPtrSize(resolved_methods, i, trampoline, pointer_size);
/art/test/115-native-bridge/
H A Dnativebridge.cc38 void* trampoline; member in struct:NativeBridgeMethod
313 printf("Getting trampoline for %s with shorty %s.\n", name, shorty);
322 return method->trampoline;

Completed in 102 milliseconds