HomeSort by relevance Sort by last modified time
    Searched refs:DFG (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.h 31 #include <dfg/DFGGraph.h>
38 namespace DFG {
44 } } // namespace JSC::DFG
DFGAliasTracker.h 31 #include <dfg/DFGGraph.h>
34 namespace JSC { namespace DFG {
118 } } // namespace JSC::DFG
DFGGraph.h 31 #include <dfg/DFGNode.h>
39 namespace DFG {
108 } } // namespace JSC::DFG
DFGScoreBoard.h 31 #include <dfg/DFGGraph.h>
34 namespace JSC { namespace DFG {
128 } } // namespace JSC::DFG
DFGOperations.h 31 #include <dfg/DFGJITCompiler.h>
37 namespace DFG {
87 } } // namespace JSC::DFG
DFGGenerationInfo.h 31 #include <dfg/DFGJITCompiler.h>
33 namespace JSC { namespace DFG {
235 } } // namespace JSC::DFG
DFGGraph.cpp 33 namespace JSC { namespace DFG {
179 } } // namespace JSC::DFG
DFGRegisterBank.h 31 #include <dfg/DFGJITCompiler.h>
33 namespace JSC { namespace DFG {
250 } } // namespace JSC::DFG
DFGNode.h 41 // Disable the DFG JIT without having to touch Platform.h!
43 // Generate stats on how successful we were in making use of the DFG jit, and remaining on the hot path.
51 namespace JSC { namespace DFG {
352 } } // namespace JSC::DFG
DFGNonSpeculativeJIT.h 31 #include <dfg/DFGJITCodeGenerator.h>
33 namespace JSC { namespace DFG {
255 } } // namespace JSC::DFG
DFGSpeculativeJIT.h 31 #include <dfg/DFGJITCodeGenerator.h>
33 namespace JSC { namespace DFG {
368 } } // namespace JSC::DFG
DFGJITCompiler.h 33 #include <dfg/DFGGraph.h>
42 namespace DFG {
101 // DFG::JITCompiler is responsible for generating JIT code from the dataflow graph.
109 JITCompiler(JSGlobalData* globalData, Graph& dfg, CodeBlock* codeBlock)
111 , m_graph(dfg)
325 } } // namespace JSC::DFG
DFGOperations.cpp 37 namespace JSC { namespace DFG {
243 } } // namespace JSC::DFG
DFGJITCompiler.cpp 40 namespace JSC { namespace DFG {
323 // FIXME: change this from a cti call to a DFG style operation (normal C calling conventions).
334 // FIXME: change this from a cti call to a DFG style operation (normal C calling conventions).
431 } } // namespace JSC::DFG
DFGNonSpeculativeJIT.cpp 33 namespace JSC { namespace DFG {
593 case DFG::Jump: {
687 } } // namespace JSC::DFG
DFGSpeculativeJIT.cpp 31 namespace JSC { namespace DFG {
641 case DFG::Jump: {
822 } } // namespace JSC::DFG
DFGJITCodeGenerator.cpp 35 namespace JSC { namespace DFG {
556 } } // namespace JSC::DFG
DFGJITCodeGenerator.h 32 #include <dfg/DFGGenerationInfo.h>
33 #include <dfg/DFGGraph.h>
34 #include <dfg/DFGJITCompiler.h>
35 #include <dfg/DFGOperations.h>
36 #include <dfg/DFGRegisterBank.h>
38 namespace JSC { namespace DFG {
    [all...]
DFGByteCodeParser.cpp 35 namespace JSC { namespace DFG {
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Executable.cpp 207 DFG::Graph dfg;
208 if (!parse(dfg, globalData, codeBlock))
211 DFG::JITCompiler dataFlowJIT(globalData, dfg, codeBlock);

Completed in 141 milliseconds