Searched refs:cached_constant (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h531 auto cached_constant = cache->find(value); local
532 if (cached_constant != cache->end()) {
533 constant = cached_constant->second;

Completed in 43 milliseconds