Home
last modified time | relevance | path

Searched refs:osiIndexEntries_ (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DIon.cpp792 osiIndexEntries_(0), in IonScript()
879 script->osiIndexEntries_ = osiIndices; in New()
1007 memcpy(osiIndices(), oi, osiIndexEntries_ * sizeof(OsiIndex)); in copyOsiIndices()
1069 const OsiIndex* end = osiIndices() + osiIndexEntries_; in getOsiIndex()
H A DIonCode.h224 uint32_t osiIndexEntries_; member
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DIonCode.h248 uint32_t osiIndexEntries_; member
H A DIon.cpp890 osiIndexEntries_(0),
979 script->osiIndexEntries_ = osiIndices;
1133 memcpy(osiIndices(), oi, osiIndexEntries_ * sizeof(OsiIndex));
1206 const OsiIndex* end = osiIndices() + osiIndexEntries_;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DIonCode.h248 uint32_t osiIndexEntries_; member
H A DIon.cpp922 osiIndexEntries_(0), in IonScript()
1011 script->osiIndexEntries_ = osiIndices; in New()
1163 memcpy(osiIndices(), oi, osiIndexEntries_ * sizeof(OsiIndex)); in copyOsiIndices()
1236 const OsiIndex* end = osiIndices() + osiIndexEntries_; in getOsiIndex()