Definition at line 2484 of file module-compiler.cc.
◆ AddUnit()
void v8::internal::wasm::ValidateFunctionsStreamingJobData::AddUnit |
( |
int | declared_func_index, |
|
|
base::Vector< const uint8_t > | code, |
|
|
JobHandle * | job_handle ) |
|
inline |
◆ GetUnit()
Unit v8::internal::wasm::ValidateFunctionsStreamingJobData::GetUnit |
( |
| ) |
|
|
inline |
◆ Initialize()
void v8::internal::wasm::ValidateFunctionsStreamingJobData::Initialize |
( |
int | num_declared_functions | ) |
|
|
inline |
◆ NumOutstandingUnits()
size_t v8::internal::wasm::ValidateFunctionsStreamingJobData::NumOutstandingUnits |
( |
| ) |
const |
|
inline |
◆ UpdateDetectedFeatures()
void v8::internal::wasm::ValidateFunctionsStreamingJobData::UpdateDetectedFeatures |
( |
WasmDetectedFeatures | new_detected_features | ) |
|
|
inline |
◆ detected_features
std::atomic<WasmDetectedFeatures> v8::internal::wasm::ValidateFunctionsStreamingJobData::detected_features |
◆ end_of_available_units
std::atomic<Unit*> v8::internal::wasm::ValidateFunctionsStreamingJobData::end_of_available_units |
◆ found_error
std::atomic<bool> v8::internal::wasm::ValidateFunctionsStreamingJobData::found_error {false} |
◆ next_available_unit
std::atomic<Unit*> v8::internal::wasm::ValidateFunctionsStreamingJobData::next_available_unit |
◆ units
The documentation for this struct was generated from the following file: