Home
last modified time | relevance | path

Searched refs:m_labels (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp83 ASSERT(index >= 0 && static_cast<size_t>(index) < m_labels.size()); in getLabel()
84 return m_labels[index]; in getLabel()
107 m_labels.remove(index); in removeSuggestionAtIndex()
137 m_labels[listIndex], in valueChanged()
155 m_labels[listIndex], in selectionChanged()
324 m_labels.clear(); in setSuggestions()
329 m_labels.append(labels[i]); in setSuggestions()
DAutoFillPopupMenuClient.h133 Vector<WTF::String> m_labels; variable
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp75 , m_labels(codeBlock ? codeBlock->instructions().size() : 0) in JIT()
187 if (m_labels[m_bytecodeOffset].isUsed()) in privateCompileMainPass()
191 m_labels[m_bytecodeOffset] = label(); in privateCompileMainPass()
360 m_jmpTable[i].from.linkTo(m_labels[m_jmpTable[i].toBytecodeOffset], this); in privateCompileLinkPass()
527 …record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + re… in privateCompile()
531 …pTable.simpleJumpTable->ctiOffsets[j] = offset ? patchBuffer.locationOf(m_labels[bytecodeOffset + … in privateCompile()
536 …record.jumpTable.stringJumpTable->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + re… in privateCompile()
541 …it->second.ctiOffset = offset ? patchBuffer.locationOf(m_labels[bytecodeOffset + offset]) : record… in privateCompile()
548 handler.nativeCode = patchBuffer.locationOf(m_labels[handler.target]); in privateCompile()
DJITInlineMethods.h298 jump.linkTo(m_labels[m_bytecodeOffset + relativeOffset], this); in emitJumpSlowToHot()
DJIT.h964 Vector<Label> m_labels; variable
DJITOpcodes.cpp45 do { m_labels[m_bytecodeOffset + (targetOffset)].used(); } while (false)
/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp294 , m_labels(0) in Scope()
310 , m_labels(0) in Scope()
312 if (rhs.m_labels) { in Scope()
313 m_labels = adoptPtr(new LabelStack); in Scope()
316 iterator end = rhs.m_labels->end(); in Scope()
317 for (iterator it = rhs.m_labels->begin(); it != end; ++it) in Scope()
318 m_labels->append(ScopeLabelInfo(it->m_ident, it->m_isLoop)); in Scope()
332 if (!m_labels) in pushLabel()
333 m_labels = adoptPtr(new LabelStack); in pushLabel()
334 m_labels->append(ScopeLabelInfo(label->impl(), isLoop)); in pushLabel()
[all …]
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp677 while (m_labels.size() && !m_labels.last().refCount()) in newLabel()
678 m_labels.removeLast(); in newLabel()
681 m_labels.append(m_codeBlock); in newLabel()
682 return &m_labels.last(); in newLabel()
DBytecodeGenerator.h532 SegmentedVector<Label, 32> m_labels; variable
/external/webkit/Source/JavaScriptCore/
DChangeLog7325 Changed m_labels to be an OwnPtr<>. Added VectorTraits
DChangeLog-2009-06-169364 m_labelScopes and m_labels to reverse their destruction order.
9365 m_labelScopes has references to memory within m_labels, so its destructor