Searched refs:m_currentIndex (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DSessionState.cpp50 : m_currentIndex(0)
56 , m_currentIndex(currentIndex)
70 encoder->encode(m_currentIndex);
77 if (!decoder->decode(state.m_currentIndex))
H A DSessionState.h44 uint32_t currentIndex() const { return m_currentIndex; }
53 uint32_t m_currentIndex; member in class:WebKit::SessionState
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGByteCodeParser.cpp53 , m_currentIndex(0)
435 m_graph.append(Node(op, m_currentIndex, child1, child2, child3));
444 m_graph.append(Node(op, m_currentIndex, info, child1, child2, child3));
453 m_graph.append(Node(op, m_currentIndex, info1, info2, child1, child2, child3));
465 unsigned m_currentIndex;
522 m_currentIndex += OPCODE_LENGTH(name); \
526 m_currentIndex += OPCODE_LENGTH(name); \
532 if (m_currentIndex) {
549 if (m_currentIndex == limit) {
550 addToGraph(Jump, OpInfo(m_currentIndex));
[all...]

Completed in 77 milliseconds