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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.h417 UnlinkedValueProfile addValueProfile() { return m_valueProfileCount++; }
418 unsigned numberOfValueProfiles() { return m_valueProfileCount; }
553 unsigned m_valueProfileCount; member in class:JSC::UnlinkedCodeBlock
H A DUnlinkedCodeBlock.cpp221 , m_valueProfileCount(0)

Completed in 113 milliseconds