Home
last modified time | relevance | path

Searched defs:CompilerEnvironment (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmCompileArgs.h168 struct CompilerEnvironment { struct
190 explicit CompilerEnvironment(const CompileArgs& args); argument
207 bool isComputed() const { return state_ == Computed; } in isComputed()
208 CompileMode mode() const { in mode()
212 Tier tier() const { in tier()
216 OptimizedBackend optimizedBackend() const { in optimizedBackend()
220 DebugEnabled debug() const { in debug()
224 bool debugEnabled() const { return debug() == DebugEnabled::True; } in debugEnabled()
H A DWasmCompile.cpp549 CompilerEnvironment::CompilerEnvironment(const CompileArgs& args) in CompilerEnvironment() function in CompilerEnvironment
552 CompilerEnvironment::CompilerEnvironment(CompileMode mode, Tier tier, in CompilerEnvironment() function in CompilerEnvironment
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCompileArgs.h181 struct CompilerEnvironment { struct
203 explicit CompilerEnvironment(const CompileArgs& args); argument
220 bool isComputed() const { return state_ == Computed; } in isComputed()
221 CompileMode mode() const { in mode()
225 Tier tier() const { in tier()
229 OptimizedBackend optimizedBackend() const { in optimizedBackend()
233 DebugEnabled debug() const { in debug()
237 bool debugEnabled() const { return debug() == DebugEnabled::True; } in debugEnabled()
H A DWasmCompile.cpp575 CompilerEnvironment::CompilerEnvironment(const CompileArgs& args) in CompilerEnvironment() function in CompilerEnvironment
578 CompilerEnvironment::CompilerEnvironment(CompileMode mode, Tier tier, in CompilerEnvironment() function in CompilerEnvironment
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmCompileArgs.h168 struct CompilerEnvironment { struct
190 explicit CompilerEnvironment(const CompileArgs& args); argument
207 bool isComputed() const { return state_ == Computed; } in isComputed()
208 CompileMode mode() const { in mode()
212 Tier tier() const { in tier()
216 OptimizedBackend optimizedBackend() const { in optimizedBackend()
220 DebugEnabled debug() const { in debug()
224 bool debugEnabled() const { return debug() == DebugEnabled::True; } in debugEnabled()
H A DWasmCompile.cpp549 CompilerEnvironment::CompilerEnvironment(const CompileArgs& args) in CompilerEnvironment() function in CompilerEnvironment
552 CompilerEnvironment::CompilerEnvironment(CompileMode mode, Tier tier, in CompilerEnvironment() function in CompilerEnvironment
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmValidate.h56 struct CompilerEnvironment { struct
83 explicit CompilerEnvironment(const CompileArgs& args); argument
103 CompileMode mode() const { in mode()
107 Tier tier() const { in tier()
111 OptimizedBackend optimizedBackend() const { in optimizedBackend()
115 DebugEnabled debug() const { in debug()
119 bool gcTypes() const { in gcTypes()
123 bool refTypes() const { in refTypes()
127 bool multiValues() const { in multiValues()
131 bool hugeMemory() const { in hugeMemory()
[all …]
H A DWasmCompile.cpp421 CompilerEnvironment::CompilerEnvironment(const CompileArgs& args) in CompilerEnvironment() function in CompilerEnvironment
424 CompilerEnvironment::CompilerEnvironment(CompileMode mode, Tier tier, in CompilerEnvironment() function in CompilerEnvironment