Searched refs:ValidateSwitchStatement (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.h312 AsmType* ValidateSwitchStatement(SwitchStatement* stmt);
H A Dasm-typer.cc1334 return ValidateSwitchStatement(statement->AsSwitchStatement());
1469 AsmType* AsmTyper::ValidateSwitchStatement(SwitchStatement* stmt) { function in class:v8::internal::wasm::AsmTyper

Completed in 169 milliseconds