HomeSort by relevance Sort by last modified time
    Searched refs:m_globalResolveInstructions (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp 395 if (!m_globalResolveInstructions.isEmpty() || !m_propertyAccessInstructions.isEmpty())
398 if (!m_globalResolveInstructions.isEmpty()) {
401 printStructures(&m_instructions[m_globalResolveInstructions[i]]);
403 } while (i < m_globalResolveInstructions.size());
    [all...]
CodeBlock.h 390 void addGlobalResolveInstruction(unsigned globalResolveInstruction) { m_globalResolveInstructions.append(globalResolveInstruction); }
524 Vector<unsigned> m_globalResolveInstructions;

Completed in 16 milliseconds