Home
last modified time | relevance | path

Searched refs:arity (Results 1 – 25 of 42) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DJAXPExtensionsProvider.java125 int arity = argVec.size(); in extFunction() local
128 resolver.resolveFunction ( myQName, arity ); in extFunction()
131 ArrayList argList = new ArrayList( arity); in extFunction()
132 for ( int i=0; i<arity; i++ ) { in extFunction()
166 int arity = extFunction.getArgCount(); in extFunction() local
180 resolver.resolveFunction( myQName, arity ); in extFunction()
182 ArrayList argList = new ArrayList( arity); in extFunction()
183 for ( int i=0; i<arity; i++ ) { in extFunction()
/external/chromium/base/
Dbind.h.pump28 // unwrap the function signature to determine the signature's arity, and
31 // Each unique combination of (arity, function_type, num_prebound) where
Dbind_internal.h.pump34 // 2) The arity of the function.
152 // the max arity of function we wish to support.
171 $$ Variables for method traits generation. We are always short one arity since
226 // Sig type like in InvokerN above to know the return type, and the arity
/external/valgrind/main/VEX/priv/
Dguest_arm_helpers.c563 Int i, arity = 0; in guest_arm_spechelper() local
565 arity++; in guest_arm_spechelper()
569 for (i = 0; i < arity; i++) { in guest_arm_spechelper()
585 vassert(arity == 4); in guest_arm_spechelper()
753 vassert(arity == 4); in guest_arm_spechelper()
803 vassert(arity == 4); in guest_arm_spechelper()
Dguest_s390_helpers.c706 UInt i, arity = 0; in guest_s390x_spechelper() local
709 arity++; in guest_s390x_spechelper()
714 for (i = 0; i < arity; i++) { in guest_s390x_spechelper()
727 vassert(arity == 5); in guest_s390x_spechelper()
Dguest_x86_helpers.c785 Int i, arity = 0; in guest_x86_spechelper() local
787 arity++; in guest_x86_spechelper()
791 for (i = 0; i < arity; i++) { in guest_x86_spechelper()
803 vassert(arity == 5); in guest_x86_spechelper()
1222 vassert(arity == 4); in guest_x86_spechelper()
1296 vassert(arity == 4); in guest_x86_spechelper()
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
DFunction_object.js57 3, f.arity);
/external/v8/src/
Druntime.js424 var arity = %_ArgumentsLength() - 1;
425 var proxy = %_Arguments(arity); // The proxy comes in as an additional arg.
427 return %Apply(trap, this, arguments, 0, arity);
/external/llvm/test/Transforms/LoopRotate/
DPhiRename-1.ll29 define i32 @opsOfArity(i32 %arity) {
37 store i32 %arity, i32* %arity_addr
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-function-mockers.h.pump5 $var n = 10 $$ The maximum arity we support.
121 #define GMOCK_MOCKER_(arity, constness, Method) \
122 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
Dgmock-generated-nice-strict.h.pump5 $var n = 10 $$ The maximum arity we support.
81 // to define it for each arity.
/external/v8/src/x64/
Dlithium-x64.h1419 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1436 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1453 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1465 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1479 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1491 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1503 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1518 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1528 int arity() const { return hydrogen()->argument_count(); } in arity() function
Dlithium-codegen-x64.cc2685 int arity, in CallKnownFunction() argument
2689 function->shared()->formal_parameter_count() == arity; in CallKnownFunction()
2709 __ Set(rax, arity); in CallKnownFunction()
2726 ParameterCount count(arity); in CallKnownFunction()
2738 instr->arity(), in DoCallConstantFunction()
3181 ParameterCount count(instr->arity()); in DoInvokeFunction()
3191 int arity = instr->arity(); in DoCallKeyed() local
3193 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity); in DoCallKeyed()
3202 int arity = instr->arity(); in DoCallNamed() local
3205 isolate()->stub_cache()->ComputeCallInitialize(arity, mode); in DoCallNamed()
[all …]
Dlithium-x64.cc296 stream->Add("#%d / ", arity()); in PrintDataTo()
322 stream->Add(" #%d / ", arity()); in PrintDataTo()
327 stream->Add("[rcx] #%d / ", arity()); in PrintDataTo()
333 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo()
339 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo()
344 stream->Add("#%d / ", arity()); in PrintDataTo()
351 stream->Add(" #%d / ", arity()); in PrintDataTo()
/external/v8/src/mips/
Dlithium-mips.h1425 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1442 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1457 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1470 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1484 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1496 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1508 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1523 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1533 int arity() const { return hydrogen()->argument_count(); } in arity() function
Dlithium-codegen-mips.cc2839 int arity, in CallKnownFunction() argument
2843 function->shared()->formal_parameter_count() == arity; in CallKnownFunction()
2862 __ li(a0, Operand(arity)); in CallKnownFunction()
2874 ParameterCount count(arity); in CallKnownFunction()
2886 CallKnownFunction(instr->function(), instr->arity(), instr, CALL_AS_METHOD); in DoCallConstantFunction()
3326 ParameterCount count(instr->arity()); in DoInvokeFunction()
3335 int arity = instr->arity(); in DoCallKeyed() local
3337 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity); in DoCallKeyed()
3346 int arity = instr->arity(); in DoCallNamed() local
3349 isolate()->stub_cache()->ComputeCallInitialize(arity, mode); in DoCallNamed()
[all …]
Dlithium-mips.cc294 stream->Add("#%d / ", arity()); in PrintDataTo()
320 stream->Add(" #%d / ", arity()); in PrintDataTo()
325 stream->Add("[a2] #%d / ", arity()); in PrintDataTo()
331 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo()
337 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo()
342 stream->Add("#%d / ", arity()); in PrintDataTo()
349 stream->Add(" #%d / ", arity()); in PrintDataTo()
/external/v8/src/arm/
Dlithium-arm.h1445 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1462 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1477 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1490 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1504 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1516 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1528 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1543 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1553 int arity() const { return hydrogen()->argument_count(); } in arity() function
Dlithium-codegen-arm.cc2954 int arity, in CallKnownFunction() argument
2958 function->shared()->formal_parameter_count() == arity; in CallKnownFunction()
2977 __ mov(r0, Operand(arity)); in CallKnownFunction()
2989 ParameterCount count(arity); in CallKnownFunction()
3001 instr->arity(), in DoCallConstantFunction()
3431 ParameterCount count(instr->arity()); in DoInvokeFunction()
3440 int arity = instr->arity(); in DoCallKeyed() local
3442 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity); in DoCallKeyed()
3451 int arity = instr->arity(); in DoCallNamed() local
3454 isolate()->stub_cache()->ComputeCallInitialize(arity, mode); in DoCallNamed()
[all …]
Dlithium-arm.cc294 stream->Add("#%d / ", arity()); in PrintDataTo()
320 stream->Add(" #%d / ", arity()); in PrintDataTo()
325 stream->Add("[r2] #%d / ", arity()); in PrintDataTo()
331 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo()
337 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo()
342 stream->Add("#%d / ", arity()); in PrintDataTo()
349 stream->Add(" #%d / ", arity()); in PrintDataTo()
/external/v8/src/ia32/
Dlithium-ia32.h1472 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1491 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1510 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1527 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1543 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1560 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1572 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1590 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function
1604 int arity() const { return hydrogen()->argument_count(); } in arity() function
Dlithium-codegen-ia32.cc2730 int arity, in CallKnownFunction() argument
2734 function->shared()->formal_parameter_count() == arity; in CallKnownFunction()
2757 __ mov(eax, arity); in CallKnownFunction()
2772 ParameterCount count(arity); in CallKnownFunction()
2781 instr->arity(), in DoCallConstantFunction()
3234 ParameterCount count(instr->arity()); in DoInvokeFunction()
3244 int arity = instr->arity(); in DoCallKeyed() local
3246 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity); in DoCallKeyed()
3255 int arity = instr->arity(); in DoCallNamed() local
3258 isolate()->stub_cache()->ComputeCallInitialize(arity, mode); in DoCallNamed()
[all …]
Dlithium-ia32.cc291 stream->Add("#%d / ", arity()); in PrintDataTo()
325 stream->Add(" #%d / ", arity()); in PrintDataTo()
330 stream->Add("[ecx] #%d / ", arity()); in PrintDataTo()
336 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo()
342 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo()
347 stream->Add("#%d / ", arity()); in PrintDataTo()
354 stream->Add(" #%d / ", arity()); in PrintDataTo()
Dlithium-codegen-ia32.h212 int arity,
/external/chromium/testing/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump5 $var n = 10 $$ The maximum arity we support.

12