Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h222 # define V8_HAS_BUILTIN_POPCOUNT (__has_builtin(__builtin_popcount)) macro
263 # define V8_HAS_BUILTIN_POPCOUNT (V8_GNUC_PREREQ(3, 4, 0)) macro
/external/v8/src/base/
Dbits.h31 #if V8_HAS_BUILTIN_POPCOUNT in CountPopulation32()
46 #if V8_HAS_BUILTIN_POPCOUNT in CountPopulation64()