Home
last modified time | relevance | path

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

/external/v8/tools/ignition/
Dbytecode_dispatches_report.py49 __COUNTER_BITS = struct.calcsize("P") * 8 # Size in bits of a pointer variable
50 __COUNTER_MAX = 2**__COUNTER_BITS - 1