Home
last modified time | relevance | path

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

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