Searched refs:stopRecording (Results 1 – 8 of 8) sorted by relevance
39 AllocationStats stats = stopRecording(1); in startRecording()60 abstract AllocationStats stopRecording(int reps); in stopRecording() method in AllocationRecorder
54 return recorder.stopRecording(1); in measureAllocations()
56 @Override public AllocationStats stopRecording(int reps) { in stopRecording() method in AggregateAllocationsRecorder
85 @Override public AllocationStats stopRecording(int reps) { in stopRecording() method in AllAllocationsRecorder
142 return recorder.stopRecording(reps); in measureAllocations()
98 public void stopRecording() { in stopRecording() method in CharacterRecorder
505 tag.stopRecording(); in exitTagName()521 attr.stopRecording(); in exitAttribute()556 value.stopRecording(); in exitValueContent()652 cdataCloseTag.stopRecording(); in exitStateCdataMayClose()
251 private boolean stopRecording() { in stopRecording() method in WebRtcAudioRecord