![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <profile-data-reader.h>
Public Member Functions | |
int | hash () const |
BranchHint | GetHint (size_t true_block_id, size_t false_block_id) const |
Static Public Member Functions | |
static const ProfileDataFromFile * | TryRead (const char *name) |
Protected Attributes | |
int | hash_ = 0 |
std::map< std::pair< size_t, size_t >, bool > | block_hints_by_id |
Definition at line 18 of file profile-data-reader.h.
|
inline |
Definition at line 25 of file profile-data-reader.h.
|
inline |
Definition at line 22 of file profile-data-reader.h.
|
static |
|
protected |
Definition at line 52 of file profile-data-reader.h.
|
protected |
Definition at line 47 of file profile-data-reader.h.