Searched defs:call (Results 1 - 25 of 252) sorted by relevance

1234567891011

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Djmpcall.asm3 call *%eax
4 call %eax
5 call *(%eax)
6 call (%eax)
7 call label(,1)
8 call label label
9 call label+5
10 call *label
11 call *label(%eax)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dfar64.asm2 call far dword [0] label
3 call far qword [0] label
4 call far [0] label
H A Dmem64rip.asm8 call sym label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
H A Delf-rip.asm7 call sym label
/external/chromium_org/v8/test/webkit/
H A Dcall-apply-crash.js28 Function.prototype.call.apply(testLog, arguments); method
32 Function.prototype.call.apply(testLog, arguments);
H A Ddfg-convert-this-dom-window.js25 "This tests that we can correctly call Function.prototype.call in the DFG, but more precisely, that we give the correct this object in case it is undefined"
28 var myObject = { call: function() { return [myObject, "myObject.call"] } };
31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] };
32 Function.prototype.aliasedCall = Function.prototype.call;
35 shouldBe("myObject.call()", '[myObject, "myObject.call"]');
37 shouldBe("myFunction.call(myObjec
[all...]
H A Dfunction-call-aliased.js25 "This tests that we can correctly call Function.prototype.call"
28 var myObject = { call: function() { return [myObject, "myObject.call"] } };
31 myFunctionWithCall.call = function (arg1) { return [this, "myFunctionWithCall.call", arg1] };
32 Function.prototype.aliasedCall = Function.prototype.call;
34 shouldBe("myObject.call()", '[myObject, "myObject.call"]');
36 shouldBe("myFunction.call(myObjec
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dtronical.S82 call VG_SYM_ASM(printf)
95 call VG_SYM_ASM(malloc)
97 call set define
98 call get
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dgas32-jmpcall.asm0 call foo
1 call foo label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas64-jmpcall.asm0 call foo
1 call foo label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dnasm-macho64-pic.asm3 call _foo label
7 call _foo+4 label
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-242502.js34 function call(o) { function
45 assertEquals(23, call(o1));
46 assertEquals(23, call(o1));
48 assertEquals(23, call(o2));
49 assertEquals(23, call(o3));
50 assertEquals(23, call(o4));
51 assertEquals(23, call(o5));
65 %OptimizeFunctionOnNextCall(call);
66 assertEquals(23, call(oboom));
/external/llvm/test/Object/Inputs/
H A Delfver.S15 call _puts@PLT label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_curpos.asm8 call foo label
9 call baz label
27 call foo label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64-pic.asm0 call _foo
5 call _foo+4 label
1 call _foo label
H A Dgas-macho64.asm2 call _foo label
6 call _foo+4 label
/external/clang/test/CodeGenCXX/
H A Ddelayed-template-parsing.cpp12 void call() { function in namespace:ClassScopeSpecialization
14 // CHECK: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QAEXXZ"
15 // X64: call {{.*}} @"\01??$Foo@$0A@@Type@ClassScopeSpecialization@@QEAAXXZ"
H A Dinstantiate-temporaries.cpp17 void call() { function
22 // CHECK: call void @_ZN1Y3getEv
23 // CHECK-NEXT: call void @_ZN1XD1Ev
25 template void call<int>();
33 // CHECK: call void @_ZN1XC1Ev
34 // CHECK-NEXT: call void @_ZN2X2D1Ev
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DCallable.java25 V call() throws Exception; method in interface:Callable
/external/qemu/android/utils/
H A Deintr_wrapper.c20 const char* call) {
22 "%s:%ld:%s%s System call looped around EINTR %d times: %s\n",
28 call);
17 android_eintr_wrapper_fatal(const char* file, long lineno, const char* function, const char* call) argument
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb32 alias_method :jasmine_call, :call
33 def call(env) method in class:Rack
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_function_can_inline.cpp27 * Determines if we can inline a function call using ir_function_inlining.cpp.
59 can_inline(ir_call *call) argument
62 const ir_function_signature *callee = call->callee;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Dcurpos-err.asm8 call foo label
9 call baz label
27 call foo label
H A Dcurpos.asm8 call foo label
9 call baz label
27 call foo label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-curpos.asm8 call foo label
9 call baz label
27 call foo label

Completed in 353 milliseconds

1234567891011