Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc455 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVar()
466 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVar()
531 } else if (CheckForUnsigned(&uvalue)) { in ValidateModuleVarFromGlobal()
931 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
983 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
1012 } else if (CheckForUnsigned(&uvalue)) { in ValidateFunctionLocals()
1364 if (!CheckForUnsigned(&uvalue)) { in ValidateCase()
1429 } else if (CheckForUnsigned(&uvalue)) { in NumericLiteral()
1590 if (CheckForUnsigned(&uvalue)) { in UnaryExpression()
1716 if (!PeekForZero() && CheckForUnsigned(&uvalue)) { in MultiplicativeExpression()
[all …]
Dasm-parser.h285 inline bool CheckForUnsigned(uint32_t* value) { in CheckForUnsigned() function