Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h191 gap_ = ComputeGap(); in EnsureCapacity()
194 CHECK_GE(gap_, kMinimumGap); in EnsureCapacity()
205 int delta = gap_ - ComputeGap(); in ~EnsureCapacity()
211 int gap_; variable