Home
last modified time | relevance | path

Searched refs:nextFunctionIndex (Results 1 – 20 of 20) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DPerfSpewer.cpp152 uint32_t PerfSpewer::nextFunctionIndex = 0; member in PerfSpewer
205 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
224 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
H A DPerfSpewer.h60 static uint32_t nextFunctionIndex;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DPerfSpewer.cpp153 uint32_t PerfSpewer::nextFunctionIndex = 0; member in PerfSpewer
206 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
225 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
H A DPerfSpewer.h60 static uint32_t nextFunctionIndex;
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DPerfSpewer.cpp152 uint32_t PerfSpewer::nextFunctionIndex = 0; member in PerfSpewer
202 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
213 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
H A DPerfSpewer.h64 static uint32_t nextFunctionIndex;
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DPerfSpewer.cpp152 uint32_t PerfSpewer::nextFunctionIndex = 0; member in PerfSpewer
202 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
213 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
H A DPerfSpewer.h64 static uint32_t nextFunctionIndex;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DPerfSpewer.cpp152 uint32_t PerfSpewer::nextFunctionIndex = 0; member in PerfSpewer
202 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
213 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
H A DPerfSpewer.h64 static uint32_t nextFunctionIndex;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DPerfSpewer.cpp144 uint32_t PerfSpewer::nextFunctionIndex = 0; member in PerfSpewer
188 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
199 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
H A DPerfSpewer.h63 static uint32_t nextFunctionIndex;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DPerfSpewer.cpp152 uint32_t PerfSpewer::nextFunctionIndex = 0; member in PerfSpewer
202 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
213 uint32_t thisFunctionIndex = nextFunctionIndex++; in writeProfile()
H A DPerfSpewer.h63 static uint32_t nextFunctionIndex;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dwindowfunctionstep.h133 uint64_t nextFunctionIndex();
H A Dwindowfunctionstep.cpp1039 uint64_t WindowFunctionStep::nextFunctionIndex() in nextFunctionIndex() function in joblist::WindowFunctionStep
1054 while (((i = nextFunctionIndex()) < fFunctionCount) && !cancelled()) in doFunction()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dwindowfunctionstep.h133 uint64_t nextFunctionIndex();
H A Dwindowfunctionstep.cpp1039 uint64_t WindowFunctionStep::nextFunctionIndex() in nextFunctionIndex() function in joblist::WindowFunctionStep
1054 while (((i = nextFunctionIndex()) < fFunctionCount) && !cancelled()) in doFunction()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/
H A DWebBrowser.java34 int nextFunctionIndex = 1; field in WebBrowser
469 return nextFunctionIndex++; in getNextFunctionIndex()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/browser/
H A DWebBrowser.java34 int nextFunctionIndex = 1; field in WebBrowser
469 return nextFunctionIndex++; in getNextFunctionIndex()