Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h414 cached_long_constants_(std::less<int64_t>(), allocator->Adapter(kArenaAllocConstantsMap)), in allocator_()
614 return CreateConstant(value, &cached_long_constants_, dex_pc);
831 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_; variable