Searched refs:numberOfStructureStubInfos (Results 1 – 3 of 3) sorted by relevance
80 , m_propertyAccessCompilationInfo(codeBlock ? codeBlock->numberOfStructureStubInfos() : 0) in JIT()331 ASSERT(m_propertyAccessInstructionIndex == m_codeBlock->numberOfStructureStubInfos()); in privateCompileMainPass()431 ASSERT(m_propertyAccessInstructionIndex == m_codeBlock->numberOfStructureStubInfos()); in privateCompileSlowCases()532 for (unsigned i = 0; i < m_codeBlock->numberOfStructureStubInfos(); ++i) { in privateCompile()
381 size_t numberOfStructureStubInfos() const { return m_structureStubInfos.size(); } in numberOfStructureStubInfos() function
17449 (JSC::CodeBlock::numberOfStructureStubInfos):