Home
last modified time | relevance | path

Searched refs:runtime_exception_support (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dfunction-compiler.h53 const RuntimeExceptionSupport runtime_exception_support; member
66 RuntimeExceptionSupport runtime_exception_support,
70 runtime_exception_support(runtime_exception_support), in module()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc298 if (FLAG_wasm_no_stack_checks || !env_->runtime_exception_support) return; in StackCheck()
396 if (!env_->runtime_exception_support) { in GenerateOutOfLineCode()
/external/v8/src/compiler/
Dwasm-compiler.cc244 if (FLAG_wasm_no_stack_checks || !env_->runtime_exception_support) { in StackCheck()
913 if (!env_ || !env_->runtime_exception_support) { in GetTrapIdForTrap()
5148 if (wasm_unit_->env_->runtime_exception_support) { in ExecuteCompilation()