Searched defs:argument (Results 101 - 125 of 140) sorted by relevance

123456

/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h2314 LOperand* argument(int i) { return inputs_[i]; } function in class:v8::internal::FINAL
/external/qemu/
H A Dvl-android.c1669 * result Passes the parsed integer in this argument
1726 char *argument = strdup(optarg), *p = argument; local
1742 "Invalid argument for -net-forward, we expect "
1780 free(argument);
1784 /* Parses an -allow-tcp or -allow-udp argument and inserts a corresponding
1793 char *argument = strdup(optarg), *p = argument; local
1803 "Invalid argument %s for -allow. We expect "
1820 free(argument);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp3942 CSSParserValue* argument = args->next(); local
3944 if (!argument)
3948 while (argument) {
3949 radiusArguments.append(argument);
3950 argument = args->next();
4014 CSSParserValue* argument = args->current(); local
4018 while (argument) {
4019 if (argument->unit == CSSPrimitiveValue::CSS_IDENT && argument->id == CSSValueRound) {
4025 if (!validUnit(argument, unitFlag
4263 CSSParserValue* argument = args->current(); local
7170 CSSParserValue* argument = args->current(); local
7181 CSSParserValue* argument = args->current(); local
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc2968 // The argument count parameter is a smi
3181 // There are two words between the frame pointer and the last argument.
3356 // during bound check elimination with the index argument to the bounds
3468 // Arguments adaptor frame present. Get argument length from there.
3587 LOperand* argument = instr->value(); local
3588 if (argument->IsDoubleRegister() || argument->IsDoubleStackSlot()) {
3591 Register argument_reg = EmitLoadRegister(argument, ip);
3622 __ push(cp); // The context is the first argument.
3689 // Check the sign of the argument
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc2757 // The argument count parameter is a smi
3037 // There are two words between the frame pointer and the last argument.
3259 // Arguments adaptor frame present. Get argument length from there.
3365 LOperand* argument = instr->value(); local
3366 EmitPushTaggedOperand(argument);
3394 __ push(esi); // The context is the first argument.
3535 // Check the sign of the argument. If the argument is positive, just
3946 // look at the first argument
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc2861 // The argument count parameter is a smi
3077 // There are two words between the frame pointer and the last argument.
3262 // during bound check elimination with the index argument to the bounds
3381 // Arguments adaptor frame present. Get argument length from there.
3501 LOperand* argument = instr->value(); local
3502 if (argument->IsDoubleRegister() || argument->IsDoubleStackSlot()) {
3505 Register argument_reg = EmitLoadRegister(argument, at);
3538 // The context is the first argument.
3601 // Check the sign of the argument
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc2831 // The argument count parameter is a smi
3061 // There are two words between the frame pointer and the last argument.
3264 // during bound check elimination with the index argument to the bounds
3406 // Arguments adaptor frame present. Get argument length from there.
3530 LOperand* argument = instr->value(); local
3531 if (argument->IsDoubleRegister() || argument->IsDoubleStackSlot()) {
3534 Register argument_reg = EmitLoadRegister(argument, at);
3567 // The context is the first argument.
3630 // Check the sign of the argument
[all...]
/external/chromium_org/v8/src/
H A Dpreparser.h1480 // All ParseXXX functions take as the last argument an *ok parameter
2116 ExpressionT argument = this->ParseAssignmentExpression( local
2118 result->Add(argument, zone_);
H A Dhydrogen-instructions.h2131 HValue* argument(int i) { return OperandAt(i); } function in class:v8::FINAL
2217 // The argument count includes the receiver.
2305 // The argument count includes the receiver.
2374 // The argument count includes the receiver.
3420 void AddArgument(HValue* argument, Zone* zone) { argument
3422 SetOperandAt(values_.length() - 1, argument);
H A Dhydrogen.cc7227 HValue* argument = arguments_values->at(i); local
7228 HInstruction* push_argument = New<HPushArguments>(argument);
7462 // argument adaptor and instead call the function directly
8116 HValue* argument = Pop(); local
8118 HInstruction* op = NewUncasted<HUnaryMathOperation>(argument, id);
8170 HValue* argument = Pop(); local
8172 HInstruction* result = NewUncasted<HStringCharFromCode>(argument);
8188 HValue* argument = Pop(); local
8190 HInstruction* op = NewUncasted<HUnaryMathOperation>(argument, id);
9181 // In the single constant argument cas
9184 HValue* argument = environment()->Top(); local
9233 HValue* argument = Top(); local
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc2757 // remove the third argument from the stack before jumping
2826 // The argument count parameter is a smi
3069 // There are two words between the frame pointer and the last argument.
3345 // Arguments adaptor frame present. Get argument length from there.
3450 LOperand* argument = instr->value(); local
3451 EmitPushTaggedOperand(argument);
3479 __ Push(rsi); // The context is the first argument.
3625 // Check the sign of the argument. If the argument is positive, just
4044 // look at the first argument
[all...]
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc3054 // The argument count parameter is a smi
3327 // There are two words between the frame pointer and the last argument.
3546 // Arguments adaptor frame present. Get argument length from there.
3652 LOperand* argument = instr->value(); local
3653 EmitPushTaggedOperand(argument);
3681 __ push(esi); // The context is the first argument.
3822 // Check the sign of the argument. If the argument is positive, just
4366 // look at the first argument
/external/clang/lib/Sema/
H A DSemaChecking.cpp50 /// Checks that a call expression's argument count is the desired number.
70 /// Check that the first argument to __builtin_annotation is an integer
71 /// and the second argument is a non-wide string literal.
76 // First argument should be an integer.
85 // Second argument should be a constant string.
98 /// Check that the argument to __builtin_addressof is a glvalue, and set the
508 // Inspect the pointer argument of the atomic builtin. This should always be
543 // Finally, do the cast and replace the argument with the corrected version.
588 // Initialize the argument to be stored.
686 // The way the format attribute works in GCC, the implicit this argument
7502 checkRetainCycles(Expr *receiver, Expr *argument) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar ... URI artifactLocation private String artifactRepoName private String operation private String argument private String features private String bundles private String base private ...
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 4735 milliseconds

123456