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

/art/build/
H A DAndroid.executable.mk36 $$(error expected target or host for argument 5, received $(5))
41 $$(error expected ndebug or debug for argument 6, received $(6))
H A DAndroid.libarttest.mk26 $$(error expected target or host for argument 1, received $(1))
H A DAndroid.gtest.mk93 $$(error expected target or host for argument 1, received $(1))
/art/compiler/
H A DAndroid.mk123 $$(error expected target or host for argument 1, received $(1))
128 $$(error expected ndebug or debug for argument 2, received $(2))
/art/runtime/
H A DAndroid.mk262 $$(error expected target or host for argument 1, received $(1))
267 $$(error expected ndebug or debug for argument 2, received $(2))
H A Djni_internal.cc116 LOG(ERROR) << "Internal error: unresolvable type for argument type in JNI invoke: "
123 Object* argument = reinterpret_cast<Object*>(args[i + offset]); local
124 if (argument != NULL && !argument->InstanceOf(param_type)) {
126 << PrettyTypeOf(argument) << " as argument " << (i + 1) << " to " << PrettyMethod(m);
135 // with an argument.
H A Ddebugger.cc163 // Was there a -Xrunjdwp or -agentlib:jdwp= argument on the command line?
1219 * TODO: jdb uses the value to determine whether a variable is a local or an argument,
1221 * have to "mangle" all the arguments to come first, not just the implicit argument 'this'.
2703 // Check the argument list matches the method.
2716 // Did we really get an argument of an appropriate reference type?
2718 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i]); local
2719 if (argument == ObjectRegistry::kInvalidObject) {
2722 if (!argument->InstanceOf(parameter_type)) {
/art/runtime/arch/arm/
H A Dportable_entrypoints_arm.S23 * r1 = argument array or NULL for no argument methods
24 * r2 = size of argument array in bytes
46 sub sp, r5 @ reserve stack space for argument array
86 @ Begin argument set up.
H A Dquick_entrypoints_arm.S205 * NOTE: "this" is first visible argument of the target, and so can be found in arg1/r1.
250 * r1 = argument array or NULL for no argument methods
251 * r2 = size of argument array in bytes
273 sub sp, r5 @ reserve stack space for argument array
296 vldm r1, {s0-s31} @ load all fprs from argument fprs_
299 ldm r0, {r3-r14} @ load remaining gprs from argument gprs_
570 mov r3, r2 @ pass one half of wide argument
571 mov r2, r1 @ pass other half of wide argument
896 add sp, #16 @ remove out argument an
[all...]
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S350 * NOTE: "this" is first visable argument of the target, and so can be found in arg1/$a1.
400 * a1 = argument array or NULL for no argument methods
401 * a2 = size of argument array in bytes
429 subu $sp, $sp, $t0 # reserve stack space for argument array
432 addiu $sp, $sp, -16 # make space for argument slots for memcpy

Completed in 1664 milliseconds