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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp654 void CodeBlock::beginDumpProfiling(PrintStream& out, bool& hasPrintedProfiling) argument
656 if (hasPrintedProfiling) {
662 hasPrintedProfiling = true;
665 void CodeBlock::dumpValueProfiling(PrintStream& out, const Instruction*& it, bool& hasPrintedProfiling) argument
672 beginDumpProfiling(out, hasPrintedProfiling);
676 UNUSED_PARAM(hasPrintedProfiling);
680 void CodeBlock::dumpArrayProfiling(PrintStream& out, const Instruction*& it, bool& hasPrintedProfiling) argument
687 beginDumpProfiling(out, hasPrintedProfiling);
691 UNUSED_PARAM(hasPrintedProfiling);
696 void CodeBlock::dumpRareCaseProfile(PrintStream& out, const char* name, RareCaseProfile* profile, bool& hasPrintedProfiling) argument
709 bool hasPrintedProfiling = false; local
[all...]
H A DCodeBlock.h1116 void beginDumpProfiling(PrintStream&, bool& hasPrintedProfiling);
1117 void dumpValueProfiling(PrintStream&, const Instruction*&, bool& hasPrintedProfiling);
1118 void dumpArrayProfiling(PrintStream&, const Instruction*&, bool& hasPrintedProfiling);
1120 void dumpRareCaseProfile(PrintStream&, const char* name, RareCaseProfile*, bool& hasPrintedProfiling);

Completed in 141 milliseconds