Home
last modified time | relevance | path

Searched defs:isAtomsZone (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCompileWrappers.cpp94 bool CompileZone::isAtomsZone() { return zone()->isAtomsZone(); } in isAtomsZone() function in CompileZone
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCompileWrappers.cpp101 bool CompileZone::isAtomsZone() { return zone()->isAtomsZone(); } in isAtomsZone() function in CompileZone
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCompileWrappers.cpp97 bool CompileZone::isAtomsZone() { return zone()->isAtomsZone(); } in isAtomsZone() function in CompileZone
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCompileWrappers.cpp100 bool CompileZone::isAtomsZone() { return zone()->isAtomsZone(); } in isAtomsZone() function in CompileZone
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCompileWrappers.cpp101 bool CompileZone::isAtomsZone() { return zone()->isAtomsZone(); } in isAtomsZone() function in CompileZone
/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DZone.h84 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h84 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone() function
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h91 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSContext-inl.h303 JSContext::IsAtomsZone isAtomsZone) { in setZone()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSContext-inl.h303 JSContext::IsAtomsZone isAtomsZone) { in setZone()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSContext-inl.h303 JSContext::IsAtomsZone isAtomsZone) { in setZone()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSContext-inl.h353 JSContext::IsAtomsZone isAtomsZone) { in setZone()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DZone.h497 bool isAtomsZone() const { return isAtomsZone_; } in isAtomsZone() function
H A DScheduling.cpp433 bool isAtomsZone, in updateStartThreshold()
H A DZone.cpp65 bool isAtomsZone = JS::Zone::from(this)->isAtomsZone(); in updateGCStartThresholds() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DScheduling.cpp479 bool isAtomsZone, in updateStartThreshold()
H A DZone.cpp67 bool isAtomsZone = JS::Zone::from(this)->isAtomsZone(); in updateGCStartThresholds() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DScheduling.cpp479 bool isAtomsZone, in updateStartThreshold()
H A DZone.cpp67 bool isAtomsZone = JS::Zone::from(this)->isAtomsZone(); in updateGCStartThresholds() local
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DZone.cpp68 bool isAtomsZone = JS::Zone::from(this)->isAtomsZone(); in updateGCStartThresholds() local
H A DScheduling.cpp578 bool isAtomsZone, in updateStartThreshold()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DZone.h246 bool isAtomsZone() const { return runtimeFromAnyThread()->isAtomsZone(this); } in isAtomsZone() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DZone.h269 bool isAtomsZone() const { return runtimeFromAnyThread()->isAtomsZone(this); } in isAtomsZone() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DZone.h256 bool isAtomsZone() const { return runtimeFromAnyThread()->isAtomsZone(this); } in isAtomsZone() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscompartment.h796 JSRuntime::isAtomsZone(const JS::Zone* zone) const in isAtomsZone() function

12