Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dexpression-type-collector-macros.h19 if (!types[index].bounds.Narrows(type)) { \
31 CHECK(types[index].bounds.Narrows(type));
33 #define CHECK_TYPE(type) CHECK(types[index].bounds.Narrows(type));
/external/v8/src/
Dtypes.h1175 bool Narrows(BoundsImpl that) { in Narrows() function