Searched refs:propertyAccessInstructions (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp2223 const Vector<unsigned>& propertyAccessInstructions = m_unlinkedCode->propertyAccessInstructions(); local
2224 for (size_t size = propertyAccessInstructions.size(), i = 0; i < size; ++i) {
2225 Instruction* curInstruction = &instructions()[propertyAccessInstructions[i]];
H A DUnlinkedCodeBlock.h421 const Vector<unsigned>& propertyAccessInstructions() const { return m_propertyAccessInstructions; } function in class:JSC::UnlinkedCodeBlock

Completed in 198 milliseconds