Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/
Dverification_results.cc59 bool inserted; in ProcessVerifiedMethod() local
61 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()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc151 auto inserted = should_quicken_.emplace(dex_file, in GetOrAddBitVectorForDex() local
155 active_bit_vector_ = &inserted.first->second; in GetOrAddBitVectorForDex()
580 bool inserted = shared_code_item_quicken_info_.emplace(code_item, new_state).second; in CompileMethod() local
581 CHECK(inserted) << "Failed to insert " << dex_file.PrettyMethod(method_idx); in CompileMethod()
/art/libartbase/base/
Dvariant_map.h290 bool inserted = storage_map_.insert({key.Clone(), new_value}).second; in Set() local
291 DCHECK(inserted); // ensure key.Clone() does not leak memory. in Set()
/art/tools/
Ddex2oat_wrapper75 # It takes one optional argument which is the prefix to be inserted before each entry.
/art/build/
DAndroid.bp241 // comes after the -Wframe-larger-than warnings inserted by art.go
/art/tools/checker/
DREADME40 Actual regex patterns can be inserted enclosed in '{{' and '}}' brackets. If
/art/test/510-checker-try-catch/smali/
DBuilder.smali310 # Test that only one TryBoundary is inserted when an edge connects two different
926 # Test that a TryBoundary is inserted between a Throw instruction and the exit