Home
last modified time | relevance | path

Searched defs:set (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Dstringpiece.h68 void set(const char* data, int len) { in set() function
72 void set(const char* str) { in set() function
79 void set(const void* data, int len) { in set() function
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc128 bool set = r.next() % 2 == 1; in RunTest() local
/art/runtime/
Dintern_table.cc344 void InternTable::Table::SweepWeaks(UnorderedSet* set, IsMarkedCallback* callback, void* arg) { in SweepWeaks()
Ddex_file_verifier.cc1812 const DexFile::AnnotationSetItem* set = reinterpret_cast<const DexFile::AnnotationSetItem*>(ptr_); in CheckInterAnnotationSetItem() local