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

#include <pgo.h>

Collaboration diagram for v8::internal::wasm::ProfileInformation:

Public Member Functions

 ProfileInformation (std::vector< uint32_t > executed_functions, std::vector< uint32_t > tiered_up_functions)
 
 ProfileInformation (const ProfileInformation &)=delete
 
ProfileInformationoperator= (const ProfileInformation &)=delete
 
base::Vector< const uint32_t > executed_functions () const
 
base::Vector< const uint32_t > tiered_up_functions () const
 

Private Attributes

const std::vector< uint32_t > executed_functions_
 
const std::vector< uint32_t > tiered_up_functions_
 

Detailed Description

Definition at line 20 of file pgo.h.

Constructor & Destructor Documentation

◆ ProfileInformation() [1/2]

v8::internal::wasm::ProfileInformation::ProfileInformation ( std::vector< uint32_t > executed_functions,
std::vector< uint32_t > tiered_up_functions )
inline

Definition at line 22 of file pgo.h.

◆ ProfileInformation() [2/2]

v8::internal::wasm::ProfileInformation::ProfileInformation ( const ProfileInformation & )
delete

Member Function Documentation

◆ executed_functions()

base::Vector< const uint32_t > v8::internal::wasm::ProfileInformation::executed_functions ( ) const
inline

Definition at line 31 of file pgo.h.

Here is the call graph for this function:

◆ operator=()

ProfileInformation & v8::internal::wasm::ProfileInformation::operator= ( const ProfileInformation & )
delete

◆ tiered_up_functions()

base::Vector< const uint32_t > v8::internal::wasm::ProfileInformation::tiered_up_functions ( ) const
inline

Definition at line 34 of file pgo.h.

Here is the call graph for this function:

Member Data Documentation

◆ executed_functions_

const std::vector<uint32_t> v8::internal::wasm::ProfileInformation::executed_functions_
private

Definition at line 39 of file pgo.h.

◆ tiered_up_functions_

const std::vector<uint32_t> v8::internal::wasm::ProfileInformation::tiered_up_functions_
private

Definition at line 40 of file pgo.h.


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