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

/art/compiler/utils/
H A Dlabel.h69 class Label { class in namespace:art
71 Label() : position_(0) {} function in class:art::Label
73 Label(Label&& src) function in class:art::Label
80 ~Label() {
131 DISALLOW_COPY_AND_ASSIGN(Label);
/art/runtime/base/
H A Dvariant_map_test.cc41 static const Key<std::string> Label; member in struct:art::__anon37::FruitMap
46 const FruitMap::Key<std::string> FruitMap::Label; member in class:art::__anon37::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);

Completed in 74 milliseconds