Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DJumpTable.h48 typedef HashMap<RefPtr<UString::Rep>, OffsetLocation> StringOffsetTable; typedef
49 StringOffsetTable offsetTable;
56 StringOffsetTable::const_iterator end = offsetTable.end(); in offsetForValue()
57 StringOffsetTable::const_iterator loc = offsetTable.find(value); in offsetForValue()
66 StringOffsetTable::const_iterator end = offsetTable.end(); in ctiForValue()
67 StringOffsetTable::const_iterator loc = offsetTable.find(value); in ctiForValue()
DCodeBlock.cpp466 …StringJumpTable::StringOffsetTable::const_iterator end = m_rareData->m_stringSwitchJumpTables[i].o… in dump()
467 …for (StringJumpTable::StringOffsetTable::const_iterator iter = m_rareData->m_stringSwitchJumpTable… in dump()
/external/webkit/JavaScriptCore/jit/
DJIT.cpp503 …StringJumpTable::StringOffsetTable::iterator end = record.jumpTable.stringJumpTable->offsetTable.e… in privateCompile()
504 …for (StringJumpTable::StringOffsetTable::iterator it = record.jumpTable.stringJumpTable->offsetTab… in privateCompile()