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

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGGenerationInfo.h61 void initConstant(Node* node, uint32_t useCount) argument
64 m_useCount = useCount;
72 void initGPR(Node* node, uint32_t useCount, GPRReg gpr, DataFormat format) argument
76 m_useCount = useCount;
85 void initInt32(Node* node, uint32_t useCount, GPRReg gpr) argument
87 initGPR(node, useCount, gpr, DataFormatInt32);
89 void initInt52(Node* node, uint32_t useCount, GPRReg reg, DataFormat format) argument
92 initGPR(node, useCount, reg, format);
94 void initInt52(Node* node, uint32_t useCount, GPRReg reg) argument
96 initGPR(node, useCount, re
98 initStrictInt52(Node* node, uint32_t useCount, GPRReg reg) argument
103 initJSValue(Node* node, uint32_t useCount, GPRReg gpr, DataFormat format = DataFormatJS) argument
109 initJSValue(Node* node, uint32_t useCount, GPRReg tagGPR, GPRReg payloadGPR, DataFormat format = DataFormatJS) argument
125 initCell(Node* node, uint32_t useCount, GPRReg gpr) argument
129 initBoolean(Node* node, uint32_t useCount, GPRReg gpr) argument
133 initDouble(Node* node, uint32_t useCount, FPRReg fpr) argument
146 initStorage(Node* node, uint32_t useCount, GPRReg gpr) argument
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A DthreadLocalVariables.c380 uint32_t useCount; member in struct:TLVTerminatorList
395 list->useCount = 1;
407 newlist->useCount = list->useCount;
408 for(uint32_t i=0; i < list->useCount; ++i)
415 list->entries[list->useCount].termFunc = func;
416 list->entries[list->useCount].objAddr = objAddr;
417 list->useCount += 1;
427 for(uint32_t i=list->useCount; i > 0 ; --i) {
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXhandles.c56 int useCount; /* Keeps track of the number sharing */ member in struct:__anon12974
328 tblHdrPtr->useCount = 1;
365 tblHdrPtr->useCount += amount;
366 return tblHdrPtr->useCount;
385 tblHdrPtr->useCount--;
386 if (tblHdrPtr->useCount <= 0) {
/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyPriv.h178 UInt32 useCount; member in struct:DVFamilyDataStruct
/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.h422 uint32_t useCount; member in struct:perf_monitor
452 uint32_t useCount; member in struct:pmc
H A Dpmc.c75 x, x->object, x->useCount, \
347 pm->useCount = 1; /* initial retain count of 1, for caller */
435 OSIncrementAtomic(&(pm->useCount));
447 if(1 == OSDecrementAtomic(&(pm->useCount))) {
533 pmc->useCount = 1;
542 OSIncrementAtomic(&(pmc->useCount));
554 if(1 == OSDecrementAtomic(&(pmc->useCount))) {
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp149 size_t useCount() const { return fRootsDependentOnThis.size(); } function in class:ArchGraph::DependencyNode
503 if ( node->allDependentsFound() /*&& (node->useCount() > 1)*/ ) {

Completed in 128 milliseconds