Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmModule.cpp167 MOZ_ASSERT(!tiering_.lock()->active); in startTier2()
178 tiering_.lock()->active = true; in startTier2()
189 auto tiering = tiering_.lock(); in notifyCompilationListeners()
274 auto tiering = tiering_.lock(); in blockOnTier2Complete()
304 return !tiering_.lock()->active; in compilationComplete()
310 auto tiering = tiering_.lock(); in notifyWhenCompilationComplete()
321 MOZ_ASSERT(!tiering_.lock()->active); in compiledSerializedSize()
338 MOZ_ASSERT(!tiering_.lock()->active); in compiledSerialize()
H A DWasmModule.h139 ExclusiveTiering tiering_; variable
177 tiering_(mutexid::WasmModuleTieringLock), in Module()
H A DWasmCode.h630 TablePointer tiering_; variable
660 if (mode_ == CompileMode::Tier1) tiering_.get()[i] = target; in setTieringEntry()
662 void** tiering() const { return tiering_.get(); } in tiering()
666 (tiering_ ? sizeof(void*) : numFuncs_); in sizeOfMiscIncludingThis()
H A DWasmCode.cpp926 tiering_ = TablePointer(js_pod_calloc<void*>(numFuncs)); in init()
927 if (!tiering_) return false; in init()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmCode.h648 TablePointer tiering_; variable
686 tiering_.get()[i] = target; in setTieringEntry()
689 void** tiering() const { return tiering_.get(); } in tiering()
694 return sizeof(void*) * (2 + (tiering_ ? 1 : 0)) * numFuncs_; in sizeOfMiscExcludingThis()
H A DWasmCode.cpp1162 tiering_ = TablePointer(js_pod_calloc<void*>(numFuncs)); in init()
1163 if (!tiering_) { in init()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCode.h689 TablePointer tiering_; variable
727 tiering_.get()[i] = target; in setTieringEntry()
730 void** tiering() const { return tiering_.get(); } in tiering()
735 return sizeof(void*) * (2 + (tiering_ ? 1 : 0)) * numFuncs_; in sizeOfMiscExcludingThis()
H A DWasmCode.cpp1204 tiering_ = TablePointer(js_pod_calloc<void*>(numFuncs)); in init()
1205 if (!tiering_) { in init()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmCode.h648 TablePointer tiering_; variable
686 tiering_.get()[i] = target; in setTieringEntry()
689 void** tiering() const { return tiering_.get(); } in tiering()
694 return sizeof(void*) * (2 + (tiering_ ? 1 : 0)) * numFuncs_; in sizeOfMiscExcludingThis()
H A DWasmCode.cpp1162 tiering_ = TablePointer(js_pod_calloc<void*>(numFuncs)); in init()
1163 if (!tiering_) { in init()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmCode.h612 TablePointer tiering_; variable
641 tiering_.get()[i] = target; in setTieringEntry()
644 void** tiering() const { return tiering_.get(); } in tiering()
649 return sizeof(void*) * (2 + (tiering_ ? 1 : 0)) * numFuncs_; in sizeOfMiscExcludingThis()
H A DWasmCode.cpp1115 tiering_ = TablePointer(js_pod_calloc<void*>(numFuncs)); in init()
1116 if (!tiering_) { in init()