/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 | 319 Int i, arity = 0; in guest_arm_spechelper() local 321 arity++; in guest_arm_spechelper() 325 for (i = 0; i < arity; i++) { in guest_arm_spechelper() 337 vassert(arity == 4); in guest_arm_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()
|
D | guest_amd64_helpers.c | 882 Int i, arity = 0; in guest_amd64_spechelper() local 884 arity++; in guest_amd64_spechelper() 888 for (i = 0; i < arity; i++) { in guest_amd64_spechelper() 900 vassert(arity == 5); in guest_amd64_spechelper() 1316 vassert(arity == 4); in guest_amd64_spechelper()
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/ |
D | Function_object.js | 57 3, f.arity);
|
/external/llvm/test/Transforms/LoopRotate/ |
D | PhiRename-1.ll | 28 define i32 @opsOfArity(i32 %arity) { 36 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/arm/ |
D | lithium-arm.h | 1411 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1426 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1439 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1448 int arity() const { return hydrogen()->argument_count() - 2; } in DECLARE_HYDROGEN_ACCESSOR() 1460 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1472 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1487 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1497 int arity() const { return hydrogen()->argument_count(); } in arity() function
|
D | lithium-codegen-arm.cc | 2689 int arity, in CallKnownFunction() argument 2703 __ mov(r0, Operand(arity)); in CallKnownFunction() 2724 CallKnownFunction(instr->function(), instr->arity(), instr); in DoCallConstantFunction() 3041 int arity = instr->arity(); in DoCallKeyed() local 3043 isolate()->stub_cache()->ComputeKeyedCallInitialize(arity, NOT_IN_LOOP); in DoCallKeyed() 3052 int arity = instr->arity(); in DoCallNamed() local 3054 arity, NOT_IN_LOOP); in DoCallNamed() 3065 int arity = instr->arity(); in DoCallFunction() local 3066 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction() 3076 int arity = instr->arity(); in DoCallGlobal() local [all …]
|
D | lithium-arm.cc | 281 stream->Add("#%d / ", arity()); in PrintDataTo() 305 stream->Add("[r2] #%d / ", arity()); in PrintDataTo() 311 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo() 317 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo() 322 stream->Add("#%d / ", arity()); in PrintDataTo() 329 stream->Add(" #%d / ", arity()); in PrintDataTo()
|
D | lithium-codegen-arm.h | 208 int arity,
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1392 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1409 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1421 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1432 int arity() const { return hydrogen()->argument_count() - 2; } in DECLARE_HYDROGEN_ACCESSOR() 1444 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1456 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1471 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1481 int arity() const { return hydrogen()->argument_count(); } in arity() function
|
D | lithium-codegen-x64.cc | 2558 int arity, in CallKnownFunction() argument 2572 __ Set(rax, arity); in CallKnownFunction() 2596 CallKnownFunction(instr->function(), instr->arity(), instr); in DoCallConstantFunction() 2893 int arity = instr->arity(); in DoCallKeyed() local 2895 arity, NOT_IN_LOOP); in DoCallKeyed() 2904 int arity = instr->arity(); in DoCallNamed() local 2906 arity, NOT_IN_LOOP); in DoCallNamed() 2916 int arity = instr->arity(); in DoCallFunction() local 2917 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction() 2926 int arity = instr->arity(); in DoCallGlobal() local [all …]
|
D | lithium-codegen-x64.h | 195 int arity,
|
D | lithium-x64.cc | 283 stream->Add("#%d / ", arity()); in PrintDataTo() 307 stream->Add("[rcx] #%d / ", arity()); in PrintDataTo() 313 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo() 319 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo() 324 stream->Add("#%d / ", arity()); in PrintDataTo() 331 stream->Add(" #%d / ", arity()); in PrintDataTo()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1449 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1468 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1485 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1499 int arity() const { return hydrogen()->argument_count() - 2; } 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 1546 int arity() const { return hydrogen()->argument_count() - 1; } in arity() function 1556 int arity() const { return hydrogen()->argument_count(); } in arity() function
|
D | lithium-codegen-ia32.cc | 2543 int arity, in CallKnownFunction() argument 2559 __ mov(eax, arity); in CallKnownFunction() 2580 CallKnownFunction(instr->function(), instr->arity(), instr); in DoCallConstantFunction() 2904 int arity = instr->arity(); in DoCallKeyed() local 2906 ComputeKeyedCallInitialize(arity, NOT_IN_LOOP); in DoCallKeyed() 2915 int arity = instr->arity(); in DoCallNamed() local 2917 ComputeCallInitialize(arity, NOT_IN_LOOP); in DoCallNamed() 2927 int arity = instr->arity(); in DoCallFunction() local 2928 CallFunctionStub stub(arity, NOT_IN_LOOP, RECEIVER_MIGHT_BE_VALUE); in DoCallFunction() 2938 int arity = instr->arity(); in DoCallGlobal() local [all …]
|
D | lithium-codegen-ia32.h | 209 int arity,
|
D | lithium-ia32.cc | 283 stream->Add("#%d / ", arity()); in PrintDataTo() 307 stream->Add("[ecx] #%d / ", arity()); in PrintDataTo() 313 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo() 319 stream->Add("%s #%d / ", *name_string, arity()); in PrintDataTo() 324 stream->Add("#%d / ", arity()); in PrintDataTo() 331 stream->Add(" #%d / ", arity()); in PrintDataTo()
|
/external/v8/src/ |
D | type-info.cc | 150 int arity = expr->arguments()->length(); in CallReceiverTypes() local 160 arity); in CallReceiverTypes()
|
D | ast.cc | 677 static bool CanCallWithoutIC(Handle<JSFunction> target, int arity) { in CanCallWithoutIC() argument 683 info->formal_parameter_count() == arity; in CanCallWithoutIC()
|
/external/chromium/testing/gmock/include/gmock/internal/ |
D | gmock-generated-internal-utils.h.pump | 5 $var n = 10 $$ The maximum arity we support.
|