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

  /external/webkit/JavaScriptCore/runtime/
Structure.h 95 const TypeInfo& typeInfo() const { return m_typeInfo; }
193 TypeInfo m_typeInfo;
Structure.cpp 127 : m_typeInfo(typeInfo)
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 489 addSlowCase(branchTest32(Zero, Address(regT0, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm32(ImplementsDefaultHasInstance)));
    [all...]
JITCall.cpp 162 addSlowCase(branch32(NotEqual, Address(regT2, OBJECT_OFFSETOF(Structure, m_typeInfo) + OBJECT_OFFSETOF(TypeInfo, m_type)), Imm32(ObjectType)));

Completed in 725 milliseconds