Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.cc451 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVar()
462 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVar()
521 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVarFromGlobal()
908 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
960 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
989 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
1340 if (!CheckForUnsigned(&uvalue)) { in ValidateCase()
1405 } else if (CheckForUnsigned(&uvalue)) { in NumericLiteral()
1559 if (CheckForUnsigned(&uvalue)) { in UnaryExpression()
1677 if (CheckForUnsigned(&uvalue)) { in MultiplicativeExpression()
[all …]
Dasm-parser.h267 inline bool CheckForUnsigned(uint32_t* value) { in CheckForUnsigned() function