Home
last modified time | relevance | path

Searched refs:shouldSweep (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DTypeInference.cpp1220 if (data.shouldSweep() || compilation.shouldSweep(zone)) in sweep()
1610 bool shouldSweep() { return false; } in shouldSweep() function in __anonae7e4e1d0311::ConstraintDataFreeze
1807 bool shouldSweep() { return false; } in shouldSweep() function in __anonae7e4e1d0411::ConstraintDataFreezeObjectFlags
1911 bool shouldSweep() { return false; } in shouldSweep() function in __anonae7e4e1d0511::ConstraintDataFreezeObjectForInlinedCall
1950 bool shouldSweep() { in shouldSweep() function in __anonae7e4e1d0511::ConstraintDataFreezeObjectForTypedArrayData
1982 bool shouldSweep() { return false; } in shouldSweep() function in __anonae7e4e1d0511::ConstraintDataFreezeObjectForUnboxedConvertedToNative
2078 bool shouldSweep() { return false; } in shouldSweep() function in __anonae7e4e1d0611::ConstraintDataFreezePropertyState
2134 bool shouldSweep() { return false; } in shouldSweep() function in __anonae7e4e1d0711::ConstraintDataConstantProperty
2196 bool shouldSweep() { return false; } in shouldSweep() function in ConstraintDataInert
4409 ionScript()->recompileInfoRef().shouldSweep(types); in maybeSweepTypes()
H A DTypeInference.h1229 bool shouldSweep(TypeZone& types);
H A DTypeInference-inl.h76 RecompileInfo::shouldSweep(TypeZone& types) in shouldSweep() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTypeInference.cpp1179 if (data.shouldSweep() || compilation.shouldSweep(zone)) in sweep()
1559 bool shouldSweep() { return false; } in shouldSweep() function in __anonef0ecfbb0311::ConstraintDataFreeze
1754 bool shouldSweep() { return false; } in shouldSweep() function in __anonef0ecfbb0411::ConstraintDataFreezeObjectFlags
1856 bool shouldSweep() { return false; } in shouldSweep() function in __anonef0ecfbb0511::ConstraintDataFreezeObjectForInlinedCall
1893 bool shouldSweep() { in shouldSweep() function in __anonef0ecfbb0511::ConstraintDataFreezeObjectForTypedArrayData
1921 bool shouldSweep() { return false; } in shouldSweep() function in __anonef0ecfbb0511::ConstraintDataFreezeObjectForUnboxedConvertedToNative
2015 bool shouldSweep() { return false; } in shouldSweep() function in __anonef0ecfbb0611::ConstraintDataFreezePropertyState
2069 bool shouldSweep() { return false; } in shouldSweep() function in __anonef0ecfbb0711::ConstraintDataConstantProperty
2129 bool shouldSweep() { return false; } in shouldSweep() function in ConstraintDataInert
4319 ionScript()->recompileInfoRef().shouldSweep(types); in maybeSweepTypes()
H A DTypeInference.h1223 bool shouldSweep(TypeZone& types);
H A DTypeInference-inl.h74 RecompileInfo::shouldSweep(TypeZone& types) in shouldSweep() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DTypeInference.cpp1031 if (data.shouldSweep() || compilation.shouldSweep(zone)) return false; in sweep()
1387 bool shouldSweep() { return false; } in shouldSweep() function in __anon27c0497b0311::ConstraintDataFreeze
1566 bool shouldSweep() { return false; } in shouldSweep() function in __anon27c0497b0411::ConstraintDataFreezeObjectFlags
1669 bool shouldSweep() { in shouldSweep() function in __anon27c0497b0511::ConstraintDataFreezeObjectForTypedArrayData
1696 bool shouldSweep() { return false; } in shouldSweep() function in __anon27c0497b0511::ConstraintDataFreezeObjectForUnboxedConvertedToNative
1779 bool shouldSweep() { return false; } in shouldSweep() function in __anon27c0497b0611::ConstraintDataFreezePropertyState
1831 bool shouldSweep() { return false; } in shouldSweep() function in __anon27c0497b0711::ConstraintDataConstantProperty
1885 bool shouldSweep() { return false; } in shouldSweep() function in ConstraintDataInert
3937 if (inlinedCompilations[i].shouldSweep(types)) continue; in maybeSweepTypes()
3972 if (hasIonScript()) ionScript()->recompileInfoRef().shouldSweep(types); in maybeSweepTypes()
H A DTypeInference.h1125 bool shouldSweep(TypeZone& types);
H A DTypeInference-inl.h69 inline bool RecompileInfo::shouldSweep(TypeZone& types) { in shouldSweep() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DTypeInference.h239 inline bool shouldSweep(const TypeZone& zone);
H A DTypeInference.cpp1281 if (data.shouldSweep() || compilation.shouldSweep(zone)) { in sweep()
1683 bool shouldSweep() { return false; } in shouldSweep() function in __anonc250862d0311::ConstraintDataFreeze
1875 bool shouldSweep() { return false; } in shouldSweep() function in __anonc250862d0411::ConstraintDataFreezeObjectFlags
1994 bool shouldSweep() { in shouldSweep() function in __anonc250862d0511::ConstraintDataFreezeObjectForTypedArrayData
2074 bool shouldSweep() { return false; } in shouldSweep() function in __anonc250862d0611::ConstraintDataFreezePropertyState
2134 bool shouldSweep() { return false; } in shouldSweep() function in __anonc250862d0711::ConstraintDataConstantProperty
2204 bool shouldSweep() { return false; } in shouldSweep() function in ConstraintDataInert
4535 if (inlinedCompilations[i].shouldSweep(types)) { in sweepTypes()
H A DTypeInference-inl.h66 inline bool RecompileInfo::shouldSweep(const TypeZone& zone) { in shouldSweep() function