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

/external/webkit/JavaScriptCore/runtime/
H A DExecutable.cpp146 if (!BytecodeGenerator::dumpsGeneratedCode())
157 if (!BytecodeGenerator::dumpsGeneratedCode())
168 if (!BytecodeGenerator::dumpsGeneratedCode())
/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h76 static void setDumpsGeneratedCode(bool dumpsGeneratedCode);
77 static bool dumpsGeneratedCode();
H A DBytecodeGenerator.cpp122 void BytecodeGenerator::setDumpsGeneratedCode(bool dumpsGeneratedCode) argument
125 s_dumpsGeneratedCode = dumpsGeneratedCode;
127 UNUSED_PARAM(dumpsGeneratedCode);
131 bool BytecodeGenerator::dumpsGeneratedCode() function in class:JSC::BytecodeGenerator

Completed in 23 milliseconds