Home
last modified time | relevance | path

Searched refs:CheckForZero (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/asmjs/
Dasm-parser.h248 inline bool CheckForZero() { in CheckForZero() function
Dasm-parser.cc549 if (!CheckForZero()) { in ValidateModuleVarImport()
849 if (!CheckForZero()) { in ValidateFunctionParams()
1996 if (a->IsA(AsmType::Intish()) && CheckForZero()) { in BitwiseORExpression()