Home
last modified time | relevance | path

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

/art/runtime/base/
Dstringpiece.h70 void set(const char* data_in, size_type len) { in set() function
74 void set(const char* str) { in set() function
82 void set(const void* data_in, size_type len) { in set() function
/art/compiler/optimizing/
Ddead_code_elimination.cc50 static void MarkLoopHeadersContaining(const HBasicBlock& block, ArenaBitVector* set) { in MarkLoopHeadersContaining()
Dgvn.cc342 ValueSet* set = nullptr; in VisitBasicBlock() local
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc128 bool set = r.next() % 2 == 1; in RunTest() local
/art/runtime/
Dintern_table.cc401 void InternTable::Table::SweepWeaks(UnorderedSet* set, IsMarkedCallback* callback, void* arg) { in SweepWeaks()
Ddex_file_verifier.cc1839 const DexFile::AnnotationSetItem* set = reinterpret_cast<const DexFile::AnnotationSetItem*>(ptr_); in CheckInterAnnotationSetItem() local