Searched refs:m_jitType (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlockWithJITType.h40 , m_jitType(jitType)
46 m_codeBlock->dumpAssumingJITType(out, m_jitType);
50 JITCode::JITType m_jitType; member in class:JSC::CodeBlockWithJITType
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCode.h83 : m_jitType(None)
89 , m_jitType(jitType)
163 return m_jitType;
182 , m_jitType(jitType)
187 JITType m_jitType;

Completed in 105 milliseconds