Searched refs:V8_HAS_BUILTIN_POPCOUNT (Results 1 – 2 of 2) sorted by relevance
23 #if V8_HAS_BUILTIN_POPCOUNT in CountPopulation32()38 #if V8_HAS_BUILTIN_POPCOUNT in CountPopulation64()
226 # define V8_HAS_BUILTIN_POPCOUNT (__has_builtin(__builtin_popcount)) macro267 # define V8_HAS_BUILTIN_POPCOUNT (V8_GNUC_PREREQ(3, 4, 0)) macro