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

/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DVMInspector.cpp134 bool printArg(const char* format, ...);
135 virtual bool printArg(const char* format, va_list args);
144 // to primitive formats, and dispatches to underlying printArg() functions
147 // The non-public internal printArg() function is virtual and is responsible
157 // to be passed to printArg() and printed.
164 // 2. To hold a single "%..." format to be passed to printArg() to process
181 bool success = printArg("%s", buffer);
194 bool success = printArg("%s", buffer);
212 bool success = printArg("%c", '%');
250 printArg("
192 ASSERT(curr < end + 1); *curr = �; bool success = printArg(�, buffer); if (!success) { errorStr = buffer; goto handleError; } } if (c == �) break; startOfFormatSpecifier = p - 1; ASSERT(*startOfFormatSpecifier == �); c = *p++; if (c == �) { bool success = printArg(�, �); if (!success) { errorStr = p - 2; goto handleError; } continue; } if (c == �) { bool verbose = false; c = *p++; if (UNLIKELY(c == �)) { errorStr = p - 2; goto handleError; } if (c == �) { verbose = true; c= *p++; if (UNLIKELY(c == �)) { errorStr = p - 3; goto handleError; } } switch (c) { case �: { printWTFString(args, verbose); continue; } } } else if (c == �) { int value = va_arg(args, int); printArg(�, value ? � : �); continue; } p = startOfFormatSpecifier; ASSERT(*p == �); curr = buffer; *curr++ = *p++; c = *p++; if (c == � || c == � || c == � || c == � || c == � || c == �) { ABORT_IF_FORMAT_TOO_LONG(curr); *curr++ = c; c = *p++; } while (c >= � && c <= �) argument
397 bool FormatPrinter::printArg(const char* format, ...) function in class:JSC::FormatPrinter
406 bool FormatPrinter::printArg(const char* format, va_list args) function in class:JSC::FormatPrinter
458 bool FileFormatPrinter::printArg(const char* format, va_list args) function in class:JSC::FileFormatPrinter
483 bool StringFormatPrinter::printArg(const char* format, va_list args) function in class:JSC::StringFormatPrinter
512 bool StringNFormatPrinter::printArg(const char* format, va_list args) function in class:JSC::StringNFormatPrinter
[all...]

Completed in 79 milliseconds