Searched refs:is_inbounds (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/base/ | ||
D | macros.h | 402 bool is_inbounds(float_t v) { in is_inbounds() function |
/external/v8/src/wasm/ | ||
D | wasm-interpreter.cc | 454 if (is_inbounds<int_type>(a)) { in ExecuteConvert() |