Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h190 gap_ = ComputeGap(); in EnsureCapacity()
193 CHECK_GE(gap_, kMinimumGap); in EnsureCapacity()
204 int delta = gap_ - ComputeGap(); in ~EnsureCapacity()
210 int gap_; variable