Searched defs:numberOfValueProfiles (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.cpp398 unsigned numberOfValueProfiles = m_codeBlock->numberOfValueProfiles(); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h404 unsigned numberOfValueProfiles() { return m_valueProfileCount; } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h613 unsigned numberOfValueProfiles() { return m_valueProfiles.size(); } function in class:JSC::CodeBlock

Completed in 178 milliseconds