arguments 1547 core/CodegenLIR.cpp LIns* arguments = callIns(FUNCTIONID(createArgumentsHelper), 3, arguments 1550 core/CodegenLIR.cpp localSet(firstLocal, arguments, ARRAY_TYPE); arguments 1820 core/MethodEnv.cpp ArrayObject *arguments = toplevel->arrayClass->newarray(atomv+1,argc); arguments 1830 core/MethodEnv.cpp arguments->setStringProperty(core()->kcallee, closure->atom()); arguments 1831 core/MethodEnv.cpp arguments->setStringPropertyIsEnumerable(core()->kcallee, false); arguments 1832 core/MethodEnv.cpp return arguments; arguments 362 core/avmplusDebugger.cpp if (frame && frame->arguments(arr, count)) arguments 143 core/avmplusDebugger.h virtual bool arguments(Atom*& ar, int& count) = 0; arguments 570 core/avmplusDebugger.h bool arguments(Atom*& ar, int& count); arguments 597 eval/eval-cogen-expr.cpp cogen->I_callproplex(n.sym, cogen->arguments(arguments)); arguments 603 eval/eval-cogen-expr.cpp cogen->I_callproperty(n.sym, cogen->arguments(arguments)); arguments 609 eval/eval-cogen-expr.cpp cogen->I_call(cogen->arguments(arguments)); arguments 616 eval/eval-cogen-expr.cpp cogen->I_construct(cogen->arguments(arguments)); arguments 222 eval/eval-cogen.h uint32_t arguments(Seq<Expr*>* args); arguments 439 eval/eval-parse.h NewExpr(Expr* fn, Seq<Expr*>* arguments) : fn(fn), arguments(arguments) {} arguments 442 eval/eval-parse.h Seq<Expr*>* const arguments; arguments 447 eval/eval-parse.h CallExpr(Expr* fn, Seq<Expr*>* arguments, uint32_t pos) : Expr(pos), fn(fn), arguments(arguments) {} arguments 450 eval/eval-parse.h Seq<Expr*>* const arguments; arguments 246 shell/DebugCLI.cpp frame->arguments(ptr, count); arguments 533 shell/DebugCLI.cpp frame->arguments(ptr, count); arguments 423 shell/ShellCore.cpp SystemClass::user_argv = settings.arguments; arguments 69 shell/ShellCore.h char** arguments; // non-terminated array of argument values, never NULL arguments 639 shell/avmshell.cpp settings.arguments = &argv[i]; arguments 931 shell/avmshell.cpp if (settings.arguments == NULL) { arguments 932 shell/avmshell.cpp settings.arguments = &argv[argc]; arguments 937 shell/avmshell.cpp AvmAssert(settings.arguments != NULL && settings.numargs != -1);