Lines Matching defs:wasm
17 #include "src/wasm/wasm-objects-inl.h"
26 // With ASAN on Windows we have to reset the thread-in-wasm flag. Exceptions
27 // caused by ASAN let the thread-in-wasm flag get out of sync. Even marking
37 #include "src/wasm/wasm-external-refs.h"
41 namespace wasm {
432 // thread-in-wasm flag. Therefore we disable ASAN for this function.
433 // Alternatively we could reset the thread-in-wasm flag before calling this
561 wasm::ValueType element_type = src_array.type()->element_type();
600 } // namespace wasm