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

/external/webkit/Source/JavaScriptCore/runtime/
H A DStructure.cpp27 #include "Structure.h"
65 static HashSet<Structure*>& liveStructureSet = *(new HashSet<Structure*>);
71 Structure* transition = singleTransition();
77 inline Structure* StructureTransitionTable::get(StringImpl* rep, unsigned attributes) const
80 Structure* transition = singleTransition();
86 inline void StructureTransitionTable::remove(Structure* structure)
105 inline void StructureTransitionTable::add(JSGlobalData& globalData, Structure* structure)
108 Structure* existingTransition = singleTransition();
132 void Structure
177 Structure::Structure(JSGlobalData& globalData, JSValue prototype, const TypeInfo& typeInfo, unsigned anonymousSlotCount, const ClassInfo* classInfo) function in class:JSC::Structure
199 Structure::Structure(JSGlobalData& globalData) function in class:JSC::Structure
220 Structure::Structure(JSGlobalData& globalData, const Structure* previous) function in class:JSC::Structure
[all...]
H A DStructure.h58 class Structure : public JSCell { class in namespace:JSC
61 static Structure* create(JSGlobalData& globalData, JSValue prototype, const TypeInfo& typeInfo, unsigned anonymousSlotCount, const ClassInfo* classInfo)
64 return new (&globalData) Structure(globalData, prototype, typeInfo, anonymousSlotCount, classInfo);
69 static Structure* addPropertyTransition(JSGlobalData&, Structure*, const Identifier& propertyName, unsigned attributes, JSCell* specificValue, size_t& offset);
70 static Structure* addPropertyTransitionToExistingStructure(Structure*, const Identifier& propertyName, unsigned attributes, JSCell* specificValue, size_t& offset);
71 static Structure* removePropertyTransition(JSGlobalData&, Structure*, const Identifier& propertyName, size_t& offset);
72 static Structure* changePrototypeTransitio
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DStructure.java45 public class Structure implements Cloneable { class in inherits:Cloneable
67 private Structure(Structure structure, BlenderContext blenderContext) throws CloneNotSupportedException { method in class:Structure
90 public Structure(BlenderInputStream inputStream, String[] names, String[] types, BlenderContext blenderContext) throws BlenderFileException { method in class:Structure
154 } else if (value instanceof Structure) {
155 value = ((Structure) value).getFlatFieldValue(fieldName);
175 public List<Structure> evaluateListBase(BlenderContext blenderContext) throws BlenderFileException {
183 List<Structure> result = new LinkedList<Structure>();
186 Structure structur
[all...]
/external/llvm/lib/VMCore/
H A DPassManager.cpp45 None, Arguments, Structure, Executions, Details enumerator in enum:llvm::PassDebugLevel
54 clEnumVal(Structure , "print pass structure before run()"),
712 if (PassDebugging < Structure)

Completed in 117 milliseconds