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

  /external/webkit/Source/JavaScriptCore/runtime/
JSType.h 37 // The CompoundType value must come before any JSType that may have children
38 CompoundType = 7,
JSAPIValueWrapper.h 41 return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren | OverridesGetPropertyNames), AnonymousSlotCount, 0);
StructureChain.h 49 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) { return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren), 0, &s_info); }
JSPropertyNameIterator.h 50 return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren), AnonymousSlotCount, &s_info);
JSTypeInfo.h 57 ASSERT(type >= CompoundType || !(flags & OverridesMarkChildren));
Executable.h 68 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, &s_info); }
235 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0); }
282 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0); }
375 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, 0); }
ScopeChain.h 68 static Structure* createStructure(JSGlobalData& globalData, JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags), AnonymousSlotCount, &s_info); }
Structure.h 294 if (cell->structure()->typeInfo().type() >= CompoundType)
Structure.cpp 201 , m_typeInfo(CompoundType, OverridesMarkChildren)
  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.cpp 60 if (cell->structure()->typeInfo().type() < CompoundType) {
113 if (cell->structure()->typeInfo().type() < CompoundType) {
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 250 milliseconds