Searched +defs:vm +defs:mode (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmset.c36 int vmset(reg Vmalloc_t* vm, int flags, int on) argument
44 reg int mode, inuse; local
[all...]
H A Dvmopen.c48 Vmalloc_t* vmopen(Vmdisc_t* disc, Vmethod_t* meth, int mode) argument
56 reg Vmalloc_t* vm; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dmspools.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DWorkerScriptDebugServer.cpp45 WorkerScriptDebugServer::WorkerScriptDebugServer(WorkerContext* context, const String& mode) argument
71 JSC::VM* vm = m_workerContext->script()->vm(); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/debugger/
H A DDebuggerActivation.cpp38 DebuggerActivation::DebuggerActivation(VM& vm) argument
43 void DebuggerActivation::finishCreation(VM& vm, JSObject* activation) argument
92 void DebuggerActivation::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSActivation.cpp89 VM& vm = exec->vm(); local
109 void JSActivation::getOwnNonIndexPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
128 inline bool JSActivation::symbolTablePutWithAttributes(VM& vm, PropertyName propertyName, JSValue value, unsigned attributes) argument
[all...]
H A DJSProxy.cpp50 void JSProxy::setTarget(VM& vm, JSGlobalObject* globalObject) argument
127 void JSProxy::getPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
133 void JSProxy::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
H A DStringObject.cpp35 StringObject::StringObject(VM& vm, Structure* structure) argument
40 void StringObject::finishCreation(VM& vm, JSString* string) argument
155 void StringObject::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
H A DArguments.cpp183 void Arguments::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
396 tearOffForInlineCallFrame(VM& vm, Register* registers, InlineCallFrame* inlineCallFrame) argument
[all...]
H A DRegExpObject.cpp119 void RegExpObject::getOwnNonIndexPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
126 void RegExpObject::getPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
318 VM& vm local
[all...]
H A DSparseArrayValueMap.cpp42 SparseArrayValueMap::SparseArrayValueMap(VM& vm) argument
53 void SparseArrayValueMap::finishCreation(VM& vm) argument
58 SparseArrayValueMap* SparseArrayValueMap::create(VM& vm) argument
70 Structure* SparseArrayValueMap::createStructure(VM& vm, JSGlobalObjec argument
107 putDirect(ExecState* exec, JSObject* array, unsigned i, JSValue value, unsigned attributes, PutDirectIndexMode mode) argument
[all...]
H A DJSFunction.cpp112 VM& vm = exec->vm(); local
224 VM& vm = exec->vm(); local
331 getOwnNonIndexPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
[all...]
H A DStructure.cpp84 inline void StructureTransitionTable::add(VM& vm, Structure* structure) argument
154 Structure::Structure(VM& vm, JSGlobalObject* globalObject, JSValue prototype, const TypeInfo& typeInfo, const ClassInfo* classInfo, IndexingType indexingType, unsigned inlineCapacity) argument
182 Structure::Structure(VM& vm) argument
204 Structure(VM& vm, const Structure* previous) argument
239 materializePropertyMap(VM& vm) argument
288 despecifyDictionaryFunction(VM& vm, PropertyName propertyName) argument
347 addPropertyTransition(VM& vm, Structure* structure, PropertyName propertyName, unsigned attributes, JSCell* specificValue, PropertyOffset& offset) argument
392 removePropertyTransition(VM& vm, Structure* structure, PropertyName propertyName, PropertyOffset& offset) argument
404 changePrototypeTransition(VM& vm, Structure* structure, JSValue prototype) argument
419 despecifyFunctionTransition(VM& vm, Structure* structure, PropertyName replaceFunction) argument
442 attributeChangeTransition(VM& vm, Structure* structure, PropertyName propertyName, unsigned attributes) argument
464 toDictionaryTransition(VM& vm, Structure* structure, DictionaryKind kind) argument
480 toCacheableDictionaryTransition(VM& vm, Structure* structure) argument
485 toUncacheableDictionaryTransition(VM& vm, Structure* structure) argument
491 sealTransition(VM& vm, Structure* structure) argument
506 freezeTransition(VM& vm, Structure* structure) argument
524 preventExtensionsTransition(VM& vm, Structure* structure) argument
540 takePropertyTableOrCloneIfPinned(VM& vm, Structure* owner) argument
550 nonPropertyTransition(VM& vm, Structure* structure, NonPropertyTransition transitionKind) argument
585 isSealed(VM& vm) argument
603 isFrozen(VM& vm) argument
622 flattenDictionaryStructure(VM& vm, JSObject* object) argument
661 addPropertyWithoutTransition(VM& vm, PropertyName propertyName, unsigned attributes, JSCell* specificValue) argument
675 removePropertyWithoutTransition(VM& vm, PropertyName propertyName) argument
694 allocateRareData(VM& vm) argument
702 cloneRareDataFrom(VM& vm, const Structure* other) argument
738 copyPropertyTable(VM& vm, Structure* owner) argument
745 copyPropertyTableForPinning(VM& vm, Structure* owner) argument
752 get(VM& vm, PropertyName propertyName, unsigned& attributes, JSCell*& specificValue) argument
769 despecifyFunction(VM& vm, PropertyName propertyName) argument
784 despecifyAllFunctions(VM& vm) argument
795 putSpecificValue(VM& vm, PropertyName propertyName, unsigned attributes, JSCell* specificValue) argument
838 createPropertyMap(VM& vm, unsigned capacity) argument
846 getPropertyNamesFromStructure(VM& vm, PropertyNameArray& propertyNames, EnumerationMode mode) argument
895 prototypeChainMayInterceptStoreTo(VM& vm, PropertyName propertyName) argument
[all...]
H A DJSArray.cpp51 Butterfly* createArrayButterflyInDictionaryIndexingMode(VM& vm, unsigned initialLength) argument
236 void JSArray::getOwnNonIndexPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
247 bool JSArray::unshiftCountSlowCase(VM& vm, bool addToFront, unsigned count) argument
1081 setWithValue(VM& vm, JSArray* thisValue, ContiguousData<Type> data, size_t i, JSValue value) argument
1404 VM& vm = exec->vm(); local
[all...]
H A DJSObject.cpp77 static inline void getClassPropertyNames(ExecState* exec, const ClassInfo* classInfo, PropertyNameArray& propertyNames, EnumerationMode mode, bool didReify) argument
345 VM& vm = exec->vm(); local
540 enterDictionaryIndexingModeWhenArrayStorageAlreadyExists(VM& vm, ArrayStorage* storage) argument
572 enterDictionaryIndexingMode(VM& vm) argument
593 notifyPresenceOfIndexedAccessors(VM& vm) argument
606 createInitialIndexedStorage(VM& vm, unsigned length, size_t elementSize) argument
622 createInitialUndecided(VM& vm, unsigned length) argument
630 createInitialInt32(VM& vm, unsigned length) argument
638 createInitialDouble(VM& vm, unsigned length) argument
648 createInitialContiguous(VM& vm, unsigned length) argument
656 createArrayStorage(VM& vm, unsigned length, unsigned vectorLength) argument
676 createInitialArrayStorage(VM& vm) argument
681 convertUndecidedToInt32(VM& vm) argument
688 convertUndecidedToDouble(VM& vm) argument
699 convertUndecidedToContiguous(VM& vm) argument
706 constructConvertedArrayStorageWithoutCopyingElements(VM& vm, unsigned neededLength) argument
730 convertUndecidedToArrayStorage(VM& vm, NonPropertyTransition transition, unsigned neededLength) argument
742 convertUndecidedToArrayStorage(VM& vm, NonPropertyTransition transition) argument
747 convertUndecidedToArrayStorage(VM& vm) argument
752 convertInt32ToDouble(VM& vm) argument
772 convertInt32ToContiguous(VM& vm) argument
780 convertInt32ToArrayStorage(VM& vm, NonPropertyTransition transition, unsigned neededLength) argument
798 convertInt32ToArrayStorage(VM& vm, NonPropertyTransition transition) argument
803 convertInt32ToArrayStorage(VM& vm) argument
809 genericConvertDoubleToContiguous(VM& vm) argument
838 convertDoubleToContiguous(VM& vm) argument
843 rageConvertDoubleToContiguous(VM& vm) argument
848 convertDoubleToArrayStorage(VM& vm, NonPropertyTransition transition, unsigned neededLength) argument
866 convertDoubleToArrayStorage(VM& vm, NonPropertyTransition transition) argument
871 convertDoubleToArrayStorage(VM& vm) argument
876 convertContiguousToArrayStorage(VM& vm, NonPropertyTransition transition, unsigned neededLength) argument
894 convertContiguousToArrayStorage(VM& vm, NonPropertyTransition transition) argument
899 convertContiguousToArrayStorage(VM& vm) argument
904 convertUndecidedForValue(VM& vm, JSValue value) argument
919 convertInt32ForValue(VM& vm, JSValue value) argument
931 setIndexQuicklyToUndecided(VM& vm, unsigned index, JSValue value) argument
939 convertInt32ToDoubleOrContiguousWhilePerformingSetIndex(VM& vm, unsigned index, JSValue value) argument
946 convertDoubleToContiguousWhilePerformingSetIndex(VM& vm, unsigned index, JSValue value) argument
953 ensureInt32Slow(VM& vm) argument
977 ensureDoubleSlow(VM& vm) argument
1003 ensureContiguousSlow(VM& vm, DoubleToContiguousMode mode) argument
1033 ensureContiguousSlow(VM& vm) argument
1038 rageEnsureContiguousSlow(VM& vm) argument
1043 ensureArrayStorageSlow(VM& vm) argument
1079 ensureArrayStorageExistsAndEnterDictionaryIndexingMode(VM& vm) argument
1110 switchToSlowPutArrayStorage(VM& vm) argument
1149 setPrototype(VM& vm, JSValue prototype) argument
1175 setPrototypeWithCycleCheck(VM& vm, JSValue prototype) argument
1207 VM& vm = exec->vm(); local
1446 getPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
1468 getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
1536 getOwnNonIndexPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
1568 seal(VM& vm) argument
1576 freeze(VM& vm) argument
1584 preventExtensions(VM& vm) argument
1596 VM& vm = exec->vm(); local
1622 removeDirect(VM& vm, PropertyName propertyName) argument
1814 allocateSparseIndexMap(VM& vm) argument
1871 VM& vm = exec->vm(); local
1914 VM& vm = exec->vm(); local
1988 VM& vm = exec->vm(); local
2056 putDirectIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, unsigned attributes, PutDirectIndexMode mode, ArrayStorage* storage) argument
2058 VM& vm = exec->vm(); local
2133 putDirectIndexBeyondVectorLength(ExecState* exec, unsigned i, JSValue value, unsigned attributes, PutDirectIndexMode mode) argument
2135 VM& vm = exec->vm(); local
2316 increaseVectorLength(VM& vm, unsigned newLength) argument
2359 ensureLengthSlow(VM& vm, unsigned length) argument
2380 growOutOfLineStorage(VM& vm, size_t oldSize, size_t newSize) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_array.cpp46 void RuntimeArray::finishCreation(VM& vm, Bindings::Array* array) argument
75 void RuntimeArray::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSFloat64Array.cpp158 void JSFloat64Array::finishCreation(VM& vm) argument
238 getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
[all...]
H A DJSTestEventTarget.cpp122 void JSTestEventTarget::finishCreation(VM& vm) argument
214 void JSTestEventTarget::getOwnPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dfault.c52 static int malloc_done(Vmalloc_t* vm, int type, Void_t* val, Vmdisc_t* dp) argument
322 sh_sigreset(register int mode) argument
446 sh_trap(const char *trap, int mode) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackObjectFunctions.h62 JSCallbackObject<Parent>::JSCallbackObject(VM& vm, JSClassRef jsClass, Structure* structure) argument
78 void JSCallbackObject<Parent>::finishCreation(VM& vm) argument
519 void JSCallbackObject<Parent>::getOwnNonIndexPropertyNames(JSObject* object, ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddired-x.el[all...]
H A Dprinting.el[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess32_64.cpp95 JIT::CodeRef JIT::stringGetByValStubGenerator(VM* vm) argument
155 JITArrayMode mode = chooseArrayMode(profile); local
301 JITArrayMode mode = chooseArrayMode(profile); local
431 JITArrayMode mode = chooseArrayMode(profile); local
[all...]
H A DJITPropertyAccess.cpp56 JIT::CodeRef JIT::stringGetByValStubGenerator(VM* vm) argument
122 JITArrayMode mode = chooseArrayMode(profile); local
334 JITArrayMode mode = chooseArrayMode(profile); local
462 JITArrayMode mode = chooseArrayMode(profile); local
1309 emitWriteBarrier(RegisterID owner, RegisterID value, RegisterID scratch, RegisterID scratch2, WriteBarrierMode mode, WriteBarrierUseKind useKind) argument
1325 emitWriteBarrier(JSCell* owner, RegisterID value, RegisterID scratch, WriteBarrierMode mode, WriteBarrierUseKind useKind) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrJIT.cpp2611 void compile(VM* vm, YarrCodeBlock& jitObject) argument
2692 void jitCompile(YarrPattern& pattern, YarrCharSize charSize, VM* vm, YarrCodeBlock& jitObject, YarrJITCompileMode mode) argument

Completed in 155 milliseconds

12