Searched refs:IntendedStructureChain (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredStructureChains.h31 #include "IntendedStructureChain.h"
41 void addLazily(PassRefPtr<IntendedStructureChain> chain)
51 Vector<RefPtr<IntendedStructureChain>> m_vector;
H A DDFGByteCodeParser.cpp197 Node* emitPrototypeChecks(Structure*, IntendedStructureChain*);
1918 Structure* structure, IntendedStructureChain* chain)
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DIntendedStructureChain.cpp27 #include "IntendedStructureChain.h"
36 IntendedStructureChain::IntendedStructureChain(JSGlobalObject* globalObject, Structure* head) function in class:JSC::IntendedStructureChain
47 IntendedStructureChain::IntendedStructureChain(CodeBlock* codeBlock, Structure* head, Structure* prototypeStructure) function in class:JSC::IntendedStructureChain
54 IntendedStructureChain::IntendedStructureChain(CodeBlock* codeBlock, Structure* head, StructureChain* chain) function in class:JSC::IntendedStructureChain
62 IntendedStructureChain::IntendedStructureChain(CodeBlock* codeBlock, Structure* head, StructureChain* chain, unsigned count) function in class:JSC::IntendedStructureChain
70 IntendedStructureChain
[all...]
H A DIntendedStructureChain.h40 class IntendedStructureChain : public RefCounted<IntendedStructureChain> { class in namespace:JSC
42 IntendedStructureChain(JSGlobalObject* globalObject, Structure* head);
43 IntendedStructureChain(CodeBlock* codeBlock, Structure* head, Structure* prototypeStructure);
44 IntendedStructureChain(CodeBlock* codeBlock, Structure* head, StructureChain* chain);
45 IntendedStructureChain(CodeBlock* codeBlock, Structure* head, StructureChain* chain, unsigned count);
46 ~IntendedStructureChain();
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DGetByIdVariant.h29 #include "IntendedStructureChain.h"
44 PassRefPtr<IntendedStructureChain> chain = nullptr)
60 IntendedStructureChain* chain() const { return const_cast<IntendedStructureChain*>(m_chain.get()); }
71 RefPtr<IntendedStructureChain> m_chain;
H A DPutByIdVariant.h29 #include "IntendedStructureChain.h"
61 PassRefPtr<IntendedStructureChain> structureChain, PropertyOffset offset)
95 IntendedStructureChain* structureChain() const
114 RefPtr<IntendedStructureChain> m_structureChain;
H A DGetByIdStatus.cpp88 bool GetByIdStatus::computeForChain(CodeBlock* profiledBlock, StringImpl* uid, PassRefPtr<IntendedStructureChain> passedChain)
91 RefPtr<IntendedStructureChain> chain = passedChain;
241 RefPtr<IntendedStructureChain> chain = adoptRef(new IntendedStructureChain(
292 RefPtr<IntendedStructureChain> chain = adoptRef(new IntendedStructureChain(
H A DPutByIdStatus.cpp99 chain ? adoptRef(new IntendedStructureChain(profiledBlock, structure, chain)) : 0,
162 stubInfo->u.putByIdTransition.chain ? adoptRef(new IntendedStructureChain(
197 access.chain() ? adoptRef(new IntendedStructureChain(
295 RefPtr<IntendedStructureChain> chain;
297 chain = adoptRef(new IntendedStructureChain(globalObject, structure));
H A DGetByIdStatus.h99 bool computeForChain(CodeBlock*, StringImpl* uid, PassRefPtr<IntendedStructureChain>);

Completed in 161 milliseconds