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

  /external/v8/src/arm64/
instructions-arm64.h 478 // __ debug("trace disasm", 1, TRACE_ENABLE | LOG_DISASM);
490 LOG_DISASM = 1 << 1, // Use only with TRACE. Disassemble the code.
497 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE,
  /external/vixl/src/vixl/a64/
simulator-a64.h 123 LOG_DISASM = 1 << 0, // Log disassembly.
131 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE
148 // LOG_DISASM is not supported for Log.
    [all...]

Completed in 201 milliseconds