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

  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 389 void addPropertyAccessInstruction(unsigned propertyAccessInstruction) { m_propertyAccessInstructions.append(propertyAccessInstruction); }
523 Vector<unsigned> m_propertyAccessInstructions;
CodeBlock.cpp 395 if (!m_globalResolveInstructions.isEmpty() || !m_propertyAccessInstructions.isEmpty())
405 if (!m_propertyAccessInstructions.isEmpty()) {
408 printStructures(&m_instructions[m_propertyAccessInstructions[i]]);
410 } while (i < m_propertyAccessInstructions.size());
    [all...]

Completed in 45 milliseconds