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

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 97 const TypeInfo& typeInfo() const { return m_typeInfo; }
145 return OBJECT_OFFSETOF(Structure, m_typeInfo) + TypeInfo::flagsOffset();
150 return OBJECT_OFFSETOF(Structure, m_typeInfo) + TypeInfo::typeOffset();
210 TypeInfo m_typeInfo;
Structure.cpp 179 , m_typeInfo(typeInfo)
201 , m_typeInfo(CompoundType, OverridesMarkChildren)
222 , m_typeInfo(previous->typeInfo())

Completed in 264 milliseconds