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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp665 while (m_labelScopes.size() && !m_labelScopes.last().refCount())
666 m_labelScopes.removeLast();
670 m_labelScopes.append(scope);
671 return &m_labelScopes.last();
1887 // The condition was previously coded as 'm_labelScopes.size() && !m_labelScopes.last().refCount()',
1892 while (m_labelScopes.size()) {
1893 if (m_labelScopes.last().refCount())
1895 m_labelScopes
[all...]
H A DBytecodeGenerator.h533 SegmentedVector<LabelScope, 8> m_labelScopes; member in class:JSC::BytecodeGenerator

Completed in 48 milliseconds