Searched refs:inserted (Results 1 – 5 of 5) sorted by relevance
64 bool inserted; in ProcessVerifiedMethod() local66 inserted = (result == AtomicMap::kInsertResultSuccess); in ProcessVerifiedMethod()67 if (!inserted) { in ProcessVerifiedMethod()76 inserted = it == verified_methods_.end(); in ProcessVerifiedMethod()77 if (inserted) { in ProcessVerifiedMethod()84 if (inserted) { in ProcessVerifiedMethod()
282 bool inserted = storage_map_.insert({key.Clone(), new_value}).second; in Set() local283 DCHECK(inserted); // ensure key.Clone() does not leak memory. in Set()
177 // comes after the -Wframe-larger-than warnings inserted by art.go
39 Actual regex patterns can be inserted enclosed in '{{' and '}}' brackets. If
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