Home
last modified time | relevance | path

Searched refs:numberOfStructureStubInfos (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJIT.cpp80 , 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()
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.h381 size_t numberOfStructureStubInfos() const { return m_structureStubInfos.size(); } in numberOfStructureStubInfos() function
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1617449 (JSC::CodeBlock::numberOfStructureStubInfos):