/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | JAXPExtensionsProvider.java | 125 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/ |
D | bind.h.pump | 28 // unwrap the function signature to determine the signature's arity, and 31 // Each unique combination of (arity, function_type, num_prebound) where
|
D | bind_internal.h.pump | 34 // 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/ |
D | guest_arm_helpers.c | 563 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()
|
D | guest_s390_helpers.c | 706 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()
|
D | guest_x86_helpers.c | 785 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/ |
D | Function_object.js | 57 3, f.arity);
|
/external/v8/src/ |
D | runtime.js | 424 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/ |
D | PhiRename-1.ll | 29 define i32 @opsOfArity(i32 %arity) { 37 store i32 %arity, i32* %arity_addr
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-function-mockers.h.pump | 5 $var n = 10 $$ The maximum arity we support. 121 #define GMOCK_MOCKER_(arity, constness, Method) \ 122 GTEST_CONCAT_TOKEN_(gmock##constness##arity##_##Method##_, __LINE__)
|
D | gmock-generated-nice-strict.h.pump | 5 $var n = 10 $$ The maximum arity we support. 81 // to define it for each arity.
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1419 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
|
D | lithium-codegen-x64.cc | 2685 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 …]
|
D | lithium-x64.cc | 296 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/ |
D | lithium-mips.h | 1425 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
|
D | lithium-codegen-mips.cc | 2839 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 …]
|
D | lithium-mips.cc | 294 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/ |
D | lithium-arm.h | 1445 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
|
D | lithium-codegen-arm.cc | 2954 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 …]
|
D | lithium-arm.cc | 294 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/ |
D | lithium-ia32.h | 1472 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
|
D | lithium-codegen-ia32.cc | 2730 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 …]
|
D | lithium-ia32.cc | 291 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()
|
D | lithium-codegen-ia32.h | 212 int arity,
|
/external/chromium/testing/gmock/include/gmock/internal/ |
D | gmock-generated-internal-utils.h.pump | 5 $var n = 10 $$ The maximum arity we support.
|