Searched refs:PolymorphicAccessStructureList (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicAccessStructureList.h44 struct PolymorphicAccessStructureList { struct in namespace:JSC
76 PolymorphicAccessStructureList() function in struct:JSC::PolymorphicAccessStructureList
80 PolymorphicAccessStructureList(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> stubRoutine, Structure* firstBase, bool isDirect) function in struct:JSC::PolymorphicAccessStructureList
85 PolymorphicAccessStructureList(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> stubRoutine, Structure* firstBase, StructureChain* firstChain, bool isDirect, unsigned count) function in struct:JSC::PolymorphicAccessStructureList
H A DStructureStubInfo.cpp47 PolymorphicAccessStructureList* polymorphicStructures = u.inList.structureList;
97 PolymorphicAccessStructureList* polymorphicStructures = u.inList.structureList;
H A DStructureStubInfo.h34 #include "PolymorphicAccessStructureList.h"
153 void initInList(PolymorphicAccessStructureList* list, int listSize)
256 PolymorphicAccessStructureList* structureList;
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp1440 PolymorphicAccessStructureList* polymorphicStructureList;
1447 polymorphicStructureList = new PolymorphicAccessStructureList();
H A DJIT.h71 struct PolymorphicAccessStructureList;

Completed in 73 milliseconds