v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::BranchHintMap Class Reference

#include <branch-hint-map.h>

Collaboration diagram for v8::internal::wasm::BranchHintMap:

Public Member Functions

void insert (uint32_t offset, BranchHint hint)
 
BranchHint GetHintFor (uint32_t offset) const
 
size_t NumHintsForTesting () const
 

Private Attributes

std::unordered_map< uint32_t, BranchHintmap_
 

Detailed Description

Definition at line 18 of file branch-hint-map.h.

Member Function Documentation

◆ GetHintFor()

BranchHint v8::internal::wasm::BranchHintMap::GetHintFor ( uint32_t offset) const
inline

Definition at line 22 of file branch-hint-map.h.

◆ insert()

void v8::internal::wasm::BranchHintMap::insert ( uint32_t offset,
BranchHint hint )
inline

Definition at line 20 of file branch-hint-map.h.

Here is the caller graph for this function:

◆ NumHintsForTesting()

size_t v8::internal::wasm::BranchHintMap::NumHintsForTesting ( ) const
inline

Definition at line 30 of file branch-hint-map.h.

Member Data Documentation

◆ map_

std::unordered_map<uint32_t, BranchHint> v8::internal::wasm::BranchHintMap::map_
private

Definition at line 33 of file branch-hint-map.h.


The documentation for this class was generated from the following file: