Searched refs:LazyOperandValueProfileParser (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DLazyOperandValueProfile.cpp61 LazyOperandValueProfileParser::LazyOperandValueProfileParser() { } function in class:JSC::LazyOperandValueProfileParser
62 LazyOperandValueProfileParser::~LazyOperandValueProfileParser() { }
64 void LazyOperandValueProfileParser::initialize(
77 LazyOperandValueProfile* LazyOperandValueProfileParser::getIfPresent(
89 SpeculatedType LazyOperandValueProfileParser::prediction(
H A DLazyOperandValueProfile.h149 class LazyOperandValueProfileParser;
163 friend class LazyOperandValueProfileParser;
167 class LazyOperandValueProfileParser { class in namespace:JSC
168 WTF_MAKE_NONCOPYABLE(LazyOperandValueProfileParser);
170 explicit LazyOperandValueProfileParser();
171 ~LazyOperandValueProfileParser();
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp1099 LazyOperandValueProfileParser m_lazyOperands;

Completed in 205 milliseconds