Searched refs:LazyOperandValueProfileKey (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DLazyOperandValueProfile.h43 class LazyOperandValueProfileKey { class in namespace:JSC
45 LazyOperandValueProfileKey() function in class:JSC::LazyOperandValueProfileKey
51 LazyOperandValueProfileKey(WTF::HashTableDeletedValueType) function in class:JSC::LazyOperandValueProfileKey
57 LazyOperandValueProfileKey(unsigned bytecodeOffset, int operand) function in class:JSC::LazyOperandValueProfileKey
69 bool operator==(const LazyOperandValueProfileKey& other) const
101 static unsigned hash(const LazyOperandValueProfileKey& key) { return key.hash(); }
103 const LazyOperandValueProfileKey& a,
104 const LazyOperandValueProfileKey& b) { return a == b; }
113 template<> struct DefaultHash<JSC::LazyOperandValueProfileKey> {
118 template<> struct HashTraits<JSC::LazyOperandValueProfileKey>
[all...]
H A DLazyOperandValueProfile.cpp48 const LazyOperandValueProfileKey& key)
78 const LazyOperandValueProfileKey& key) const
80 HashMap<LazyOperandValueProfileKey, LazyOperandValueProfile*>::const_iterator iter =
90 const LazyOperandValueProfileKey& key) const
H A DMethodOfGettingAValueProfile.cpp36 CodeBlock* codeBlock, const LazyOperandValueProfileKey& key)
57 LazyOperandValueProfileKey(
H A DMethodOfGettingAValueProfile.h42 class LazyOperandValueProfileKey;
62 CodeBlock*, const LazyOperandValueProfileKey&);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h456 LazyOperandValueProfileKey(
H A DDFGByteCodeParser.cpp269 LazyOperandValueProfileKey(m_currentIndex, node->local()));

Completed in 75 milliseconds