HomeSort by relevance Sort by last modified time
    Searched refs:InsnRec (Results 1 - 3 of 3) sorted by null

  /external/qemu/
trace.h 48 InsnRec dummy; // this is here so we can use buffer[-1]
49 InsnRec buffer[kInsnBufferSize];
50 InsnRec *current;
trace_common.h 71 typedef struct InsnRec {
74 } InsnRec;
trace.c 56 // The maximum number of bytes consumed by an InsnRec after compression.
591 InsnRec *ptr;
592 InsnRec *current = trace_insn.current + 1;
    [all...]

Completed in 566 milliseconds