Home
last modified time | relevance | path

Searched refs:templateObj (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/security/pecl-pkcs11/pkcs11-1.0/
H A Dpkcs11session.c278 CK_ATTRIBUTE_PTR templateObj;
284 templateObj, templateItemCount, &hKey
286 freeTemplate(templateObj);
511 CK_ATTRIBUTE_PTR templateObj;
518 freeTemplate(templateObj);
558 freeTemplate(templateObj);
567 CK_ATTRIBUTE_PTR templateObj;
573 templateObj, templateItemCount, &hObject
575 freeTemplate(templateObj);
629 CK_ATTRIBUTE_PTR templateObj;
[all …]
H A Dpkcs11key.c514 CK_ATTRIBUTE_PTR templateObj;
515 parseTemplate(&template, &templateObj, &templateItemCount);
528 templateObj,
532 freeTemplate(templateObj);
563 CK_ATTRIBUTE_PTR templateObj;
564 parseTemplate(&template, &templateObj, &templateItemCount);
573 templateObj,
577 freeTemplate(templateObj);
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCaches-inl.h51 NativeObject* templateObj = in newObjectFromHit() local
56 if (templateObj->shape()->realm() != cx->realm()) { in newObjectFromHit()
64 const JSClass* clasp = templateObj->getClass(); in newObjectFromHit()
71 copyCachedToObject(obj, templateObj, entry->kind); in newObjectFromHit()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCaches-inl.h51 NativeObject* templateObj = in newObjectFromHit() local
56 if (templateObj->shape()->realm() != cx->realm()) { in newObjectFromHit()
64 const JSClass* clasp = templateObj->getClass(); in newObjectFromHit()
71 copyCachedToObject(obj, templateObj, entry->kind); in newObjectFromHit()
/dports/devel/py-cheetah3/Cheetah3-3.2.6/Cheetah/
H A DErrorCatchers.py13 def __init__(self, templateObj): argument
42 def __init__(self, templateObj): argument
43 ErrorCatcher.__init__(self, templateObj)
H A DTemplateCmdLineIface.py21 def __init__(self, templateObj, argument
25 self._template = templateObj
/dports/print/scribus-devel/scribus-1.5.7/codegen/cheetah/Cheetah/
H A DErrorCatchers.py23 def __init__(self, templateObj): argument
46 def __init__(self, templateObj): argument
47 ErrorCatcher.__init__(self, templateObj)
H A DTemplateCmdLineIface.py32 def __init__(self, templateObj, argument
36 self._template = templateObj
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMacroAssembler.cpp921 if (templateObj->isNative()) { in createGCObject()
1012 MOZ_ASSERT(nslots == templateObj->lastProperty()->slotSpan(templateObj->getClass())); in FindStartOfUninitializedAndUndefinedSlots()
1077 MOZ_ASSERT(templateObj->hasPrivate()); in initTypedArraySlots()
1078 MOZ_ASSERT(!templateObj->hasBuffer()); in initTypedArraySlots()
1087 int32_t length = templateObj->length(); in initTypedArraySlots()
1140 uint32_t nslots = templateObj->lastProperty()->slotSpan(templateObj->getClass()); in initGCSlots()
1144 uint32_t nfixed = templateObj->numUsedFixedSlots(); in initGCSlots()
1211 if (Shape* shape = templateObj->maybeShape()) in initGCThing()
1216 if (templateObj->isNative()) { in initGCThing()
1266 } else if (templateObj->is<InlineTypedObject>()) { in initGCThing()
[all …]
H A DMCallOptimize.cpp878 if (!templateObj) in inlineArraySlice()
882 if (!templateObj->is<ArrayObject>()) in inlineArraySlice()
1400 if (!templateObj) in inlineStringObject()
3637 InlineTypedObject* templateObj = nullptr; in inlineSimdCheck() local
3706 InlineTypedObject* templateObj = nullptr; in inlineSimdBinaryArith() local
3721 InlineTypedObject* templateObj = nullptr; in inlineSimdBinaryBitwise() local
3737 InlineTypedObject* templateObj = nullptr; in inlineSimdBinarySaturating() local
3754 InlineTypedObject* templateObj = nullptr; in inlineSimdShift() local
3768 InlineTypedObject* templateObj = nullptr; in inlineSimdComp() local
3783 InlineTypedObject* templateObj = nullptr; in inlineSimdUnary() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DCaches-inl.h49 NativeObject* templateObj = reinterpret_cast<NativeObject*>(&entry->templateObject); in newObjectFromHit() local
53 ObjectGroup* group = templateObj->group_; in newObjectFromHit()
68 copyCachedToObject(obj, templateObj, entry->kind); in newObjectFromHit()
H A DArgumentsObject.cpp252 ArgumentsObject* templateObj = obj;
253 if (templateObj)
254 return templateObj;
256 templateObj = ArgumentsObject::createTemplateObject(cx, mapped);
257 if (!templateObj)
260 obj.set(templateObj);
261 return templateObj;
269 … ArgumentsObject* templateObj = cx->compartment()->getOrCreateArgumentsTemplateObject(cx, mapped);
270 if (!templateObj)
273 RootedShape shape(cx, templateObj->lastProperty());
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DCaches-inl.h48 NativeObject* templateObj = in newObjectFromHit() local
54 ObjectGroup* group = templateObj->group_; in newObjectFromHit()
67 copyCachedToObject(obj, templateObj, entry->kind); in newObjectFromHit()
H A DArgumentsObject.cpp227 ArgumentsObject* templateObj = obj; in getOrCreateArgumentsTemplateObject() local
228 if (templateObj) return templateObj; in getOrCreateArgumentsTemplateObject()
230 templateObj = ArgumentsObject::createTemplateObject(cx, mapped); in getOrCreateArgumentsTemplateObject()
231 if (!templateObj) return nullptr; in getOrCreateArgumentsTemplateObject()
233 obj.set(templateObj); in getOrCreateArgumentsTemplateObject()
234 return templateObj; in getOrCreateArgumentsTemplateObject()
243 ArgumentsObject* templateObj = in create() local
245 if (!templateObj) return nullptr; in create()
247 RootedShape shape(cx, templateObj->lastProperty()); in create()
248 RootedObjectGroup group(cx, templateObj->group()); in create()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DRuntime-inl.h49 NativeObject* templateObj = reinterpret_cast<NativeObject*>(&entry->templateObject); in newObjectFromHit() local
53 ObjectGroup* group = templateObj->group_; in newObjectFromHit()
68 copyCachedToObject(obj, templateObj, entry->kind); in newObjectFromHit()
H A DArgumentsObject.cpp196 ArgumentsObject* templateObj = obj; in getOrCreateArgumentsTemplateObject() local
197 if (templateObj) in getOrCreateArgumentsTemplateObject()
198 return templateObj; in getOrCreateArgumentsTemplateObject()
200 templateObj = ArgumentsObject::createTemplateObject(cx, mapped); in getOrCreateArgumentsTemplateObject()
201 if (!templateObj) in getOrCreateArgumentsTemplateObject()
204 obj.set(templateObj); in getOrCreateArgumentsTemplateObject()
205 return templateObj; in getOrCreateArgumentsTemplateObject()
213 … ArgumentsObject* templateObj = cx->compartment()->getOrCreateArgumentsTemplateObject(cx, mapped); in create() local
214 if (!templateObj) in create()
217 RootedShape shape(cx, templateObj->lastProperty()); in create()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMCallOptimize.cpp834 if (!templateObj || templateObj->group() != thisGroup) in inlineArrayConcat()
916 if (!templateObj) in inlineArraySlice()
920 if (!templateObj->is<ArrayObject>()) in inlineArraySlice()
1524 if (!templateObj) in inlineStringObject()
3289 *templateObj = inlineTypedObject; in checkInlineSimd()
3311 InlineTypedObject* templateObj = nullptr; in inlineBinarySimd() local
3329 InlineTypedObject* templateObj = nullptr; in inlineCompSimd() local
3347 InlineTypedObject* templateObj = nullptr; in inlineUnarySimd() local
3360 InlineTypedObject* templateObj = nullptr; in inlineSimdSplat() local
3373 InlineTypedObject* templateObj = nullptr; in inlineSimdExtractLane() local
[all …]
H A DMacroAssembler.cpp889 if (templateObj->isNative()) { in createGCObject()
981 MOZ_ASSERT(nslots == templateObj->lastProperty()->slotSpan(templateObj->getClass())); in FindStartOfUndefinedAndUninitializedSlots()
1004 uint32_t nslots = templateObj->lastProperty()->slotSpan(templateObj->getClass()); in initGCSlots()
1008 uint32_t nfixed = templateObj->numUsedFixedSlots(); in initGCSlots()
1009 uint32_t ndynamic = templateObj->numDynamicSlots(); in initGCSlots()
1067 if (Shape* shape = templateObj->maybeShape()) in initGCThing()
1072 if (templateObj->isNative()) { in initGCThing()
1117 } else if (templateObj->is<InlineTypedObject>()) { in initGCThing()
1130 } else if (templateObj->is<UnboxedPlainObject>()) { in initGCThing()
1134 } else if (templateObj->is<UnboxedArrayObject>()) { in initGCThing()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCaches-inl.h48 NativeObject* templateObj = in newObjectFromHit() local
54 ObjectGroup* group = templateObj->groupRaw(); in newObjectFromHit()
81 copyCachedToObject(obj, templateObj, entry->kind); in newObjectFromHit()
H A DArgumentsObject.cpp261 ArgumentsObject* templateObj = obj; in getOrCreateArgumentsTemplateObject() local
262 if (templateObj) { in getOrCreateArgumentsTemplateObject()
263 return templateObj; in getOrCreateArgumentsTemplateObject()
266 templateObj = ArgumentsObject::createTemplateObject(cx, mapped); in getOrCreateArgumentsTemplateObject()
267 if (!templateObj) { in getOrCreateArgumentsTemplateObject()
271 obj.set(templateObj); in getOrCreateArgumentsTemplateObject()
272 return templateObj; in getOrCreateArgumentsTemplateObject()
280 ArgumentsObject* templateObj = in create() local
282 if (!templateObj) { in create()
286 RootedShape shape(cx, templateObj->lastProperty()); in create()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMCallOptimize.cpp920 JSObject* templateObj = in inlineArraySlice() local
1465 JSObject* templateObj = in inlineStringObject() local
3800 InlineTypedObject* templateObj = nullptr; in inlineSimdCheck() local
3866 InlineTypedObject* templateObj = nullptr; in inlineSimdBinaryArith() local
3880 InlineTypedObject* templateObj = nullptr; in inlineSimdBinaryBitwise() local
3895 InlineTypedObject* templateObj = nullptr; in inlineSimdBinarySaturating() local
3912 InlineTypedObject* templateObj = nullptr; in inlineSimdShift() local
3926 InlineTypedObject* templateObj = nullptr; in inlineSimdComp() local
3940 InlineTypedObject* templateObj = nullptr; in inlineSimdUnary() local
3953 InlineTypedObject* templateObj = nullptr; in inlineSimdSplat() local
[all …]
H A DMacroAssembler.cpp988 if (templateObj->isNative()) { in createGCObject()
1104 v = templateObj->getFixedSlot(i); in copySlotsFromTemplate()
1150 templateObj->lastProperty()->slotSpan(templateObj->getClass())); in FindStartOfUninitializedAndUndefinedSlots()
1212 MOZ_ASSERT(templateObj->hasPrivate()); in initTypedArraySlots()
1213 MOZ_ASSERT(!templateObj->hasBuffer()); in initTypedArraySlots()
1223 int32_t length = templateObj->length(); in initTypedArraySlots()
1276 templateObj->lastProperty()->slotSpan(templateObj->getClass()); in initGCSlots()
1301 MOZ_ASSERT_IF(!templateObj->is<CallObject>(), in initGCSlots()
1346 storePtr(ImmGCPtr(templateObj->group()), in initGCThing()
1349 if (templateObj->is<ShapedObject>()) in initGCThing()
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclFCmd.c1393 Tcl_Obj *templateObj = objv[2]; in TclFileTemporaryCmd() local
1394 const char *string = TclGetStringFromObj(templateObj, &length); in TclFileTemporaryCmd()
1412 tempDirObj = TclPathPart(interp, templateObj, TCL_PATH_DIRNAME); in TclFileTemporaryCmd()
1434 Tcl_Obj *tailObj = TclPathPart(interp, templateObj, in TclFileTemporaryCmd()
1545 Tcl_Obj *templateObj = objv[1]; in TclFileTempDirCmd() local
1546 const char *string = TclGetStringFromObj(templateObj, &length); in TclFileTempDirCmd()
1573 nameBaseObj = templateObj; in TclFileTempDirCmd()
1582 baseDirObj = TclPathPart(interp, templateObj, TCL_PATH_DIRNAME); in TclFileTempDirCmd()
1583 nameBaseObj = TclPathPart(interp, templateObj, TCL_PATH_TAIL); in TclFileTempDirCmd()
1590 baseDirObj = templateObj; in TclFileTempDirCmd()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A Dutils.cpp115 bool templateObj = false; in fillLibraries() local
125 templateObj = (libobj->getId()==FWObjectDatabase::TEMPLATE_LIB_ID); in fillLibraries()
143 !templateObj) continue; in fillLibraries()
163 bool templateObj = false; in fillLibraries() local
173 templateObj = (libobj->getId()==FWObjectDatabase::TEMPLATE_LIB_ID); in fillLibraries()
189 if ( (*i)->getId()==FWObjectDatabase::TEMPLATE_LIB_ID && !templateObj) continue; in fillLibraries()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DWarpOracle.cpp205 ArgumentsObject* templateObj = in createScriptSnapshot() local
208 templateObj)) { in createScriptSnapshot()
394 if (ArrayObject* templateObj = stub->templateObject()) { in createScriptSnapshot() local
397 gc::GetGCKindSlots(templateObj->asTenured().getAllocKind()) - in createScriptSnapshot()
401 templateObj, useVMCall)) { in createScriptSnapshot()
414 if (JSObject* templateObj = stub->templateObject()) { in createScriptSnapshot() local
416 templateObj)) { in createScriptSnapshot()

1234567