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

/art/compiler/optimizing/
H A Ddead_code_elimination.cc50 static void MarkLoopHeadersContaining(const HBasicBlock& block, ArenaBitVector* set) { argument
52 set->SetBit(it.Current()->GetHeader()->GetBlockId());
H A Dgvn.cc32 * if there is one in the set. In GVN, we would say those instructions have the
44 // ArenaAllocator returns zeroed memory, so no need to set buckets to null.
65 // Hash table size changes. We copy and rehash all entries, and set all
77 // Adds an instruction in the set.
90 // If in the set, returns an equivalent instruction to the given instruction.
107 // Returns whether instruction is in the set.
120 // Removes all instructions in the set affected by the given side effects.
127 // Updates this set by intersecting with instructions in a predecessor's set.
281 // The internal bucket implementation of the set
342 ValueSet* set = nullptr; local
[all...]
/art/build/
H A DAndroid.common_build.mk93 define set-target-local-clang-vars
142 art_gcc_cflags := -Wunused-but-set-parameter
185 # Base set of cflags used by all things ART.
311 define set-target-local-cflags-vars
/art/runtime/gc/accounting/
H A Dspace_bitmap_test.cc128 bool set = r.next() % 2 == 1; variable
130 if (set) {
/art/runtime/base/
H A Dstringpiece.h70 void set(const char* data_in, size_type len) { function in class:art::StringPiece
74 void set(const char* str) { function in class:art::StringPiece
82 void set(const void* data_in, size_type len) { function in class:art::StringPiece
/art/runtime/
H A Dintern_table.cc401 void InternTable::Table::SweepWeaks(UnorderedSet* set, IsMarkedCallback* callback, void* arg) { argument
402 for (auto it = set->begin(), end = set->end(); it != end;) {
407 it = set->Erase(it);
H A Ddex_file_verifier.cc1839 const DexFile::AnnotationSetItem* set = reinterpret_cast<const DexFile::AnnotationSetItem*>(ptr_); local
1840 const uint32_t* offsets = set->entries_;
1841 uint32_t count = set->size_;

Completed in 132 milliseconds