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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCode.cpp48 case JSC::JITCode::DFGJIT:
H A DJITCode.h53 enum JITType { None, HostCallThunk, InterpreterThunk, BaselineJIT, DFGJIT }; enumerator in enum:JSC::JITCode::JITType
62 return DFGJIT;
67 ASSERT_UNUSED(jitType, jitType == BaselineJIT || jitType == DFGJIT);
68 return DFGJIT;
73 return jitType == DFGJIT;
H A DJITDriver.h56 if (jitType == JITCode::DFGJIT)
94 if (jitType == JITCode::DFGJIT)
H A DJITStubs.cpp1988 ASSERT(optimizedCodeBlock->getJITType() == JITCode::DFGJIT);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tools/
H A DCodeProfile.cpp49 "[[DFGJIT]]",
108 if (codeBlock->getJITType() == JITCode::DFGJIT)
109 type = DFGJIT;
H A DCodeProfile.h65 DFGJIT, enumerator in enum:JSC::CodeProfile::CodeType
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DDFGCodeBlocks.cpp55 ASSERT(codeBlock->getJITType() == JITCode::DFGJIT);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOSREntry.cpp42 ASSERT(codeBlock->getJITType() == JITCode::DFGJIT);
H A DDFGJITCompiler.cpp275 JITCode::DFGJIT);
370 JITCode::DFGJIT);
H A DDFGDisassembler.cpp70 out.print("Generated DFG JIT code for ", CodeBlockWithJITType(m_graph.m_codeBlock, JITCode::DFGJIT), ", instruction count = ", m_graph.m_codeBlock->instructionCount(), ":\n");
H A DDFGOSRExitCompiler.cpp49 ASSERT(codeBlock->getJITType() == JITCode::DFGJIT);
H A DDFGVariableEventStream.cpp112 ASSERT(codeBlock->getJITType() == JITCode::DFGJIT);
H A DDFGGraph.cpp323 dataLog("DFG for ", CodeBlockWithJITType(m_codeBlock, JITCode::DFGJIT), ":\n");
H A DDFGOperations.cpp1735 ASSERT(codeBlock->replacement()->getJITType() == JITCode::DFGJIT);
H A DDFGByteCodeParser.cpp3630 " for inlining at ", CodeBlockWithJITType(m_codeBlock, JITCode::DFGJIT),
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.h434 if (m_jitCode.jitType() == JITCode::DFGJIT) {
479 ASSERT(replacement()->getJITType() == JITCode::DFGJIT);
1442 if (LIKELY(!codeBlock() || codeBlock()->getJITType() != JITCode::DFGJIT))
H A DCodeBlock.cpp2391 if (getJITCode().jitType() == JITCode::DFGJIT)
2397 if (getJITCode().jitType() == JITCode::DFGJIT)
3097 ASSERT(getJITType() == JITCode::DFGJIT);
3234 ASSERT(getJITType() == JITCode::DFGJIT);
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp514 if (codeBlock->getJITType() == JITCode::DFGJIT)
541 if (callerCodeBlock && callerCodeBlock->getJITType() == JITCode::DFGJIT) {
562 } else if (callerCodeBlock && callerCodeBlock->getJITType() == JITCode::DFGJIT) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutable.cpp185 case JITCode::DFGJIT:

Completed in 139 milliseconds