5 #ifndef V8_WASM_MEMORY_TRACING_H_ 6 #define V8_WASM_MEMORY_TRACING_H_ 10 #include "src/machine-type.h" 11 #include "src/wasm/wasm-tier.h" 23 std::is_same<decltype(mem_rep),
24 std::underlying_type<MachineRepresentation>::type>::value,
25 "MachineRepresentation uses uint8_t");
28 : address(addr), is_store(is_store), mem_rep(static_cast<uint8_t>(rep)) {}
34 int func_index,
int position, uint8_t* mem_start);
40 #endif // V8_WASM_MEMORY_TRACING_H_