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

  /sdk/emulator/qtools/
trace_reader.cpp 113 nextrec_.bb_rec.repeat = decoder_->Decode(false);
116 if (nextrec_.bb_rec.repeat)
117 nextrec_.bb_rec.time_diff = decoder_->Decode(false);
118 nextrec_.bb_rec.bb_num += bb_diff;
119 nextrec_.bb_rec.start_time += time_diff;
171 nextrec_->bb_rec.bb_num, nextrec_->bb_rec.start_time,
172 nextrec_->bb_rec.time_diff, nextrec_->bb_rec.repeat,
178 head_->bb->bb_rec.bb_num, head_->bb->bb_rec.start_time
    [all...]
trace_reader_base.h 168 BBRec bb_rec; member in struct:BBReader::TimeRec
  /external/qemu/
trace.c 1823 BBRec *bb_rec = tb->bb_rec; local
    [all...]
exec-all.h 158 struct BBRec *bb_rec; member in struct:TranslationBlock
exec.c 926 tb->bb_rec = NULL;
    [all...]

Completed in 55 milliseconds