Home
last modified time | relevance | path

Searched refs:UpdateCellPointers (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DCompacting.cpp482 static inline void UpdateCellPointers(MovingTracer* trc, T* cell) { in UpdateCellPointers() function
495 UpdateCellPointers(trc, cell.as<T>()); in UpdateArenaPointersTyped()
661 UpdateCellPointers(trc, obj); in updateRttValueObjects()
665 UpdateCellPointers(trc, &value.toObject()); in updateRttValueObjects()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGC.cpp2194 static inline void UpdateCellPointers(MovingTracer* trc, T* cell) { in UpdateCellPointers() function
2207 UpdateCellPointers(trc, reinterpret_cast<T*>(i.getCell())); in UpdateArenaPointersTyped()
2372 UpdateCellPointers(trc, obj); in updateTypeDescrObjects()
2377 UpdateCellPointers(trc, &value.toObject()); in updateTypeDescrObjects()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGC.cpp2577 static inline void UpdateCellPointers(MovingTracer* trc, T* cell) { in UpdateCellPointers() function
2590 UpdateCellPointers(trc, cell.as<T>()); in UpdateArenaPointersTyped()
2756 UpdateCellPointers(trc, obj); in updateRttValueObjects()
2760 UpdateCellPointers(trc, &value.toObject()); in updateRttValueObjects()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGC.cpp2577 static inline void UpdateCellPointers(MovingTracer* trc, T* cell) { in UpdateCellPointers() function
2590 UpdateCellPointers(trc, cell.as<T>()); in UpdateArenaPointersTyped()
2756 UpdateCellPointers(trc, obj); in updateRttValueObjects()
2760 UpdateCellPointers(trc, &value.toObject()); in updateRttValueObjects()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGC.cpp2261 static inline void UpdateCellPointers(MovingTracer* trc, T* cell) { in UpdateCellPointers() function
2269 UpdateCellPointers(trc, reinterpret_cast<T*>(i.getCell())); in UpdateArenaPointersTyped()
2446 UpdateCellPointers(trc, obj); in updateTypeDescrObjects()
2449 if (value.isObject()) UpdateCellPointers(trc, &value.toObject()); in updateTypeDescrObjects()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.cpp2212 UpdateCellPointers(MovingTracer* trc, T* cell)
2223 UpdateCellPointers(trc, reinterpret_cast<T*>(i.getCell()));
2418 UpdateCellPointers(trc, r.front().get());
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp2411 UpdateCellPointers(MovingTracer* trc, ArenaHeader* arena) in UpdateCellPointers() function
2615 UpdateCellPointers(&trc, arena); in updateArenas()