#include <pgo.h>
Definition at line 20 of file pgo.h.
◆ 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]
◆ executed_functions()
base::Vector< const uint32_t > v8::internal::wasm::ProfileInformation::executed_functions |
( |
| ) |
const |
|
inline |
Definition at line 31 of file pgo.h.
◆ operator=()
◆ 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.
◆ 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: