Searched refs:DFG (Results 276 - 290 of 290) sorted by relevance

<<1112

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp51 namespace JSC { namespace DFG { namespace in namespace:JSC
107 } } // namespace JSC::DFG
112 template<> struct DefaultHash<JSC::DFG::ConstantBufferKey> {
113 typedef JSC::DFG::ConstantBufferKeyHash Hash;
117 template<> struct HashTraits<JSC::DFG::ConstantBufferKey> : SimpleClassHashTraits<JSC::DFG::ConstantBufferKey> { };
121 namespace JSC { namespace DFG { namespace in namespace:JSC
315 // here and ensure that we have uses in DFG IR wherever there would have
1097 // which are based on OSR exit profiles that past DFG compilatins of this
3205 // Baseline->DFG OS
[all...]
H A DDFGCSEPhase.cpp40 namespace JSC { namespace DFG { namespace in namespace:JSC
1524 SamplingRegion samplingRegion("DFG CSE Phase");
1530 SamplingRegion samplingRegion("DFG Store Elimination Phase");
1534 } } // namespace JSC::DFG
H A DDFGGraph.cpp48 namespace JSC { namespace DFG { namespace in namespace:JSC
432 dataLog("DFG for ", CodeBlockWithJITType(m_codeBlock, JITCode::DFGJIT), ":\n");
502 dataLog("Dethreading DFG graph.\n");
504 SamplingRegion samplingRegion("DFG Dethreading");
873 } } // namespace JSC::DFG
H A DDFGGraph.h55 namespace DFG { namespace in namespace:JSC
928 } } // namespace JSC::DFG
H A DDFGFixupPhase.cpp38 namespace JSC { namespace DFG { namespace in namespace:JSC
1360 // We're being conservative here. We want DFG's ToString on StringObject to be
1362 // (that would call toString()). We don't want the DFG to have to distinguish
2044 SamplingRegion samplingRegion("DFG Fixup Phase");
2048 } } // namespace JSC::DFG
H A DDFGOperations.cpp62 namespace JSC { namespace DFG { namespace in namespace:JSC
1311 } } // namespace JSC::DFG
H A DDFGAbstractInterpreterInlines.h37 namespace JSC { namespace DFG { namespace in namespace:JSC
158 // DFG code at the point of the OSR had already initialized the lazy
197 // DFG execution.
2062 } } // namespace JSC::DFG
H A DDFGSpeculativeJIT32_64.cpp42 namespace JSC { namespace DFG { namespace in namespace:JSC
2900 case DFG::Jump: {
3744 // The DFG will have kept it alive, though it may not be in a register, and
4727 } } // namespace JSC::DFG
H A DDFGSpeculativeJIT64.cpp42 namespace JSC { namespace DFG { namespace in namespace:JSC
3062 case DFG::Jump: {
3857 // The DFG will have kept it alive, though it may not be in a register, and
4910 } } // namespace JSC::DFG
H A DDFGSpeculativeJIT.h45 namespace JSC { namespace DFG { namespace in namespace:JSC
3150 } } // namespace JSC::DFG
H A DDFGSpeculativeJIT.cpp44 namespace JSC { namespace DFG { namespace in namespace:JSC
595 JITCompiler::Jump result; // I already know that VC++ takes unkindly to the expression "return Jump()", so I'm doing it this way in anticipation of someone eventually using VC++ to compile the DFG.
5462 } } // namespace JSC::DFG
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLCompile.cpp49 using namespace DFG;
H A DFTLLowerDFGToLLVM.cpp51 using namespace DFG;
4883 ASSERT_UNUSED(mode, mode == ManualOperandSpeculation || DFG::isCell(edge.useKind()));
5862 // This means that the DFG's DCE proved that the value is dead in bytecode
5864 // acceptable since the DFG's DCE is by design more aggressive while still
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm1594 # since the DFG will never turn a get_argument_by_val into a GetByVal.
H A DLowLevelInterpreter64.asm1492 # since the DFG will never turn a get_argument_by_val into a GetByVal.

Completed in 282 milliseconds

<<1112