HomeSort by relevance Sort by last modified time
    Searched defs:LOG_WRITE (Results 1 - 2 of 2) sorted by null

  /external/v8/src/arm64/
instructions-arm64.h 494 LOG_WRITE = 1 << 5, // Log any memory write.
497 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE,
  /external/vixl/src/vixl/a64/
simulator-a64.h 127 LOG_WRITE = 1 << 4, // Log writes to memory.
131 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE
    [all...]

Completed in 304 milliseconds