Home
last modified time | relevance | path

Searched refs:initialShapes (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DShapeZone.cpp55 for (auto r = initialShapes.all(); !r.empty(); r.popFront()) { in checkTablesAfterMovingGC()
62 InitialShapeSet::Ptr ptr = initialShapes.lookup(lookup); in checkTablesAfterMovingGC()
82 initialShapes(zone), in ShapeZone()
88 initialShapes.clear(); in clearTables()
105 *shapeTables += initialShapes.sizeOfExcludingThis(mallocSizeOf); in addSizeOfExcludingThis()
H A DShapeZone.h153 InitialShapeSet initialShapes; member
H A DShape.cpp1036 auto p = realm->zone()->shapeZone().initialShapes.lookup(lookup); in getInitialShape()
1057 auto& table = realm->zone()->shapeZone().initialShapes; in getInitialShape()
1197 auto& table = cx->zone()->shapeZone().initialShapes; in insertInitialShape()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DShapeZone.cpp55 for (auto r = initialShapes.all(); !r.empty(); r.popFront()) { in checkTablesAfterMovingGC()
62 InitialShapeSet::Ptr ptr = initialShapes.lookup(lookup); in checkTablesAfterMovingGC()
82 initialShapes(zone), in ShapeZone()
88 initialShapes.clear(); in clearTables()
105 *shapeTables += initialShapes.sizeOfExcludingThis(mallocSizeOf); in addSizeOfExcludingThis()
H A DShapeZone.h153 InitialShapeSet initialShapes; member
H A DShape.cpp1036 auto p = realm->zone()->shapeZone().initialShapes.lookup(lookup); in getInitialShape()
1057 auto& table = realm->zone()->shapeZone().initialShapes; in getInitialShape()
1197 auto& table = cx->zone()->shapeZone().initialShapes; in insertInitialShape()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DShapeZone.cpp55 for (auto r = initialShapes.all(); !r.empty(); r.popFront()) { in checkTablesAfterMovingGC()
62 InitialShapeSet::Ptr ptr = initialShapes.lookup(lookup); in checkTablesAfterMovingGC()
82 initialShapes(zone), in ShapeZone()
97 *shapeTables += initialShapes.sizeOfExcludingThis(mallocSizeOf); in addSizeOfExcludingThis()
H A DShapeZone.h153 InitialShapeSet initialShapes; member
H A DShape.cpp1078 auto p = realm->zone()->shapeZone().initialShapes.lookup(lookup); in getInitialShape()
1099 auto& table = realm->zone()->shapeZone().initialShapes; in getInitialShape()
1216 auto& table = cx->zone()->shapeZone().initialShapes; in insertInitialShape()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DZone.cpp42 initialShapes(this, InitialShapeSet()), in Zone()
363 if (initialShapes.initialized()) in clearTables()
364 initialShapes.clear(); in clearTables()
H A DZone.h399 JS::WeakCache<js::InitialShapeSet> initialShapes; member
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DShape.cpp1473 if (!initialShapes.initialized()) in checkInitialShapesTableAfterMovingGC()
1481 for (decltype(initialShapes)::Enum e(initialShapes); !e.empty(); e.popFront()) { in checkInitialShapesTableAfterMovingGC()
1496 InitialShapeSet::Ptr ptr = initialShapes.lookup(lookup); in checkInitialShapesTableAfterMovingGC()
1570 auto& table = cx->zone()->initialShapes; in getInitialShape()
1590 mozilla::Maybe<DependentAddPtr<decltype(cx->zone()->initialShapes)>> keyPointer; in getInitialShape()
1675 InitialShapeSet::Ptr p = cx->zone()->initialShapes.lookup(lookup); in insertInitialShape()
1702 if (InitialShapeSet::Ptr p = cx->zone()->initialShapes.lookup(lookup)) { in insertInitialShape()
1728 if (!initialShapes.initialized()) in fixupInitialShapeTable()
1731 for (decltype(initialShapes)::Enum e(initialShapes); !e.empty(); e.popFront()) { in fixupInitialShapeTable()
H A DTypeInference.cpp4432 + initialShapes.sizeOfExcludingThis(mallocSizeOf); in addSizeOfIncludingThis()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DShape.cpp1446 if (!initialShapes.initialized()) in checkInitialShapesTableAfterMovingGC()
1454 for (InitialShapeSet::Enum e(initialShapes); !e.empty(); e.popFront()) { in checkInitialShapesTableAfterMovingGC()
1466 InitialShapeSet::Ptr ptr = initialShapes.lookup(lookup); in checkInitialShapesTableAfterMovingGC()
1492 InitialShapeSet& table = cx->compartment()->initialShapes; in getInitialShape()
1570 InitialShapeSet::Ptr p = cx->compartment()->initialShapes.lookup(lookup); in insertInitialShape()
1608 if (initialShapes.initialized()) { in sweepInitialShapeTable()
1609 for (InitialShapeSet::Enum e(initialShapes); !e.empty(); e.popFront()) { in sweepInitialShapeTable()
1631 if (!initialShapes.initialized()) in fixupInitialShapeTable()
1634 for (InitialShapeSet::Enum e(initialShapes); !e.empty(); e.popFront()) { in fixupInitialShapeTable()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DZone.cpp310 if (initialShapes().initialized()) initialShapes().clear(); in clearTables()
H A DZone.h533 js::InitialShapeSet& initialShapes() { return initialShapes_.ref(); } in initialShapes() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DShape.cpp1388 if (!initialShapes().initialized()) return; in checkInitialShapesTableAfterMovingGC()
1395 for (auto r = initialShapes().all(); !r.empty(); r.popFront()) { in checkInitialShapesTableAfterMovingGC()
1407 InitialShapeSet::Ptr ptr = initialShapes().lookup(lookup); in checkInitialShapesTableAfterMovingGC()
1848 auto& table = cx->zone()->initialShapes(); in getInitialShape()
1951 InitialShapeSet::Ptr p = cx->zone()->initialShapes().lookup(lookup); in insertInitialShape()
1977 if (InitialShapeSet::Ptr p = cx->zone()->initialShapes().lookup(lookup)) { in insertInitialShape()
1998 if (!initialShapes().initialized()) return; in fixupInitialShapeTable()
2000 for (InitialShapeSet::Enum e(initialShapes()); !e.empty(); e.popFront()) { in fixupInitialShapeTable()
H A DTypeInference.cpp3988 initialShapes().sizeOfExcludingThis(mallocSizeOf); in addSizeOfIncludingThis()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscompartment.cpp878 if (initialShapes.initialized()) in clearTables()
879 initialShapes.clear(); in clearTables()
1135 + initialShapes.sizeOfExcludingThis(mallocSizeOf); in addSizeOfIncludingThis()
H A Djscompartment.h432 js::InitialShapeSet initialShapes; member
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DShape.cpp1722 for (auto r = initialShapes().all(); !r.empty(); r.popFront()) { in checkInitialShapesTableAfterMovingGC()
1735 InitialShapeSet::Ptr ptr = initialShapes().lookup(lookup); in checkInitialShapesTableAfterMovingGC()
2153 auto& table = cx->zone()->initialShapes(); in getInitialShape()
2231 InitialShapeSet::Ptr p = cx->zone()->initialShapes().lookup(lookup); in insertInitialShape()
2269 for (InitialShapeSet::Enum e(initialShapes()); !e.empty(); e.popFront()) { in fixupInitialShapeTable()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DZone.cpp583 initialShapes().clear(); in clearTables()
687 initialShapes().sizeOfExcludingThis(mallocSizeOf); in addSizeOfIncludingThis()
H A DZone.h626 js::InitialShapeSet& initialShapes() { return initialShapes_.ref(); } in initialShapes() function