| /external/llvm/test/MC/AArch64/ |
| jump-table.s | 6 .type test_jumptable,@function
|
| /external/llvm/test/MC/ARM/ |
| eh-directive-text-section.s | 7 @ exception handling table. For example, if the function is defined in .text 15 .type func1,%function 46 @ Check the name of the EXIDX section. For the function in the .text section, 76 @ Besides, since this function is using compact model 0, thus we have to
|
| thumb_set.s | 11 .type arm_func,%function 24 .type thumb_func,%function 52 .type alpha,%function 56 .type beta,%function 65 @ CHECK: Type: Function 71 @ CHECK: Type: Function 77 @ CHECK: Type: Function 83 @ CHECK: Type: Function 89 @ CHECK: Type: Function 101 @ CHECK: Type: Function [all...] |
| /external/llvm/test/MC/ELF/ |
| basic-elf-32.s | 6 .type main,@function 75 // CHECK: Type: Function
|
| basic-elf-64.s | 6 .type main,@function 73 // CHECK: Type: Function
|
| /external/llvm/test/MC/MachO/ARM/ |
| llvm-objdump-macho.s | 19 # We are checking that second function is fully disassembled.
|
| /external/llvm/test/MC/Mips/ |
| cpsetup-bad.s | 8 # ASM: :[[@LINE-1]]:18: error: expected register containing function address
|
| micromips-alias.s | 8 .type f,@function
|
| micromips-el-fixup-data.s | 11 .type main,@function
|
| /external/llvm/test/MC/PowerPC/ |
| ppc-reloc.s | 6 .type foo,@function
|
| ppc64-localentry.s | 7 .type callee1, @function 16 .type callee2, @function 22 .type caller, @function 45 # Verify that fixups to local function symbols are performed only 63 # CHECK-NEXT: Type: Function 70 # CHECK-NEXT: Type: Function 79 # CHECK-NEXT: Type: Function 86 # CHECK-NEXT: Type: Function
|
| tls-gd-obj.s | 12 .type main,@function
|
| tls-ld-obj.s | 11 .type main,@function
|
| /external/llvm/test/MC/X86/AlignedBundling/ |
| labeloffset.s | 12 .type main,@function 44 .type bar,@function 70 # Switch sections in the middle of a function 74 .type foo,@function
|
| /external/lzma/C/ |
| CpuArch.c | 51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
61 __asm mov EAX, function;
local 81 : "0" (function)) ;
88 __cpuid(CPUInfo, function);
|
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| ARM-E_mastergain_gnu.s | 2 @ Function: SynthMasterGain
46 .global SynthMasterGain @ allow other files to use this function
98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
106 .endfunc @ end of function/procedure
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| ARM-E_mastergain_gnu.s | 2 @ Function: SynthMasterGain
46 .global SynthMasterGain @ allow other files to use this function
98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
106 .endfunc @ end of function/procedure
|
| /external/v8/test/mjsunit/ |
| array-bounds-check-removal.js | 34 function test_do_not_assert_on_non_int32(vector, base) { 55 function test_base(a, base, condition) { 76 function check_test_base(a, base, condition) { 121 function test_minus(base,cond) { 142 function check_test_minus(base,cond) { 167 function short_test(a, i) { 181 function test_phi(a, base, check) { 206 function test_composition(a, base0, check) {
|
| array-push8.js | 7 function push_wrapper(array, value) { 10 function pop_wrapper(array) {
|
| debug-stepin-builtin-callback.js | 36 function array_listener(event, exec_state, event_data, data) { 55 function cb_false(num) { 60 function cb_true(num) { 65 function cb_reduce(a, b) { 120 // Array.forEach calls a callback function, which by itself uses 121 // Array.forEach with another callback function. 123 function second_level_listener(event, exec_state, event_data, data) { 144 function cb_foreach(num) {
|
| number-literal.js | 5 function test(message, a, b, skipStrictMode) { 8 (function() {
|
| /external/v8/test/mjsunit/es6/debug-promises/ |
| reject-in-constructor.js | 16 function listener(event, exec_state, event_data, data) { 34 var p = new Promise(function(resolve, reject) {
|
| throw-in-constructor.js | 16 function listener(event, exec_state, event_data, data) { 35 var p = new Promise(function(resolve, reject) {
|
| try-reject-in-constructor.js | 16 function listener(event, exec_state, event_data, data) { 35 var p = new Promise(function(resolve, reject) {
|
| /external/v8/test/mjsunit/es6/ |
| typed-array-iterator.js | 12 function TestTypedArrayPrototype(constructor) { 31 function TestTypedArrayValues(constructor) {
|