HomeSort by relevance Sort by last modified time
    Searched defs:slot (Results 51 - 75 of 262) sorted by null

1 23 4 5 6 7 8 91011

  /external/webkit/Source/JavaScriptCore/runtime/
StructureTransitionTable.h 68 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
119 HandleSlot slot() const function in class:JSC::StructureTransitionTable
129 if (HandleSlot slot = this->slot())
130 HandleHeap::heapFor(slot)->deallocate(slot);
141 if (HandleSlot slot = this->slot()) {
142 if (*slot)
158 HandleSlot slot = this->slot(); local
    [all...]
WeakGCMap.h 108 HandleSlot slot = iter.m_iterator->second; local
109 ASSERT(slot);
110 HandleHeap::heapFor(slot)->deallocate(slot);
128 HandleSlot slot = globalData.allocateGlobalHandle(); local
129 iter.first->second = slot;
130 HandleHeap::heapFor(slot)->makeWeak(slot, this, FinalizerCallback::finalizerContextFor(key));
131 HandleHeap::heapFor(slot)->writeBarrier(slot, value)
139 HandleSlot slot = iter.m_iterator->second; local
148 HandleSlot slot = iter.first->second; local
160 HandleSlot slot = m_map.take(key); local
181 HandleSlot slot = m_map.take(FinalizerCallback::keyForFinalizer(context, HandleTypes<MappedType>::getFromSlot(handle.slot()))); local
    [all...]
WriteBarrier.h 90 JSCell** slot() { return &m_cell; } function in class:JSC::WriteBarrierBase
139 JSValue* slot() function in class:JSC::WriteBarrierBase
143 JSValue* slot; member in union:JSC::WriteBarrierBase::__anon17585
146 return u.slot;
  /external/webkit/Source/JavaScriptGlue/
JSValueWrapper.cpp 137 PutPropertySlot slot; local
138 objValue->put(exec, CFStringToIdentifier(propertyName, exec), value, slot);
  /external/webkit/Source/WebCore/bindings/js/
JSLocationCustom.cpp 48 bool JSLocation::getOwnPropertySlotDelegate(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
52 slot.setUndefined();
69 slot.setCustom(this, nonCachingStaticReplaceFunctionGetter);
72 slot.setCustom(this, nonCachingStaticReloadFunctionGetter);
75 slot.setCustom(this, nonCachingStaticAssignFunctionGetter);
85 slot.setUndefined();
103 PropertySlot slot; local
106 slot.setCustom(this, nonCachingStaticReplaceFunctionGetter);
107 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
110 slot.setCustom(this, nonCachingStaticReloadFunctionGetter)
    [all...]
  /external/webkit/Source/WebCore/bridge/
runtime_object.cpp 114 bool RuntimeObject::getOwnPropertySlot(ExecState *exec, const Identifier& propertyName, PropertySlot& slot)
131 slot.setCustom(this, fieldGetter);
139 slot.setCustom(this, methodGetter);
148 slot.setCustom(this, fallbackObjectGetter);
156 return instance->getOwnPropertySlot(this, exec, propertyName, slot);
175 PropertySlot slot; local
176 slot.setCustom(this, fieldGetter);
178 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete);
185 PropertySlot slot; local
186 slot.setCustom(this, methodGetter)
195 PropertySlot slot; local
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPObject.cpp 229 bool JSNPObject::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
240 slot.setCustom(this, propertyGetter);
246 slot.setCustom(this, methodGetter);
264 PropertySlot slot; local
265 slot.setCustom(this, propertyGetter);
266 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete);
272 PropertySlot slot; local
273 slot.setCustom(this, methodGetter);
274 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete | ReadOnly);
  /external/wpa_supplicant_8/src/crypto/
crypto_nss.c 49 PK11SlotInfo *slot; local
66 slot = PK11_GetBestSlot(CKM_DES_ECB, NULL);
67 if (slot == NULL) {
75 symkey = PK11_ImportSymKey(slot, CKM_DES_ECB, PK11_OriginDerive,
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 53 // Name of metadata node where RS object slot info resides (should be
352 uint32_t slot; local
353 if (val.getAsInteger(10, slot)) {
354 ALOGE("Non-integer object slot value '%s' in %s!", val.str().c_str(),
358 result->mObjectSlots.editItemAt(slot) = 1;
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 183 uint32_t slot = kernels[ct]->mSlot; local
186 si->forEachKernelSetup(slot, &mtls);
  /frameworks/rs/driver/
rsdShaderCache.h 62 int32_t vtxUniformSlot(uint32_t a) const {return mCurrent->vtxUniforms[a].slot;}
64 int32_t fragUniformSlot(uint32_t a) const {return mCurrent->fragUniforms[a].slot;}
95 int32_t slot; member in struct:RsdShaderCache::UniformData
99 int32_t slot; member in struct:RsdShaderCache::AttrData
  /ndk/sources/host-tools/make-3.81/
hash.c 34 potentially hit every slot in the table during collision
80 /* Returns the address of the table slot matching `key'. If `key' is
81 not found, return the address of an empty slot suitable for
88 void **slot; local
97 slot = &ht->ht_vec[hash_1];
99 if (*slot == 0)
100 return (deleted_slot ? deleted_slot : slot);
101 if (*slot == hash_deleted_item)
104 deleted_slot = slot;
108 if (key == *slot)
123 void **slot = hash_find_slot (ht, key); local
130 void **slot = hash_find_slot (ht, item); local
160 void **slot = hash_find_slot (ht, item); local
226 void **slot; local
239 void **slot; local
270 void **slot = hash_find_slot (ht, *ovp); local
298 void **slot; local
    [all...]
strcache.c 121 char **slot = (char **) hash_find_slot (&strings, str); local
122 const char *key = *slot;
129 hash_insert_at (&strings, key, slot);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
mca.h 19 typedef int (*MCA_ProcFn)(char* buf, int slot, void* dev);
31 int slot; member in struct:mca_device

Completed in 2308 milliseconds

1 23 4 5 6 7 8 91011