Searched refs:CompoundType (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/JavaScriptCore/heap/ |
D | MarkStack.cpp | 60 if (cell->structure()->typeInfo().type() < CompoundType) { in markChildren() 113 if (cell->structure()->typeInfo().type() < CompoundType) { in drain()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSType.h | 38 CompoundType = 7, enumerator
|
D | Executable.h | 68 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure() 235 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure() 282 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure() 375 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure()
|
D | StructureChain.h | 49 …prototype) { return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkC… in createStructure()
|
D | JSAPIValueWrapper.h | 41 …return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren | Ove… in createStructure()
|
D | JSTypeInfo.h | 57 ASSERT(type >= CompoundType || !(flags & OverridesMarkChildren)); in m_type()
|
D | JSPropertyNameIterator.h | 50 …return Structure::create(globalData, prototype, TypeInfo(CompoundType, OverridesMarkChildren), Ano… in createStructure()
|
D | ScopeChain.h | 68 …JSValue proto) { return Structure::create(globalData, proto, TypeInfo(CompoundType, StructureFlags… in createStructure()
|
D | Structure.h | 294 if (cell->structure()->typeInfo().type() >= CompoundType) in internalAppend()
|
D | Structure.cpp | 201 , m_typeInfo(CompoundType, OverridesMarkChildren) in Structure()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7643 QualType CompoundType) { in CheckAssignmentOperands() argument 7651 QualType RHSType = CompoundType.isNull() ? RHS.get()->getType() : in CheckAssignmentOperands() 7652 CompoundType; in CheckAssignmentOperands() 7654 if (CompoundType.isNull()) { in CheckAssignmentOperands()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 6663 Expr *LHSExpr, ExprResult &RHS, SourceLocation Loc, QualType CompoundType);
|