HomeSort by relevance Sort by last modified time
    Searched full:trampoline (Results 1 - 25 of 685) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/666-dex-cache-itf/
info.txt 2 confuse the interface trampoline.
  /art/test/115-native-bridge/
expected.txt 5 Getting trampoline for JNI_OnLoad with shorty (null).
21 Getting trampoline for Java_Main_testFindClassOnAttachedNativeThread with shorty V.
23 Getting trampoline for Java_Main_testFindFieldOnAttachedNativeThreadNative with shorty V.
25 Getting trampoline for Java_Main_testCallStaticVoidMethodOnSubClassNative with shorty V.
27 Getting trampoline for Java_Main_testGetMirandaMethodNative with shorty L.
29 Getting trampoline for Java_Main_testZeroLengthByteBuffers with shorty V.
31 Getting trampoline for Java_Main_byteMethod with shorty BBBBBBBBBBB.
39 Getting trampoline for Java_Main_shortMethod with shorty SSSSSSSSSSS.
49 Getting trampoline for Java_Main_booleanMethod with shorty ZZZZZZZZZZZ.
52 Getting trampoline for Java_Main_charMethod with shorty CCCCCCCCCCC
    [all...]
  /toolchain/binutils/binutils-2.27/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
  /external/llvm/test/CodeGen/X86/
