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

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

Completed in 43 milliseconds