Home
last modified time | relevance | path

Searched refs:stubs_ (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DJitRealm.h67 stubs_; variable
80 return stubs_[stub].unbarrieredGet(); in getStubNoBarrier()
108 if (stubs_[StringConcat]) { in ensureIonStubsExist()
112 return stubs_[StringConcat]; in ensureIonStubsExist()
118 for (WeakHeapPtrJitCode& stubRef : stubs_) { in discardStubs()
146 if (stubs_[RegExpMatcher]) { in ensureRegExpMatcherStubExists()
150 return stubs_[RegExpMatcher]; in ensureRegExpMatcherStubExists()
158 if (stubs_[RegExpSearcher]) { in ensureRegExpSearcherStubExists()
162 return stubs_[RegExpSearcher]; in ensureRegExpSearcherStubExists()
170 if (stubs_[RegExpTester]) { in ensureRegExpTesterStubExists()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DJitRealm.h67 stubs_; variable
80 return stubs_[stub].unbarrieredGet(); in getStubNoBarrier()
108 if (stubs_[StringConcat]) { in ensureIonStubsExist()
112 return stubs_[StringConcat]; in ensureIonStubsExist()
118 for (WeakHeapPtrJitCode& stubRef : stubs_) { in discardStubs()
146 if (stubs_[RegExpMatcher]) { in ensureRegExpMatcherStubExists()
150 return stubs_[RegExpMatcher]; in ensureRegExpMatcherStubExists()
158 if (stubs_[RegExpSearcher]) { in ensureRegExpSearcherStubExists()
162 return stubs_[RegExpSearcher]; in ensureRegExpSearcherStubExists()
170 if (stubs_[RegExpTester]) { in ensureRegExpTesterStubExists()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DJitRealm.h67 stubs_; variable
80 return stubs_[stub].unbarrieredGet(); in getStubNoBarrier()
108 if (stubs_[StringConcat]) { in ensureIonStubsExist()
112 return stubs_[StringConcat]; in ensureIonStubsExist()
118 for (WeakHeapPtrJitCode& stubRef : stubs_) { in discardStubs()
146 if (stubs_[RegExpMatcher]) { in ensureRegExpMatcherStubExists()
150 return stubs_[RegExpMatcher]; in ensureRegExpMatcherStubExists()
158 if (stubs_[RegExpSearcher]) { in ensureRegExpSearcherStubExists()
162 return stubs_[RegExpSearcher]; in ensureRegExpSearcherStubExists()
170 if (stubs_[RegExpTester]) { in ensureRegExpTesterStubExists()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DPIC.h72 CatStub* stubs_;
74 PICChain() : stubs_(nullptr) {} in PICChain()
80 return stubs_; in stubs()
86 if (!stubs_) { in addStub()
87 stubs_ = stub; in addStub()
91 CatStub* cur = stubs_; in addStub()
99 for (CatStub* stub = stubs_; stub; stub = stub->next()) in numStubs()
109 MOZ_ASSERT(stub == stubs_); in removeStub()
110 stubs_ = stub->next(); in removeStub()
H A DPIC.cpp233 Stub* stub = stubs_; in eraseChain()
239 stubs_ = nullptr; in eraseChain()
260 while (stubs_) in mark()
261 removeStub(stubs_, nullptr); in mark()
268 while (stubs_) { in sweep()
269 Stub* next = stubs_->next(); in sweep()
270 fop->delete_(stubs_); in sweep()
271 stubs_ = next; in sweep()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DPIC.h58 CatStub* stubs_;
60 PICChain() : stubs_(nullptr) {} in PICChain()
65 CatStub* stubs() const { return stubs_; } in stubs()
70 if (!stubs_) { in addStub()
71 stubs_ = stub; in addStub()
75 CatStub* cur = stubs_; in addStub()
82 for (CatStub* stub = stubs_; stub; stub = stub->next()) count++; in numStubs()
91 MOZ_ASSERT(stub == stubs_); in removeStub()
92 stubs_ = stub->next(); in removeStub()
H A DPIC.cpp187 Stub* stub = stubs_; in eraseChain()
193 stubs_ = nullptr; in eraseChain()
212 while (stubs_) removeStub(stubs_, nullptr); in trace()
217 while (stubs_) { in sweep()
218 Stub* next = stubs_->next(); in sweep()
219 fop->delete_(stubs_); in sweep()
220 stubs_ = next; in sweep()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DPIC.h72 CatStub* stubs_;
74 PICChain() : stubs_(nullptr) {} in PICChain()
80 return stubs_; in stubs()
86 if (!stubs_) { in addStub()
87 stubs_ = stub; in addStub()
91 CatStub* cur = stubs_; in addStub()
99 for (CatStub* stub = stubs_; stub; stub = stub->next()) in numStubs()
109 MOZ_ASSERT(stub == stubs_); in removeStub()
110 stubs_ = stub->next(); in removeStub()
H A DPIC.cpp240 Stub* stub = stubs_; in eraseChain()
246 stubs_ = nullptr; in eraseChain()
267 while (stubs_) in mark()
268 removeStub(stubs_, nullptr); in mark()
275 while (stubs_) { in sweep()
276 Stub* next = stubs_->next(); in sweep()
277 fop->delete_(stubs_); in sweep()
278 stubs_ = next; in sweep()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/internal/
H A Dcommon_client.h68 stubs_.clear(); in reset()
75 auto stub = stubs_[GetIndex()]; in Stub()
92 if (!stubs_.empty()) { in CheckConnections()
113 if (stubs_.empty()) { in CheckConnections()
115 tmp.swap(stubs_); in CheckConnections()
132 if (current_index_ >= stubs_.size()) { in GetIndex()
141 std::vector<StubPtr> stubs_; variable
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/internal/
H A Dcommon_client.h68 stubs_.clear(); in reset()
75 auto stub = stubs_[GetIndex()]; in Stub()
90 if (!stubs_.empty()) { in CheckConnections()
111 if (stubs_.empty()) { in CheckConnections()
113 tmp.swap(stubs_); in CheckConnections()
130 if (current_index_ >= stubs_.size()) { in GetIndex()
140 std::vector<StubPtr> stubs_; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DJitRealm.h582 stubs_; variable
595 return stubs_[stub].unbarrieredGet(); in getStubNoBarrier()
623 if (stubs_[StringConcat]) { in ensureIonStubsExist()
627 return stubs_[StringConcat]; in ensureIonStubsExist()
633 for (WeakHeapPtrJitCode& stubRef : stubs_) { in discardStubs()
661 if (stubs_[RegExpMatcher]) { in ensureRegExpMatcherStubExists()
665 return stubs_[RegExpMatcher]; in ensureRegExpMatcherStubExists()
673 if (stubs_[RegExpSearcher]) { in ensureRegExpSearcherStubExists()
677 return stubs_[RegExpSearcher]; in ensureRegExpSearcherStubExists()
685 if (stubs_[RegExpTester]) { in ensureRegExpTesterStubExists()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DJitCompartment.h518 stubs_; variable
534 return stubs_[stub].unbarrieredGet(); in getStubNoBarrier()
585 if (stubs_[StringConcat]) return true; in ensureIonStubsExist()
586 stubs_[StringConcat] = generateStringConcatStub(cx); in ensureIonStubsExist()
587 return stubs_[StringConcat]; in ensureIonStubsExist()
605 if (stubs_[RegExpMatcher]) return true; in ensureRegExpMatcherStubExists()
607 return stubs_[RegExpMatcher]; in ensureRegExpMatcherStubExists()
615 if (stubs_[RegExpSearcher]) return true; in ensureRegExpSearcherStubExists()
617 return stubs_[RegExpSearcher]; in ensureRegExpSearcherStubExists()
625 if (stubs_[RegExpTester]) return true; in ensureRegExpTesterStubExists()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DPIC.h59 CatStub* stubs_;
61 PICChain() : stubs_(nullptr) {} in PICChain()
66 CatStub* stubs() const { return stubs_; } in stubs()
72 for (CatStub* stub = stubs_; stub; stub = stub->next()) { in numStubs()
H A DPIC.cpp29 if (!stubs_) { in addStub()
30 stubs_ = stub; in addStub()
34 CatStub* cur = stubs_; in addStub()
311 Stub* stub = stubs_; in freeAllStubs()
317 stubs_ = nullptr; in freeAllStubs()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DPIC.h59 CatStub* stubs_;
61 PICChain() : stubs_(nullptr) {} in PICChain()
66 CatStub* stubs() const { return stubs_; } in stubs()
72 for (CatStub* stub = stubs_; stub; stub = stub->next()) { in numStubs()
H A DPIC.cpp29 if (!stubs_) { in addStub()
30 stubs_ = stub; in addStub()
34 CatStub* cur = stubs_; in addStub()
311 Stub* stub = stubs_; in freeAllStubs()
317 stubs_ = nullptr; in freeAllStubs()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DPIC.h59 CatStub* stubs_;
61 PICChain() : stubs_(nullptr) {} in PICChain()
66 CatStub* stubs() const { return stubs_; } in stubs()
72 for (CatStub* stub = stubs_; stub; stub = stub->next()) { in numStubs()
H A DPIC.cpp29 if (!stubs_) { in addStub()
30 stubs_ = stub; in addStub()
34 CatStub* cur = stubs_; in addStub()
311 Stub* stub = stubs_; in freeAllStubs()
317 stubs_ = nullptr; in freeAllStubs()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DPIC.h59 CatStub* stubs_;
61 PICChain() : stubs_(nullptr) {} in PICChain()
66 CatStub* stubs() const { return stubs_; } in stubs()
72 for (CatStub* stub = stubs_; stub; stub = stub->next()) { in numStubs()
H A DPIC.cpp29 if (!stubs_) { in addStub()
30 stubs_ = stub; in addStub()
34 CatStub* cur = stubs_; in addStub()
310 Stub* stub = stubs_; in freeAllStubs()
316 stubs_ = nullptr; in freeAllStubs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/service/
H A Dgpu_channel.cc406 stubs_.clear(); in ~GpuChannel()
520 auto it = stubs_.find(route_id); in LookupCommandBuffer()
521 if (it == stubs_.end()) in LookupCommandBuffer()
528 for (auto& kv : stubs_) { in HasActiveWebGLContext()
539 for (auto& kv : stubs_) in MarkAllContextsLost()
642 for (const auto& kv : stubs_) { in GetOneStub()
763 stubs_[route_id] = std::move(stub); in OnCreateCommandBuffer()
771 auto it = stubs_.find(route_id); in OnDestroyCommandBuffer()
772 if (it != stubs_.end()) { in OnDestroyCommandBuffer()
774 stubs_.erase(it); in OnDestroyCommandBuffer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/service/
H A Dgpu_channel.cc414 stubs_.clear(); in ~GpuChannel()
528 auto it = stubs_.find(route_id); in LookupCommandBuffer()
529 if (it == stubs_.end()) in LookupCommandBuffer()
536 for (auto& kv : stubs_) { in HasActiveWebGLContext()
547 for (auto& kv : stubs_) in MarkAllContextsLost()
650 for (const auto& kv : stubs_) { in GetOneStub()
771 stubs_[route_id] = std::move(stub); in OnCreateCommandBuffer()
779 auto it = stubs_.find(route_id); in OnDestroyCommandBuffer()
780 if (it != stubs_.end()) { in OnDestroyCommandBuffer()
782 stubs_.erase(it); in OnDestroyCommandBuffer()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/binaryurp/source/
H A Dbridge.cxx314 s.swap(stubs_); in terminate()
424 Stubs::iterator i(stubs_.find(oid)); in registerOutgoingInterface()
426 Stub * stub = i == stubs_.end() ? &newStub : &i->second; in registerOutgoingInterface()
433 i = stubs_.emplace(oid, Stub()).first; in registerOutgoingInterface()
463 Stubs::iterator i(stubs_.find(oid)); in findStub()
464 if (i != stubs_.end()) { in findStub()
489 Stubs::iterator i(stubs_.find(oid)); in releaseStub()
490 if (i == stubs_.end()) { in releaseStub()
503 stubs_.erase(i); in releaseStub()
998 return stubs_.empty() && proxies_ == 0 && calls_ == 0 && normalCall_; in becameUnused()
/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/source/
H A Dbridge.cxx313 s.swap(stubs_); in terminate()
423 Stubs::iterator i(stubs_.find(oid)); in registerOutgoingInterface()
425 Stub * stub = i == stubs_.end() ? &newStub : &i->second; in registerOutgoingInterface()
432 i = stubs_.emplace(oid, Stub()).first; in registerOutgoingInterface()
462 Stubs::iterator i(stubs_.find(oid)); in findStub()
463 if (i != stubs_.end()) { in findStub()
488 Stubs::iterator i(stubs_.find(oid)); in releaseStub()
489 if (i == stubs_.end()) { in releaseStub()
502 stubs_.erase(i); in releaseStub()
1029 return stubs_.empty() && proxies_ == 0 && calls_ == 0 && normalCall_; in becameUnused()

123