2011-08-23-Trampoline.ll 8 call void @llvm.init.trampoline( i8* null, i8* bitcast (void (%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets*, i32, i32)* @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets__move.5177 to i8*), i8* null ) ; <i8*> [#uses=0]
9 %tramp22 = call i8* @llvm.adjust.trampoline( i8* null)
15 declare void @llvm.init.trampoline(i8*, i8*, i8*) nounwind
16 declare i8* @llvm.adjust.trampoline(i8*) nounwind
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2011-08-23-Trampoline.ll 8 call void @llvm.init.trampoline( i8* null, i8* bitcast (void (%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets*, i32, i32)* @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets__move.5177 to i8*), i8* null ) ; <i8*> [#uses=0]
9 %tramp22 = call i8* @llvm.adjust.trampoline( i8* null)
15 declare void @llvm.init.trampoline(i8*, i8*, i8*) nounwind
16 declare i8* @llvm.adjust.trampoline(i8*) nounwind
2008-01-16-Trampoline.ll 8 %tramp22 = call i8* @llvm.init.trampoline( i8* null, i8* bitcast (void (%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets*, i32, i32)* @gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets__move.5177 to i8*), i8* null ) ; <i8*> [#uses=0]
14 declare i8* @llvm.init.trampoline(i8*, i8*, i8*) nounwind
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue19764.go 7 // Issue 19764: test that the linker's trampoline insertion
  /prebuilts/go/linux-x86/test/fixedbugs/
issue19764.go 7 // Issue 19764: test that the linker's trampoline insertion
  /art/runtime/entrypoints/quick/
quick_entrypoints_enum.h 39 static ThreadOffset<pointer_size> GetThreadOffset(QuickEntrypointEnum trampoline) {
40 switch (trampoline)
49 LOG(FATAL) << "Unexpected trampoline " << static_cast<int>(trampoline);
64 bool EntrypointRequiresStackMap(QuickEntrypointEnum trampoline);
  /external/llvm/test/Transforms/InstCombine/
2011-09-03-Trampoline.ll 3 declare void @llvm.init.trampoline(i8*, i8*, i8*)
4 declare i8* @llvm.adjust.trampoline(i8*)
11 call void @llvm.init.trampoline(i8* %gep, i8* bitcast (i32 (i8*, i32)* @f to i8*),
13 %tramp = call i8* @llvm.adjust.trampoline(i8* %gep)
23 call void @llvm.init.trampoline(i8* %trampmem,
26 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
35 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
44 call void @llvm.init.trampoline(i8* %trampmem,
50 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %trampmem)
55 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %trampmem
    [all...]
2008-01-14-VarArgTrampoline.ll 6 declare void @llvm.init.trampoline(i8*, i8*, i8*) nounwind
7 declare i8* @llvm.adjust.trampoline(i8*) nounwind
19 call void @llvm.init.trampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*, ...)* @f to i8*), i8* %FRAME.06 ) ; <i8*> [#uses=1]
20 %tramp = call i8* @llvm.adjust.trampoline( i8* %TRAMP.216.sub)
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
2011-09-03-Trampoline.ll 3 declare void @llvm.init.trampoline(i8*, i8*, i8*)
4 declare i8* @llvm.adjust.trampoline(i8*)
11 call void @llvm.init.trampoline(i8* %gep, i8* bitcast (i32 (i8*, i32)* @f to i8*),
13 %tramp = call i8* @llvm.adjust.trampoline(i8* %gep)
23 call void @llvm.init.trampoline(i8* %trampmem,
26 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
35 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
44 call void @llvm.init.trampoline(i8* %trampmem,
50 %tramp0 = call i8* @llvm.adjust.trampoline(i8* %trampmem)
55 %tramp1 = call i8* @llvm.adjust.trampoline(i8* %trampmem
    [all...]
  /external/llvm/test/Transforms/FunctionImport/Inputs/
adjustable_threshold.ll 3 call void @trampoline()
7 define void @trampoline() {
  /art/test/656-annotation-lookup-generic-jni/
info.txt 3 through Generic JNI would crash the Generic JNI trampoline because it
  /external/compiler-rt/lib/builtins/
trampoline_setup.c 17 * trampoline functions on the stack for use with nested functions.
18 * This function creates a custom 40-byte trampoline function on the stack
29 /* enough space on stack for the trampoline, abort */
33 /* create trampoline */
  /external/libunwind/src/hppa/
offsets.h 15 trampoline, the siginfo structure, and then the sigcontext
  /external/libffi/src/arm/
trampoline.S 32 // trampoline
45 // trampoline
58 // trampoline
71 // trampoline
84 // trampoline
97 // trampoline
110 // trampoline
123 // trampoline
136 // trampoline
149 // trampoline
    [all...]
gentramp.sh 6 # ARM Trampoline Page Generator
31 # Each trampoline is exactly 3 instructions, or 12 bytes. If any of these values change,
32 # the entire arm trampoline implementation must be updated to match, too.
34 # Size of an individual trampoline, in bytes
79 # Write out the trampoline table, aligned to the page boundary
87 # WARNING - Don't modify the trampoline code size without also updating the relevant libffi code
88 trampoline () { function
91 // trampoline
113 trampoline
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
trampoline.S 32 // trampoline
45 // trampoline
58 // trampoline
71 // trampoline
84 // trampoline
97 // trampoline
110 // trampoline
123 // trampoline
136 // trampoline
149 // trampoline
    [all...]
gentramp.sh 6 # ARM Trampoline Page Generator
31 # Each trampoline is exactly 3 instructions, or 12 bytes. If any of these values change,
32 # the entire arm trampoline implementation must be updated to match, too.
34 # Size of an individual trampoline, in bytes
79 # Write out the trampoline table, aligned to the page boundary
87 # WARNING - Don't modify the trampoline code size without also updating the relevant libffi code
88 trampoline () { function
91 // trampoline
113 trampoline
  /external/python/cpython3/Modules/_ctypes/libffi/src/arm/
trampoline.S 32 // trampoline
45 // trampoline
58 // trampoline
71 // trampoline
84 // trampoline
97 // trampoline
110 // trampoline
123 // trampoline
136 // trampoline
149 // trampoline
    [all...]
gentramp.sh 6 # ARM Trampoline Page Generator
31 # Each trampoline is exactly 3 instructions, or 12 bytes. If any of these values change,
32 # the entire arm trampoline implementation must be updated to match, too.
34 # Size of an individual trampoline, in bytes
79 # Write out the trampoline table, aligned to the page boundary
87 # WARNING - Don't modify the trampoline code size without also updating the relevant libffi code
88 trampoline () { function
91 // trampoline
113 trampoline
  /external/llvm/test/CodeGen/XCore/
trampoline.ll 14 call void @llvm.init.trampoline(i8* %TRAMP.23.sub, i8* bitcast (i32 (%struct.FRAME.f*)* @g.1101 to i8*), i8* %FRAME.02)
15 %tramp = call i8* @llvm.adjust.trampoline(i8* %TRAMP.23.sub)
36 declare void @llvm.init.trampoline(i8*, i8*, i8*) nounwind
37 declare i8* @llvm.adjust.trampoline(i8*) nounwind
  /external/skia/src/gpu/mtl/
GrMtlTrampoline.h 19 * This class is used to hold functions which trampoline from the Ganesh cpp code to the GrMtl

Completed in 7780 milliseconds

1 2 3 4 5 6 7 8 91011>>