Searched refs:V8_HAS_BUILTIN_POPCOUNT (Results 1 – 2 of 2) sorted by relevance
232 # define V8_HAS_BUILTIN_POPCOUNT (__has_builtin(__builtin_popcount)) macro272 # define V8_HAS_BUILTIN_POPCOUNT (V8_GNUC_PREREQ(3, 4, 0)) macro
36 #if V8_HAS_BUILTIN_POPCOUNT in CountPopulation()