Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h272 gap_ = ComputeGap(); in EnsureCapacity()
275 CHECK_GE(gap_, kMinimumGap); in EnsureCapacity()
286 int delta = gap_ - ComputeGap(); in ~EnsureCapacity()
292 int gap_; variable