Home
last modified time | relevance | path

Searched refs:__COUNTER_BITS (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/ignition/
H A Dbytecode_dispatches_report.py52 __COUNTER_BITS = struct.calcsize("P") * 8 # Size in bits of a pointer variable
53 __COUNTER_MAX = 2**__COUNTER_BITS - 1

Completed in 2 milliseconds