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

/art/runtime/base/
H A Dvariant_map_test.cc41 static const Key<std::string> Label; member in struct:art::__anon45::FruitMap
46 const FruitMap::Key<std::string> FruitMap::Label; member in class:art::__anon45::FruitMap
85 fm.Set(FruitMap::Label, std::string("hello_world"));
86 auto* ptr = fm.Get(FruitMap::Label);
92 fm.Set(FruitMap::Label, *ptr);
94 auto* new_ptr = fm.Get(FruitMap::Label);
/art/compiler/utils/
H A Dassembler.h78 class Label { class in namespace:art
80 Label() : position_(0) {} function in class:art::Label
82 ~Label() {
131 DISALLOW_COPY_AND_ASSIGN(Label);
162 Label* Continuation() { return &continuation_; }
163 Label* Entry() { return &entry_; }
169 Label entry_;
171 Label continuation_;

Completed in 86 milliseconds