Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-parser.h277 inline bool CheckForUnsignedBelow(uint32_t limit, uint32_t* value) { in CheckForUnsignedBelow() function
Dasm-parser.cc1641 if (CheckForUnsignedBelow(0x100000, &uvalue)) { in MultiplicativeExpression()
1655 if (CheckForUnsignedBelow(0x100000, &uvalue)) { in MultiplicativeExpression()