Home
last modified time | relevance | path

Searched refs:ComputeGap (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/
Dassembler.h192 gap_ = ComputeGap(); in EnsureCapacity()
206 int delta = gap_ - ComputeGap(); in ~EnsureCapacity()
214 int ComputeGap() { return buffer_->Capacity() - buffer_->Size(); } in ComputeGap() function