Home
last modified time | relevance | path

Searched refs:CacheLocationList (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/shared/
H A DCodeGenerator-shared.h452 bool addCacheLocations(const CacheLocationList& locs, size_t* numLocs, size_t* offset);
H A DCodeGenerator-shared.cpp1621 CodeGeneratorShared::addCacheLocations(const CacheLocationList& locs, size_t* numLocs, in addCacheLocations()
1626 for (CacheLocationList::iterator iter = locs.begin(); iter != locs.end(); iter++) { in addCacheLocations()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/shared/
H A DCodeGenerator-shared.h460 bool addCacheLocations(const CacheLocationList& locs, size_t* numLocs, size_t* offset);
H A DCodeGenerator-shared.cpp1651 CodeGeneratorShared::addCacheLocations(const CacheLocationList& locs, size_t* numLocs, in addCacheLocations()
1656 for (CacheLocationList::iterator iter = locs.begin(); iter != locs.end(); iter++) { in addCacheLocations()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMIR.h10662 class CacheLocationList : public InlineConcatList<CacheLocationList>
10665 CacheLocationList() in CacheLocationList() function
10681 CacheLocationList location_;
10729 CacheLocationList& location() { in location()
H A DCodeGenerator.cpp10094 CacheLocationList& cacheLocs = lir->mirRaw()->toGetPropertyCache()->location(); in visitGetPropertyIC()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIR.h10338 class CacheLocationList : public InlineConcatList<CacheLocationList>
10341 CacheLocationList() in CacheLocationList() function
10357 CacheLocationList location_;
10415 CacheLocationList& location() { in location()
H A DCodeGenerator.cpp8690 CacheLocationList& cacheLocs = lir->mirRaw()->toGetPropertyCache()->location(); in visitGetPropertyIC()