v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
branch-hint-map.h File Reference
#include <unordered_map>
#include "src/base/macros.h"
#include "src/common/globals.h"
Include dependency graph for branch-hint-map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::wasm::BranchHintMap
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Typedefs

using v8::internal::wasm::BranchHintInfo = std::unordered_map<uint32_t, BranchHintMap>