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

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicAccessStructureList.h50 RefPtr<JITStubRoutine> stubRoutine; member in struct:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo
80 PolymorphicAccessStructureList(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> stubRoutine, Structure* firstBase, bool isDirect) argument
85 PolymorphicAccessStructureList(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> stubRoutine, Structure* firstBase, StructureChain* firstChain, bool isDirect, unsigned count) argument
H A DPolymorphicGetByIdList.cpp38 GetByIdAccess( VM& vm, JSCell* owner, AccessType type, PassRefPtr<JITStubRoutine> stubRoutine, Structure* structure, StructureChain* chain, unsigned chainCount) argument
H A DByValInfo.h178 RefPtr<JITStubRoutine> stubRoutine; member in struct:JSC::ByValInfo
H A DPolymorphicGetByIdList.h77 JITStubRoutine* stubRoutine() const function in class:JSC::GetByIdAccess
H A DPolymorphicPutByIdList.h151 JITStubRoutine* stubRoutine() const function in class:JSC::PutByIdAccess
59 transition( VM& vm, JSCell* owner, Structure* oldStructure, Structure* newStructure, StructureChain* chain, PassRefPtr<JITStubRoutine> stubRoutine) argument
77 replace( VM& vm, JSCell* owner, Structure* structure, PassRefPtr<JITStubRoutine> stubRoutine) argument
92 setter( VM& vm, JSCell* owner, AccessType accessType, Structure* structure, StructureChain* chain, PutPropertySlot::PutValueFunc customSetter, PassRefPtr<JITStubRoutine> stubRoutine) argument
H A DStructureStubInfo.h261 RefPtr<JITStubRoutine> stubRoutine; member in struct:JSC::StructureStubInfo
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITStubRoutine.h76 static MacroAssemblerCodePtr asCodePtr(PassRefPtr<JITStubRoutine> stubRoutine) argument
H A DJITCall.cpp296 RefPtr<ClosureCallStubRoutine> stubRoutine = adoptRef(new ClosureCallStubRoutine( local
H A DJITCall32_64.cpp387 RefPtr<ClosureCallStubRoutine> stubRoutine = adoptRef(new ClosureCallStubRoutine( local
H A DRepatch.cpp763 static void patchJumpToGetByIdStub(CodeBlock* codeBlock, StructureStubInfo& stubInfo, JITStubRoutine* stubRoutine) argument
287 generateByIdStub( ExecState* exec, ByIdStubKind kind, const Identifier& propertyName, FunctionPtr custom, StructureStubInfo& stubInfo, StructureChain* chain, size_t count, PropertyOffset offset, Structure* structure, bool loadTargetFromProxy, WatchpointSet* watchpointSet, CodeLocationLabel successLabel, CodeLocationLabel slowCaseLabel, RefPtr<JITStubRoutine>& stubRoutine) argument
831 RefPtr<JITStubRoutine> stubRoutine; local
887 emitPutReplaceStub( ExecState* exec, JSValue, const Identifier&, const PutPropertySlot& slot, StructureStubInfo& stubInfo, PutKind, Structure* structure, CodeLocationLabel failureLabel, RefPtr<JITStubRoutine>& stubRoutine) argument
967 emitPutTransitionStub( ExecState* exec, JSValue, const Identifier&, const PutPropertySlot& slot, StructureStubInfo& stubInfo, PutKind putKind, Structure* structure, Structure* oldStructure, StructureChain* prototypeChain, CodeLocationLabel failureLabel, RefPtr<JITStubRoutine>& stubRoutine) argument
1240 RefPtr<JITStubRoutine> stubRoutine; local
1306 RefPtr<JITStubRoutine> stubRoutine; local
1372 RefPtr<JITStubRoutine> stubRoutine; local
1463 RefPtr<JITStubRoutine> stubRoutine; local
1688 RefPtr<ClosureCallStubRoutine> stubRoutine = adoptRef(new ClosureCallStubRoutine( local
[all...]

Completed in 135 milliseconds