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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlockWithJITType.h36 class CodeBlockWithJITType { class in namespace:JSC
38 CodeBlockWithJITType(CodeBlock* codeBlock, JITCode::JITType jitType) function in class:JSC::CodeBlockWithJITType
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGDisassembler.cpp31 #include "CodeBlockWithJITType.h"
70 out.print("Generated DFG JIT code for ", CodeBlockWithJITType(m_graph.m_codeBlock, JITCode::DFGJIT), ", instruction count = ", m_graph.m_codeBlock->instructionCount(), ":\n");
H A DDFGGraph.cpp30 #include "CodeBlockWithJITType.h"
323 dataLog("DFG for ", CodeBlockWithJITType(m_codeBlock, JITCode::DFGJIT), ":\n");
H A DDFGByteCodeParser.cpp34 #include "CodeBlockWithJITType.h"
3630 " for inlining at ", CodeBlockWithJITType(m_codeBlock, JITCode::DFGJIT),
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDisassembler.cpp32 #include "CodeBlockWithJITType.h"
88 out.print("Generated Baseline JIT code for ", CodeBlockWithJITType(m_codeBlock, JITCode::BaselineJIT), ", instruction count = ", m_codeBlock->instructionCount(), "\n");

Completed in 199 milliseconds