Searched refs:refType (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.cpp85 LValue Output::load(TypedPointer pointer, LType refType) argument
87 LValue result = get(intToPtr(pointer.value(), refType));
92 void Output::store(LValue value, TypedPointer pointer, LType refType) argument
94 LValue result = set(value, intToPtr(pointer.value(), refType));
H A DFTLOutput.h217 LValue load(TypedPointer, LType refType);
218 void store(LValue, TypedPointer, LType refType);
H A DFTLLowerDFGToLLVM.cpp2315 LType refType; local
2394 refType = m_out.ref8;
2398 refType = m_out.ref16;
2402 refType = m_out.ref32;
2412 refType = m_out.refFloat;
2416 refType = m_out.refDouble;
2424 m_out.store(valueToStore, pointer, refType);
2434 m_out.store(valueToStore, pointer, refType);
2458 LType refType; local
2466 refType
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioNode.cpp410 void AudioNode::ref(RefType refType) argument
412 switch (refType) {
424 fprintf(stderr, "%p: %d: AudioNode::ref(%d) %d %d\n", this, nodeType(), refType, m_normalRefCount, m_connectionRefCount);
430 if (refType == RefTypeConnection)
434 void AudioNode::deref(RefType refType) argument
451 finishDeref(refType);
458 ASSERT(refType == RefTypeConnection);
469 void AudioNode::finishDeref(RefType refType) argument
473 switch (refType) {
487 fprintf(stderr, "%p: %d: AudioNode::deref(%d) %d %d\n", this, nodeType(), refType, m_normalRefCoun
[all...]
H A DAudioNode.h99 void ref(RefType refType = RefTypeNormal);
100 void deref(RefType refType = RefTypeNormal);
103 void finishDeref(RefType refType);
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemas.c2817 xmlSchemaTypeType refType,
2824 refTypeStr = (const char *) xmlSchemaItemTypeToStr(refType);
5405 xmlSchemaTypeType refType,
5423 ret->itemType = refType;
2810 xmlSchemaPResCompAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar *refName, const xmlChar *refURI, xmlSchemaTypeType refType, const char *refTypeStr) argument
5404 xmlSchemaNewQNameRef(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypeType refType, const xmlChar *refName, const xmlChar *refNs) argument
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c2798 xmlSchemaTypeType refType,
2805 refTypeStr = (const char *) xmlSchemaItemTypeToStr(refType);
5386 xmlSchemaTypeType refType,
5404 ret->itemType = refType;
2791 xmlSchemaPResCompAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar *refName, const xmlChar *refURI, xmlSchemaTypeType refType, const char *refTypeStr) argument
5385 xmlSchemaNewQNameRef(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypeType refType, const xmlChar *refName, const xmlChar *refNs) argument

Completed in 320 milliseconds