Home | History | Annotate | Download | only in src

Lines Matching refs:EntryExitRecord

876 struct EntryExitRecord
920 const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().codepoint)];
927 const EntryExitRecord &next_record = entryExitRecord[(this+coverage).get_coverage (buffer->info[skippy_iter.idx].codepoint)];
1018 return_trace (coverage.sanitize (c, this) && entryExitRecord.sanitize (c, this));
1026 ArrayOf<EntryExitRecord>
1027 entryExitRecord; /* Array of EntryExit records--in
1030 DEFINE_SIZE_ARRAY (6, entryExitRecord);