Searched refs:__COUNTER_BITS (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/tools/ignition/ | ||
H A D | bytecode_dispatches_report.py | 52 __COUNTER_BITS = struct.calcsize("P") * 8 # Size in bits of a pointer variable 53 __COUNTER_MAX = 2**__COUNTER_BITS - 1 |
Completed in 2 milliseconds