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

/art/compiler/utils/
H A Dassembler.h84 CHECK(!IsLinked());
95 CHECK(IsLinked());
101 bool IsLinked() const { return position_ > 0; } function in class:art::Label
119 CHECK(IsLinked());

Completed in 69 milliseconds