Searched defs:inlineCapacity (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DPrototypeMap.cpp55 Structure* PrototypeMap::emptyObjectStructureForPrototype(JSObject* prototype, unsigned inlineCapacity) argument
70 void PrototypeMap::clearEmptyObjectStructureForPrototype(JSObject* object, unsigned inlineCapacity) argument
H A DJSWrapperObject.h35 static size_t allocationSize(size_t inlineCapacity) argument
H A DObjectConstructor.h67 inline JSObject* constructEmptyObject(ExecState* exec, JSObject* prototype, unsigned inlineCapacity) argument
H A DPropertyOffset.h58 inline void checkOffset(PropertyOffset offset, int inlineCapacity) argument
74 inline void validateOffset(PropertyOffset offset, int inlineCapacity) argument
127 inline size_t numberOfSlotsForLastOffset(PropertyOffset offset, int inlineCapacity) argument
135 offsetForPropertyNumber(int propertyNumber, int inlineCapacity) argument
[all...]
H A DArgList.h40 static const size_t inlineCapacity = 8; member in class:JSC::MarkedArgumentBuffer
H A DJSArrayBufferView.h105 static size_t allocationSize(size_t inlineCapacity) argument
H A DJSFunction.h137 ObjectAllocationProfile* allocationProfile(ExecState* exec, unsigned inlineCapacity) argument
H A DCommonSlowPaths.cpp238 size_t inlineCapacity = pc[3].u.operand; local
H A DJSArray.h41 static size_t allocationSize(size_t inlineCapacity) argument
H A DStructureInlines.h35 inline Structure* Structure::create(VM& vm, JSGlobalObject* globalObject, JSValue prototype, const TypeInfo& typeInfo, const ClassInfo* classInfo, IndexingType indexingType, unsigned inlineCapacity) argument
H A DArguments.h101 static size_t allocationSize(size_t inlineCapacity) argument
H A DJSFunction.cpp131 ObjectAllocationProfile* JSFunction::createAllocationProfile(ExecState* exec, size_t inlineCapacity) argument
H A DPropertyMapHashTable.h493 inline PropertyOffset PropertyTable::nextOffset(PropertyOffset inlineCapacity) argument
H A DStructure.h232 unsigned inlineCapacity() const function in class:JSC::Structure
H A DStructure.cpp150 Structure::Structure(VM& vm, JSGlobalObject* globalObject, JSValue prototype, const TypeInfo& typeInfo, const ClassInfo* classInfo, IndexingType indexingType, unsigned inlineCapacity) argument
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DConservativeRoots.h53 static const size_t inlineCapacity = 128; member in class:JSC::ConservativeRoots
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DObjectAllocationProfile.h55 unsigned inlineCapacity = 0; local
98 unsigned inlineCapacity() { return m_structure->inlineCapacity(); } function in class:JSC::ObjectAllocationProfile
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOperations.cpp222 JSCell* JIT_OPERATION operationCreateThis(ExecState* exec, JSObject* constructor, int32_t inlineCapacity) argument
H A DDFGNode.h815 unsigned inlineCapacity() function in struct:JSC::DFG::Node

Completed in 276 milliseconds