Home
last modified time | relevance | path

Searched refs:UniqueConstCodeTier (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmCode.h621 typedef UniquePtr<const CodeTier> UniqueConstCodeTier; typedef
676 UniqueConstCodeTier tier1_;
677 mutable UniqueConstCodeTier tier2_; // Access only when hasTier2() is true
683 UniqueConstCodeTier takeOwnership(UniqueCodeTier codeTier) const { in takeOwnership()
685 return UniqueConstCodeTier(codeTier.release()); in takeOwnership()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmCode.h558 using UniqueConstCodeTier = UniquePtr<const CodeTier>; variable
708 mutable UniqueConstCodeTier tier2_; // Access only when hasTier2() is true
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCode.h599 using UniqueConstCodeTier = UniquePtr<const CodeTier>; variable
767 mutable UniqueConstCodeTier tier2_;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmCode.h558 using UniqueConstCodeTier = UniquePtr<const CodeTier>; variable
708 mutable UniqueConstCodeTier tier2_; // Access only when hasTier2() is true
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmCode.h554 using UniqueConstCodeTier = UniquePtr<const CodeTier>; variable
663 mutable UniqueConstCodeTier tier2_; // Access only when hasTier2() is true