Searched defs:structureID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStructureIDTable.h83 inline Structure* StructureIDTable::get(StructureID structureID) argument
H A DStructureIDBlob.h43 StructureIDBlob(StructureID structureID, IndexingType indexingType, const TypeInfo& typeInfo) argument
54 StructureID structureID() const { return u.fields.structureID; } function in class:JSC::StructureIDBlob
78 StructureID structureID; member in struct:JSC::StructureIDBlob::__anon2682::__anon2683
H A DJSCell.h100 StructureID structureID() const { return m_structureID; } function in class:JSC::JSCell
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLLowerDFGToLLVM.cpp1623 LValue structureID = m_out.load32(cell, m_heaps.JSCell_structureID); local
1685 LValue structureID = m_out.load32(cell, m_heaps.JSCell_structureID); local
2864 LValue structureID = m_out.load32(cell, m_heaps.JSCell_structureID); local
4257 LValue structureID = m_out.load32(cell, m_heaps.JSCell_structureID); local
5529 LValue structureID = m_out.load32(lowCell(edge), m_heaps.JSCell_structureID); local
5548 speculateStringObjectForStructureID(Edge edge, LValue structureID) argument
[all...]

Completed in 211 milliseconds