Searched refs:inserted (Results 1 – 6 of 6) sorted by relevance
59 bool inserted; in ProcessVerifiedMethod() local61 inserted = (result == AtomicMap::kInsertResultSuccess); in ProcessVerifiedMethod()62 if (!inserted) { in ProcessVerifiedMethod()70 inserted = it == verified_methods_.end(); in ProcessVerifiedMethod()71 if (inserted) { in ProcessVerifiedMethod()78 if (inserted) { in ProcessVerifiedMethod()
151 auto inserted = should_quicken_.emplace(dex_file, in GetOrAddBitVectorForDex() local155 active_bit_vector_ = &inserted.first->second; in GetOrAddBitVectorForDex()580 bool inserted = shared_code_item_quicken_info_.emplace(code_item, new_state).second; in CompileMethod() local581 CHECK(inserted) << "Failed to insert " << dex_file.PrettyMethod(method_idx); in CompileMethod()
290 bool inserted = storage_map_.insert({key.Clone(), new_value}).second; in Set() local291 DCHECK(inserted); // ensure key.Clone() does not leak memory. in Set()
39 Actual regex patterns can be inserted enclosed in '{{' and '}}' brackets. If
241 // comes after the -Wframe-larger-than warnings inserted by art.go
310 # Test that only one TryBoundary is inserted when an edge connects two different926 # Test that a TryBoundary is inserted between a Throw instruction and the exit