Searched refs:argument (Results 1 - 25 of 25) sorted by relevance

/art/runtime/simulator/
H A DAndroid.mk30 $$(error expected target or host for argument 1, received $(1))
35 $$(error expected ndebug or debug for argument 2, received $(2))
/art/disassembler/
H A DAndroid.mk33 $$(error expected target or host for argument 1, received $(1))
38 $$(error expected ndebug or debug for argument 2, received $(2))
/art/benchmark/
H A DAndroid.mk30 $$(error expected target or host for argument 1, received $(1))
/art/cmdline/detail/
H A Dcmdline_parse_argument_detail.h36 // A non-templated base class for argument parsers. Used by the general parser
37 // to parse arguments, without needing to know the argument type at compile time.
43 // Attempt to parse this argument starting at arguments[position].
56 // argument.
58 // How many tokens should be taken off argv for parsing this argument.
61 // A [min,max] range is returned to represent argument definitions with multiple
64 // Get the run-time typename of the argument type.
66 // Try to do a close match, returning how many tokens were matched against this argument
72 // a guarantee that the argument is correct, it's more of a strong hint that the
73 // user-provided input *probably* was trying to match this argument
382 ParseArgumentSingle(const std::string& argument) argument
[all...]
/art/test/
H A DAndroid.libarttest.mk61 $$(error expected target or host for argument 1, received $(1))
66 $$(error d or empty for argument 2, received $(2))
H A DAndroid.libnativebridgetest.mk33 $$(error expected target or host for argument 1, received $(1))
/art/compiler/optimizing/
H A Dinliner.cc1127 HInstruction* argument = invoke_instruction->InputAt(parameter_index++); local
1128 if (argument->IsNullConstant()) {
1130 } else if (argument->IsIntConstant()) {
1131 current->ReplaceWith(callee_graph->GetIntConstant(argument->AsIntConstant()->GetValue()));
1132 } else if (argument->IsLongConstant()) {
1133 current->ReplaceWith(callee_graph->GetLongConstant(argument->AsLongConstant()->GetValue()));
1134 } else if (argument->IsFloatConstant()) {
1136 callee_graph->GetFloatConstant(argument->AsFloatConstant()->GetValue()));
1137 } else if (argument->IsDoubleConstant()) {
1139 callee_graph->GetDoubleConstant(argument
[all...]
H A Dinstruction_simplifier.cc1500 HInstruction* argument = instruction->InputAt(1); local
1502 if (receiver == argument) {
1504 // a null check if we don't know it's null. The argument however, will
1507 DCHECK(CanEnsureNotNullAt(argument, instruction));
1512 if (CanEnsureNotNullAt(argument, instruction)) {
1516 ReferenceTypeInfo argument_rti = argument->GetReferenceTypeInfo();
H A Dintrinsics_mips64.cc1353 GpuRegister argument = locations->InAt(1).AsRegister<GpuRegister>(); local
1356 __ Beqzc(argument, slow_path->GetEntryLabel());
1422 // Instanceof check for the argument by comparing class fields.
1425 // If the argument is a string object, its class field must be equal to receiver's class field.
1430 // Load lengths of this and argument strings.
H A Dintrinsics_arm.cc1005 Register argument = locations->InAt(1).AsRegister<Register>(); local
1006 __ cmp(argument, ShifterOperand(0));
1061 // Instanceof check for the argument by comparing class fields.
1064 // If the argument is a string object, its class field must be equal to receiver's class field.
1070 // Load lengths of this and argument strings.
H A Dintrinsics_arm64.cc1191 Register argument = WRegisterFrom(locations->InAt(1)); local
1192 __ Cmp(argument, 0);
1249 // Instanceof check for the argument by comparing class fields.
1252 // If the argument is a string object, its class field must be equal to receiver's class field.
1258 // Load lengths of this and argument strings.
H A Dintrinsics_x86.cc1270 Register argument = locations->InAt(1).AsRegister<Register>(); local
1271 __ testl(argument, argument);
1322 // Instanceof check for the argument by comparing class fields.
1325 // If the argument is a string object, its class field must be equal to receiver's class field.
H A Dintrinsics_x86_64.cc1376 CpuRegister argument = locations->InAt(1).AsRegister<CpuRegister>(); local
1377 __ testl(argument, argument);
1426 // Instanceof check for the argument by comparing class fields.
1429 // If the argument is a string object, its class field must be equal to receiver's class field.
H A Dintrinsics_mips.cc1504 // The "offset" argument is passed as a "long". Since this code is for
1614 // The "offset" argument is passed as a "long", i.e., it's 64-bits in
1942 Register argument = locations->InAt(1).AsRegister<Register>(); local
1945 __ Beqz(argument, slow_path->GetEntryLabel());
2012 // Instanceof check for the argument by comparing class fields.
2015 // If the argument is a string object, its class field must be equal to receiver's class field.
2020 // Load lengths of this and argument strings.
H A Dnodes.h2809 // Represents the ArtMethod that was passed as a first argument to
3696 void SetArgumentAt(size_t index, HInstruction* argument) { argument
3697 SetRawInputAt(index, argument);
3702 // instructions (e.g. HInvokeStaticOrDirect) can have non-argument
3919 // There is potentially one extra argument for the HCurrentMethod node, and
4799 // Whether or not the parameter value corresponds to 'this' argument.
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S85 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
132 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
137 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
225 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
242 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
247 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
375 addiu $sp, $sp, -16 # make space for argument slots for memcpy
557 * NOTE: "this" is first visable argument of the target, and so can be found in arg1/$a1.
598 lw $\reg, -4($\next_arg) # next_arg points to argument after the current one (offset is 4)
604 lw $\reg1, -8($\next_arg) # next_arg points to argument afte
[all...]
/art/build/
H A DAndroid.executable.mk35 $$(error expected target or host for argument 5, received $(5))
40 $$(error expected ndebug or debug for argument 6, received $(6))
204 # $(8): host prefer 32-bit: {true, false} (default: false). If argument
H A DAndroid.gtest.mk557 $$(error expected target or host for argument 1, received $(1))
694 $$(error argument mismatch $(1) and ($2))
701 $$(error argument mismatch $(1) and ($2))
/art/compiler/jit/
H A Djit_compiler.cc114 for (const std::string& argument : Runtime::Current()->GetCompilerOptions()) {
115 compiler_options_->ParseCompilerOption(argument, Usage);
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S646 * NOTE: "this" is first visable argument of the target, and so can be found in arg1/$a1.
689 # t2 = number of argument bytes remain
693 lbu $t3, 0($t0) # get argument type from shorty
748 * a1 = argument array that must at least contain the this ptr.
749 * a2 = size of argument array in bytes
778 dsubu $sp, $sp, $t3 # reserve stack space for argument array
782 daddiu $t2, $a2, -4 # t2 = number of argument bytes remain (skip this ptr)
792 ble $t2, $zero, call_fn # t2 = number of argument bytes remain
794 lw $t3, 0($t1) # load from argument array
798 bgt $t2, $zero, 1b # t2 = number of argument byte
[all...]
/art/compiler/
H A DAndroid.mk184 $$(error expected target or host for argument 1, received $(1))
189 $$(error expected ndebug or debug for argument 2, received $(2))
/art/runtime/
H A Dreflection.cc232 StringPrintf("method %s argument %zd has type %s, got %s",
260 StringPrintf("method %s argument %zd has type %s, got %s", \
369 LOG(ERROR) << "Internal error: unresolvable type for argument type in JNI invoke: "
378 mirror::Object* argument = local
380 if (argument != nullptr && !argument->InstanceOf(param_type)) {
382 << PrettyTypeOf(argument) << " as argument " << (i + 1)
393 << arg << " as argument " << (i + 1) << " to " << PrettyMethod(m);
399 << arg << " as argument " << (
[all...]
H A DAndroid.mk417 $$(error expected target or host for argument 1, received $(1))
422 $$(error expected ndebug or debug for argument 2, received $(2))
427 $$(error expected libart of libopenjdkjvm for argument 4, received $(4))
H A Ddebugger.cc277 // Was there a -Xrunjdwp or -agentlib:jdwp= argument on the command line?
1461 * slots to dex style argument placement.
3933 // Check the argument list matches the method.
3951 // Did we really get an argument of an appropriate reference type?
3956 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i], &error); local
3960 if (argument != nullptr && !argument->InstanceOf(parameter_type)) {
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S350 * NOTE: "this" is first visible argument of the target, and so can be found in arg1/r1.
391 * r1 = argument array or null for no argument methods
392 * r2 = size of argument array in bytes
396 * [sp + 8] = core register argument array
397 * [sp + 12] = fp register argument array
433 ldr ip, [r11, #48] @ load fp register argument array pointer
436 ldr ip, [r11, #44] @ load core register argument array pointer
515 vldm r1, {s0-s31} @ load all fprs from argument fprs_
519 ldm r0, {r3-r13} @ load remaining gprs from argument gprs
[all...]

Completed in 268 milliseconds