5#ifndef V8_WASM_BRANCH_HINT_MAP_H_
6#define V8_WASM_BRANCH_HINT_MAP_H_
8#include <unordered_map>
24 if (it ==
map_.end()) {
25 return BranchHint::kNone;
33 std::unordered_map<uint32_t, BranchHint>
map_;
void insert(uint32_t offset, BranchHint hint)
std::unordered_map< uint32_t, BranchHint > map_
size_t NumHintsForTesting() const
BranchHint GetHintFor(uint32_t offset) const
std::unordered_map< uint32_t, BranchHintMap > BranchHintInfo
#define V8_EXPORT_PRIVATE