Searched refs:argCount (Results 26 - 33 of 33) sorted by relevance

12

/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dutils.c359 register argument_t *count = arg->argCount;
365 * Note arg->argCount->argMultiplier == btype->itNumber.
576 argument_t *count = arg->argCount;
764 fprintf(file, ", %s);\n", arg->argCount->argVarName);
H A Dhandler.c391 argument_t *count = arg->argCount;
603 register argument_t *count = arg->argCount;
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArrayPrototype.cpp431 size_t argCount = exec->argumentCount(); local
442 if (i == argCount)
474 if (i == argCount)
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp174 void handleCall(int result, NodeType op, CodeSpecializationKind, unsigned instructionSize, int callee, int argCount, int registerOffset);
814 Node* addCall(int result, NodeType op, int callee, int argCount, int registerOffset)
819 size_t parameterSlots = JSStack::CallFrameHeaderSize - JSStack::CallerFrameAndPCSize + argCount;
824 for (int i = 0 + dummyThisArgument; i < argCount; ++i)
2978 unsigned argCount = inlineCallFrame()->arguments.size();
2983 registerOffset -= argCount; // We will be passing some arguments.
2999 for (unsigned argument = 1; argument < argCount; ++argument)
3004 callee, argCount, registerOffset);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistUtil.tcl1979 set argCount [llength $columns]
1985 for {set n 0} {$n < $argCount} {incr n} {
1995 if {[incr n] == $argCount} {
2004 if {[incr n] < $argCount} {
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dsmpdtfmt.cpp2622 int32_t argCount; local
2623 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount);
2624 if (args != NULL && argCount == 1 && pos.getIndex() > parseStart && args[0].isNumeric()) {
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.cpp410 int argCount = (++it)->u.operand; local
413 out.printf("%s, %s, %d, %d", registerName(dst).data(), registerName(func).data(), argCount, registerOffset);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.cpp9019 unsigned argCount() const { return m_argCount; } function in class:WebCore::TransformOperationInfo
9023 bool hasCorrectArgCount(unsigned argCount) { return m_argCount == argCount || (m_allowSingleArgument && argCount == 1); } argument

Completed in 375 milliseconds

12