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

  /external/vixl/src/aarch64/
simulator-constants-aarch64.h 116 LOG_DISASM = 1 << 0, // Log disassembly.
125 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE | LOG_BRANCH
139 // LOG_DISASM is not supported for Log.
  /external/v8/src/arm64/
instructions-arm64.h 508 // __ debug("trace disasm", 1, TRACE_ENABLE | LOG_DISASM);
520 LOG_DISASM = 1 << 1, // Use only with TRACE. Disassemble the code.
527 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE,

Completed in 57 milliseconds