Searched defs:IsBound (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/
H A Dassembler.h87 return IsBound() ? -position_ - kPointerSize : position_ - kPointerSize;
95 bool IsBound() const { return position_ < 0; } function in class:art::Label
107 CHECK(!IsBound());
109 CHECK(IsBound());
113 CHECK(!IsBound());

Completed in 28 milliseconds