Definition at line 15 of file pgo.cc.
◆ ProfileGenerator()
v8::internal::wasm::ProfileGenerator::ProfileGenerator |
( |
const WasmModule * | module, |
|
|
const std::atomic< uint32_t > * | tiering_budget_array ) |
|
inline |
◆ GetProfileData()
base::OwnedVector< uint8_t > v8::internal::wasm::ProfileGenerator::GetProfileData |
( |
| ) |
|
|
inline |
◆ SerializeTieringInfo()
void v8::internal::wasm::ProfileGenerator::SerializeTieringInfo |
( |
ZoneBuffer & | buffer | ) |
|
|
inlineprivate |
◆ SerializeTypeFeedback()
void v8::internal::wasm::ProfileGenerator::SerializeTypeFeedback |
( |
ZoneBuffer & | buffer | ) |
|
|
inlineprivate |
◆ allocator_
◆ module_
const WasmModule* v8::internal::wasm::ProfileGenerator::module_ |
|
private |
◆ tiering_budget_array_
const std::atomic<uint32_t>* const v8::internal::wasm::ProfileGenerator::tiering_budget_array_ |
|
private |
◆ type_feedback_mutex_guard_
base::MutexGuard v8::internal::wasm::ProfileGenerator::type_feedback_mutex_guard_ |
|
private |
◆ zone_
Zone v8::internal::wasm::ProfileGenerator::zone_ {&allocator_, "wasm::ProfileGenerator"} |
|
private |
The documentation for this class was generated from the following file: