Searched refs:slot (Results 251 - 275 of 484) sorted by relevance

<<11121314151617181920

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DSourceProviderCacheItem.h105 void* slot = fastMalloc(objectSize); local
106 return adoptPtr(new (slot) SourceProviderCacheItem(parameters));
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArrayConstructor.cpp69 bool ArrayConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
71 return getStaticFunctionSlot<InternalFunction>(exec, ExecState::arrayConstructorTable(exec), jsCast<ArrayConstructor*>(cell), propertyName, slot);
H A DErrorPrototype.cpp64 bool ErrorPrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) argument
66 return getStaticFunctionSlot<ErrorInstance>(exec, ExecState::errorPrototypeTable(exec), jsCast<ErrorPrototype*>(cell), propertyName, slot);
H A DJSObject.h267 PropertySlot slot(this);
268 if (methodTable()->getOwnPropertySlotByIndex(this, exec, i, slot))
269 return slot.getValue(exec, i);
1158 ALWAYS_INLINE bool JSObject::inlineGetOwnPropertySlot(ExecState* exec, PropertyName propertyName, PropertySlot& slot)
1164 fillGetterPropertySlot(slot, offset);
1166 slot.setValue(this, value, offset);
1170 return getOwnPropertySlotSlow(exec, propertyName, slot);
1176 ALWAYS_INLINE bool JSObject::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot)
1178 return jsCast<JSObject*>(cell)->inlineGetOwnPropertySlot(exec, propertyName, slot);
1183 ALWAYS_INLINE bool JSObject::getPropertySlot(ExecState* exec, PropertyName propertyName, PropertySlot& slot)
[all...]
H A DJSSymbolTableObject.h73 SymbolTableObjectType* object, PropertyName propertyName, PropertySlot& slot)
81 slot.setValue(object->registerAt(entry.getIndex()).get());
102 SymbolTableObjectType* object, PropertyName propertyName, PropertySlot& slot,
111 slot.setValue(object->registerAt(entry.getIndex()).get());
72 symbolTableGet( SymbolTableObjectType* object, PropertyName propertyName, PropertySlot& slot) argument
101 symbolTableGet( SymbolTableObjectType* object, PropertyName propertyName, PropertySlot& slot, bool& slotIsWriteable) argument
H A DSparseArrayValueMap.cpp125 void SparseArrayEntry::get(PropertySlot& slot) const
131 slot.setValue(value);
137 slot.setUndefined();
141 slot.setGetterSlot(getter);
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DRequirementParser.cpp67 void RequirementParser::certMatchOperation(Maker &maker, int32_t slot, string key) argument
71 maker.put(slot);
75 maker.put(slot);
80 maker.put(slot);
85 maker.put(slot);
542 int32_t slot; local
543 slot=certSlot();
554 certslotspec(maker, slot);
560 maker.trustedAnchor(slot);
752 int32_t slot local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DRequirementParser.cpp67 void RequirementParser::certMatchOperation(Maker &maker, int32_t slot, string key) argument
71 maker.put(slot);
75 maker.put(slot);
80 maker.put(slot);
85 maker.put(slot);
542 int32_t slot; local
543 slot=certSlot();
554 certslotspec(maker, slot);
560 maker.trustedAnchor(slot);
752 int32_t slot local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSWorkerContextCustom.cpp72 bool JSWorkerContext::getOwnPropertySlotDelegate(ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
75 if (JSGlobalObject::getOwnPropertySlot(this, exec, propertyName, slot))
/macosx-10.9.5/msdosfs-198/
H A Dtest_fsck.py419 slot = parent.find_slots(slots, grow=True)
420 parent.write_slots(slot, bytes)
593 slot = root.find_slots(slots)
594 root.write_slots(slot, bytes)
602 slot = subdir.find_slots(slots)
603 subdir.write_slots(slot, bytes)
609 slot = subdir.find_slots(slots)
610 subdir.write_slots(slot, bytes)
616 slot = subdir.find_slots(slots)
617 subdir.write_slots(slot, byte
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dtablelist_core.rb79 def cell_configure(tagOrId, slot, value=None)
80 itemconfigure(['cell', tagOrId], slot, value)
82 def cell_configinfo(tagOrId, slot=nil)
83 itemconfiginfo(['cell', tagOrId], slot)
85 def current_cell_configinfo(tagOrId, slot=nil)
86 current_itemconfiginfo(['cell', tagOrId], slot)
104 def column_configure(tagOrId, slot, value=None)
105 itemconfigure(['column', tagOrId], slot, value)
107 def column_configinfo(tagOrId, slot=nil)
108 itemconfiginfo(['column', tagOrId], slot)
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp915 NEVER_INLINE static void tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo, bool direct) argument
923 if (!slot.isCacheable()) {
937 if (baseCell != slot.base()) {
945 if (slot.type() == PutPropertySlot::NewProperty) {
960 JIT::compilePutByIdTransition(callFrame->scope()->vm(), codeBlock, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeChain, returnAddress, direct);
966 JIT::patchPutByIdReplace(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress, direct);
969 NEVER_INLINE static void tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo) argument
995 if (!slot.isCacheable()) {
1012 if (slot.slotBase() == baseValue) {
1014 if ((slot
[all...]
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_legacy1.c174 * secondary sort is by slot, which happens when xid is 0
198 if (ai->slot < bi->slot) return -1;
199 if (ai->slot == bi->slot) return 0;
206 /* find an xid in the slot list */
248 /* Start at first slot after the header */
285 s->slotlist[si].slot = i;
367 string_fetch_slot(asl_legacy1_t *s, uint32_t slot, char **out) argument
380 offset = slot * DB_RECORD_LE
549 msg_fetch(asl_legacy1_t *s, uint32_t slot, aslmsg *out) argument
731 uint32_t mx, si, slot, i, qcount, match, didmatch, status; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestException.cpp66 bool JSTestExceptionConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
68 return getStaticValueSlot<JSTestExceptionConstructor, JSDOMWrapper>(exec, &JSTestExceptionConstructorTable, jsCast<JSTestExceptionConstructor*>(cell), propertyName, slot);
121 bool JSTestException::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
125 return getStaticValueSlot<JSTestException, Base>(exec, &JSTestExceptionTable, thisObject, propertyName, slot);
H A DJSTestNode.cpp73 bool JSTestNodeConstructor::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
75 return getStaticValueSlot<JSTestNodeConstructor, JSDOMWrapper>(exec, &JSTestNodeConstructorTable, jsCast<JSTestNodeConstructor*>(cell), propertyName, slot);
122 bool JSTestNode::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) argument
126 return getStaticValueSlot<JSTestNode, Base>(exec, &JSTestNodeTable, thisObject, propertyName, slot);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashlib.h56 Hash_bucket_t** slot; /* table slot */ \
57 Hash_bucket_t** limit; /* slot limit */
73 Hash_bucket_t** table; /* hash slot table */ \
/macosx-10.9.5/libauto-185.5/
H A DZoneCollectors.cpp150 void visit(const ReferenceInfo &info, void **slot, Subzone *subzone, usword_t q) {} argument
151 void visit(const ReferenceInfo &info, void **slot, Large *large) {} argument
173 void visit(const ReferenceInfo &info, void **slot, Subzone *subzone, usword_t q) {} argument
174 void visit(const ReferenceInfo &info, void **slot, Large *large) {} argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp14 #define DEBUG_TYPE "delay-slot-filler"
36 cl::desc("Disable the delay slot filler, which attempts to fill the Mips"
44 cl::desc("Skip MIPS' delay slot filling pass."),
96 findDelayInstr(MachineBasicBlock &MBB, InstrIter slot,
105 /// We assume there is only one delay slot per delayed instruction.
118 // Delay slot filling is disabled at -O0.
126 // Record the filler instruction that filled the delay slot.
145 InstrIter slot,
150 insertDefsUses(slot, RegDefs, RegUses);
155 for (ReverseInstrIter I(slot);
144 findDelayInstr(MachineBasicBlock &MBB, InstrIter slot, InstrIter &Filler) argument
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dutil.c1381 #define BB_PER_SLOT_BITS (BB_SLOT_SIZE * 8) /* Number of bits per slot */
1382 #define BB_PER_SLOT_INTS (BB_SLOT_SIZE / 4) /* Number of int32s per slot */
1402 int slot = ndx / BB_PER_SLOT_BITS; local
1405 if (!bb->bits[slot]) {
1406 if (!(bb->bits[slot] = (uint32*)calloc(BB_PER_SLOT_INTS, 4)))
1410 bb->bits[slot][ndx/32] |= 1u << (ndx % 32);
1416 int slot = ndx / BB_PER_SLOT_BITS;
1419 if (!bb->bits[slot])
1422 bb->bits[slot][ndx/32] &= ~(1u << (ndx % 32));
1427 int slot
1442 int slot = ndx / BB_PER_SLOT_BITS; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp906 PropertySlot slot(baseValue);
908 JSValue result = baseValue.get(exec, ident, slot);
914 && slot.isCacheable()
915 && slot.slotBase() == baseValue
916 && slot.cachedPropertyType() == PropertySlot::Value) {
925 if (isInlineOffset(slot.cachedOffset())) {
927 pc[5].u.operand = offsetInInlineStorage(slot.cachedOffset()) * sizeof(JSValue) + JSObject::offsetOfInlineStorage();
930 pc[5].u.operand = offsetInButterfly(slot.cachedOffset()) * sizeof(JSValue);
958 PropertySlot slot(baseValue);
959 LLINT_RETURN(baseValue.get(exec, ident, slot));
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Dtibet-util.el293 (slot (assq char tibetan-decompose-precomposition-alist)))
294 (if slot
297 (insert (cdr slot)))
309 char slot)
312 slot (assq (aref str idx) tibetan-decompose-precomposition-alist)
313 new (concat new (if slot (cdr slot) (char-to-string char)))
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_windows.c98 ACK_WAITER *slot; local
105 slot = &db_rep->waiters->array[i];
106 if (!WAITER_SLOT_IN_USE(slot))
108 if (__repmgr_is_permanent(env, slot->lsnp))
109 if (!SetEvent(slot->event) && ret == 0)
181 * next slot (for the first time).
202 free_wait_slot(env, slot)
204 ACK_WAITER *slot;
210 slot->lsnp = NULL; /* show it's not in use */
211 slot
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_ntlm_core.c180 PK11SlotInfo *slot = NULL; local
189 /* use internal slot for DES encryption (requires NSS to be initialized) */
190 slot = PK11_GetInternalKeySlot();
191 if(!slot)
198 symkey = PK11_ImportSymKey(slot, mech, PK11_OriginUnwrap, CKA_ENCRYPT,
225 PK11_FreeSlot(slot);
H A Dnss.c325 PK11SlotInfo *slot; local
340 slot = PK11_FindSlotByName(slot_name);
342 if(!slot)
355 obj = PK11_CreateGenericObject(slot, attrs, attr_cnt, PR_FALSE);
356 PK11_FreeSlot(slot);
508 PK11SlotInfo *slot; local
520 slot = PK11_FindSlotByName("PEM Token #1");
521 if(!slot)
526 PK11_IsPresent(slot);
528 status = PK11_Authenticate(slot, PR_TRU
591 nss_get_password(PK11SlotInfo * slot, PRBool retry, void *arg) argument
759 PK11SlotInfo *slot = PK11_FindSlotByName(pem_slotname); local
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.c1040 int fd, slot; local
1050 int slot; member in struct:__anon2853
1057 slot = cache.slot;
1063 slot = 1;
1069 cache.slot = slot;
1073 slot++;
1078 if (!found) { /* no assigned slot */
1080 (void)lseek(fd, (off_t)slot * sizeo
[all...]

Completed in 521 milliseconds

<<11121314151617181920