Go to the source code of this file.
|
DecodeResult | v8::internal::wasm::ValidateFunctionBody (Zone *zone, WasmEnabledFeatures enabled, const WasmModule *module, WasmDetectedFeatures *detected, const FunctionBody &body) |
|
void | v8::internal::wasm::DecodeLocalDecls (WasmEnabledFeatures enabled, BodyLocalDecls *decls, const uint8_t *start, const uint8_t *end, Zone *zone) |
|
bool | v8::internal::wasm::ValidateAndDecodeLocalDeclsForTesting (WasmEnabledFeatures enabled, BodyLocalDecls *decls, const WasmModule *module, bool is_shared, const uint8_t *start, const uint8_t *end, Zone *zone) |
|
BitVector * | v8::internal::wasm::AnalyzeLoopAssignmentForTesting (Zone *zone, uint32_t num_locals, const uint8_t *start, const uint8_t *end, bool *loop_is_innermost) |
|
unsigned | v8::internal::wasm::OpcodeLength (const uint8_t *pc, const uint8_t *end) |
|
bool | v8::internal::wasm::CheckHardwareSupportsSimd () |
|