HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 1201 - 1225 of 4292) sorted by null

<<41424344454647484950>>

  /external/llvm/test/MC/ARM/
eh-directive-cantunwind-diagnostics.s 19 .type func1,%function
39 .type func2,%function
59 .type func3,%function
79 .type func4,%function
99 .type func5,%function
eh-directive-cantunwind.s 6 @ When a function contains a .cantunwind directive, we should create an entry
14 .type func1,%function
eh-directive-fnstart-diagnostics.s 15 .type func1,%function
22 .type func2,%function
eh-directive-movsp.s 10 .type duplicate,%function
30 .type squash,%function
eh-directive-save-diagnostics.s 17 .type func1,%function
33 .type func2,%function
eh-directive-vsave-diagnostics.s 17 .type func1,%function
33 .type func2,%function
elf-thumbfunc-reloc.s 1 @@ test st_value bit 0 of thumb function
9 .type f,%function
  /external/llvm/test/MC/Mips/
mips_gprel16.s 21 .type testvar1,@function
45 .type testvar2,@function
  /external/v8/src/compiler/arm/
linkage-arm.cc 44 Runtime::FunctionId function, int parameter_count,
46 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count,
  /external/v8/src/compiler/arm64/
linkage-arm64.cc 44 Runtime::FunctionId function, int parameter_count,
46 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count,
  /external/v8/src/compiler/ia32/
linkage-ia32.cc 39 Runtime::FunctionId function, int parameter_count,
41 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count,
  /external/v8/test/mjsunit/
array-push10.js 5 function __f_17(__v_9) {
array-push11.js 5 function __f_17(__v_9) {
array-shift3.js 8 function test(a) {
binary-operation-overwrite.js 29 function f1() { return (1.2, 3.4) + 5.6; }
30 function f2() { return (1, 2) + 3; }
31 function f3() { return (1.2 || 3.4) + 5.6; }
32 function f4() { return (1 || 2) + 3; }
eval-stack-trace.js 30 Error.prepareStackTrace = function(error, frames) {
34 Error.prototype.getFrames = function() {
39 String.prototype.contains = function(pattern) {
45 Array.prototype.verifyEquals = function(frames, func_name) {
47 function(element, index) {
57 Array.prototype.verifyContains = function(frames, func_name) {
59 function(element, index) {
69 Array.prototype.verifyUndefined = function(frames, func_name) {
71 function(element, index) {
81 var code1 = "function f() { \n"
    [all...]
extra-commas.js 28 function assertSyntaxError(x) {
44 assertSyntaxError("function f(,) {}");
45 assertSyntaxError("function f(1,) {}");
46 assertSyntaxError("function f(1,2,) {}");
  /external/v8/test/mjsunit/compiler/
control-flow-1.js 30 function f0(x) {
35 function g0(x, y) {
45 function f1(x) {
50 function g1(x, y) {
deopt-inlined-smi.js 32 function f(x) {
42 function g() {
51 function h() {
59 function k() {
function-call.js 28 // Test of function calls.
30 function f(x) { return x; }
49 // Call on a function expression
50 function g() { return f; }
opt-next-call.js 7 function foo() {
regress-inline-callfunctionstub.js 30 // Test inlined of calls-as-function two levels deep.
31 function f() { return 42; }
33 var o = {g : function () { return f(); } }
34 function main(func) {
rotate.js 32 function SideEffect() {
36 function Twenty() {
41 function Twelve() {
47 function ROR(x, sa) {
51 function ROR1(x, sa) {
55 function ROR2(x, sa) {
59 function ROR3(x, sa) {
63 function ROR4(x, sa) {
229 function ROR1_sa20(x) {
233 function ROR2_sa20(x)
    [all...]
  /external/v8/test/mjsunit/es6/
array-iterator.js 37 function assertHasOwnProperty(object, name, attrs) {
46 function TestArrayPrototype() {
54 function assertIteratorResult(value, done, result) {
59 function TestValues() {
73 function TestValuesMutate() {
86 function TestKeys() {
100 function TestKeysMutate() {
113 function TestEntries() {
127 function TestEntriesMutate() {
140 function TestArrayIteratorPrototype()
    [all...]
math-log1p.js 6 assertTrue(isNaN(Math.log1p(function() {})));
7 assertTrue(isNaN(Math.log1p({ toString: function() { return NaN; } })));
8 assertTrue(isNaN(Math.log1p({ valueOf: function() { return "abc"; } })));
24 function log1p(x) {

Completed in 671 milliseconds

<<41424344454647484950>>