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

/art/compiler/optimizing/
H A Dnodes.h346 cached_long_constants_(std::less<int64_t>(), allocator->Adapter(kArenaAllocConstantsMap)),
541 return CreateConstant(value, &cached_long_constants_, dex_pc);
735 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_; member in class:art::HGraph

Completed in 25 milliseconds