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

  /art/runtime/entrypoints/quick/
quick_entrypoints_enum.h 40 static ThreadOffset<pointer_size> GetThreadOffset(QuickEntrypointEnum trampoline) {
41 switch (trampoline)
50 LOG(FATAL) << "Unexpected trampoline " << static_cast<int>(trampoline);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
far-hc12.s 1 ;;; Test 68HC12 FAR trampoline generation
5 ;;; 'far_no_tramp' does not have any trampoline generated.
16 bsr _far_bar ; Call to trampoline generated code
24 ldd #_far_foo ; Get address of trampoline handler
27 ldd #_far_bar ; Likewise (unique trampoline check)
30 call _far_no_tramp ; No trampoline generated for _far_no_tramp
78 ; call to the trampoline).
far-hc11.s 1 ;;; Test 68HC11 FAR trampoline generation
5 ;;; 'far_no_tramp' does not have any trampoline generated.
16 bsr _far_bar ; Call to trampoline generated code
24 ldd #_far_foo ; Get address of trampoline handler
27 ldd #_far_bar ; Likewise (unique trampoline check)
32 bsr __call_a16 ; No trampoline generated for _far_no_tramp
  /development/ndk/platforms/android-21/samples/native-codec/jni/
looper.h 34 static void* trampoline(void* p);
looper.cpp 50 void* looper::trampoline(void* p) { function in class:looper
61 pthread_create(&worker, &attr, trampoline, this);
  /art/runtime/mirror/
dex_cache.cc 70 void DexCache::Fixup(ArtMethod* trampoline, size_t pointer_size) {
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);
dex_cache.h 61 void Fixup(ArtMethod* trampoline, size_t pointer_size)
  /external/compiler-rt/lib/interception/
interception_win.cc 146 // We call these 'head'+5 bytes of instructions a "trampoline".
153 // to the trampoline and store it in 'head'.
158 // Put the needed instructions into the trampoline bytes.
159 char *trampoline = GetMemoryForTrampoline(head + 5); local
160 if (!trampoline)
162 _memcpy(trampoline, old_bytes, head);
163 WriteJumpInstruction(trampoline + head, old_bytes + head);
164 *orig_old_func = (uptr)trampoline;
  /external/harfbuzz_ng/src/
hb-font.cc 1569 trampoline_t *trampoline = (trampoline_t *) calloc (1, sizeof (trampoline_t)); local
1571 if (unlikely (!trampoline))
1574 trampoline->closure.user_data = user_data;
1575 trampoline->closure.destroy = destroy;
1576 trampoline->closure.ref_count = 1;
1577 trampoline->func = func;
1579 return trampoline;
1610 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; local
1622 hb_font_get_glyph_trampoline_t *trampoline = (hb_font_get_glyph_trampoline_t *) user_data; local
1644 hb_font_get_glyph_trampoline_t *trampoline; local
    [all...]
  /art/test/115-native-bridge/
nativebridge.cc 38 void* trampoline; member in struct:NativeBridgeMethod
313 printf("Getting trampoline for %s with shorty %s.\n", name, shorty);
322 return method->trampoline;
  /external/v8/src/
frames.cc 448 // The interpreter entry trampoline has a non-SMI marker.
1400 Code* trampoline; local
    [all...]
deoptimizer.cc 1214 Code* trampoline = builtins->builtin(Builtins::kInterpreterEntryTrampoline); local
1826 Code* trampoline = NULL; local
    [all...]
  /external/dng_sdk/source/
dng_pthread.cpp 214 // This trampoline takes care of the return type being different
216 unsigned __stdcall trampoline(void *arg_arg) function in namespace:__anon10806
333 result = _beginthreadex(NULL, (unsigned)stacksize, trampoline, args.get(), 0, &threadID);
  /system/core/libutils/
Threads.cpp 80 // we use this trampoline when we need to set the priority with
82 static int trampoline(const thread_data_t* t) { function in struct:thread_data_t
139 // this trampoline in some cases as the parent could set the properties
149 entryFunction = (android_thread_func_t)&thread_data_t::trampoline;
196 * Trampoline to make us __stdcall-compliant.
  /external/libunwind/doc/
libunwind-ia64.tex 45 registers are accessible. For signal-trampoline frames, all registers
93 stack-frame of a signal-handler trampoline.
libunwind.tex 107 special circumstances (e.g., in a signal handler trampoline), even the
  /external/elfutils/libdw/
known-dwarf.h 140 DWARF_ONE_KNOWN_DW_AT (trampoline, DW_AT_trampoline) \
    [all...]
  /art/oatdump/
oatdump.cc 158 for (const auto& trampoline : debug::MakeTrampolineInfos(oat_file_->GetOatHeader())) {
159 method_debug_infos_.push_back(trampoline);
396 DUMP_OAT_HEADER_OFFSET("QUICK GENERIC JNI TRAMPOLINE",
398 DUMP_OAT_HEADER_OFFSET("QUICK IMT CONFLICT TRAMPOLINE",
400 DUMP_OAT_HEADER_OFFSET("QUICK RESOLUTION TRAMPOLINE",
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 641 const char *trampoline; member in struct:mac
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/v8/src/crankshaft/
hydrogen.cc 12683 HValue* trampoline = Add<HConstant>(isolate()->builtins()->Call()); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 561 milliseconds