Lines Matching refs:getEntry
102 return await this.parser.getEntry(this.index);
204 getEntry(index: RelativeEntryIndex): TraceEntryLazy<T> {
271 return this.getEntry(this.lengthEntries - 1);
275 return this.getEntry(0);
287 return this.getEntry(prevEntry - this.entriesRange.start);
289 return this.getEntry(entry - this.entriesRange.start);
307 const entry = this.getEntry(pos - this.entriesRange.start);
327 const entry = this.getEntry(pos - this.entriesRange.start);
343 return this.getEntry(this.lengthEntries - 1);
348 return this.getEntry(firstGreater.getIndex() - this.entriesRange.start - 1);
357 return this.getEntry(this.lengthEntries - 1);
362 return this.getEntry(
426 callback(this.getEntry(index), index);
483 return this.isDump() && !this.getEntry(0).hasValidTimestamp();
504 const entry = this.getEntry(i);
517 this.getEntry(this.lengthEntries - 1)