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

/art/compiler/utils/
H A Dassembler.h74 class Label { class in namespace:art
76 Label() : position_(0) {} function in class:art::Label
78 ~Label() {
125 DISALLOW_COPY_AND_ASSIGN(Label);
156 Label* Continuation() { return &continuation_; }
157 Label* Entry() { return &entry_; }
163 Label entry_;
165 Label continuation_;

Completed in 35 milliseconds