Searched defs:newStructure (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DPutByIdStatus.cpp66 Structure* newStructure = instruction[6].u.structure.get(); local
H A DPutByIdStatus.h105 Structure* newStructure() const { return m_newStructure; } function in class:JSC::PutByIdStatus
75 PutByIdStatus( State state, Structure* oldStructure, Structure* newStructure, StructureChain* structureChain, PropertyOffset offset) argument
H A DPolymorphicPutByIdList.h114 Structure* newStructure() const function in class:JSC::PutByIdAccess
57 transition( VM& vm, JSCell* owner, Structure* oldStructure, Structure* newStructure, StructureChain* chain, PassRefPtr<JITStubRoutine> stubRoutine) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStructureInlines.h54 Structure* newStructure = new (NotNull, allocateCell<Structure>(vm.heap)) Structure(vm, structure); local
H A DJSObject.cpp625 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), AllocateUndecided); local
633 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), AllocateInt32); local
643 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), AllocateDouble); local
651 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), AllocateContiguous); local
671 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), structure()->suggestedArrayStorageTransition()); local
737 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), transition); local
793 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), transition); local
861 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), transition); local
889 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), transition); local
1131 Structure* newStructure = Structure::nonPropertyTransition(vm, structure(), SwitchToSlowPutArrayStorage); local
1155 Structure* newStructure = Structure::changePrototypeTransition(vm, structure(), prototype); local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess32_64.cpp624 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, PropertyOffset cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) argument
H A DJITStubs.cpp1594 Structure* newStructure = stackFrame.args[4].structure(); local
H A DJIT.h350 static void compilePutByIdTransition(VM* vm, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, PropertyOffset cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) argument
H A DJITPropertyAccess.cpp684 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, PropertyOffset cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGNode.h52 Structure* newStructure; member in struct:JSC::DFG::StructureTransitionData
56 StructureTransitionData(Structure* previousStructure, Structure* newStructure) argument

Completed in 303 milliseconds