Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc731 DCHECK(cached_double_constants_.find(value) == cached_double_constants_.end()); in CacheDoubleConstant()
732 cached_double_constants_.Overwrite(value, constant); in CacheDoubleConstant()
Dnodes.h415 cached_double_constants_(std::less<int64_t>(), allocator->Adapter(kArenaAllocConstantsMap)), in allocator_()
620 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc);
832 ArenaSafeMap<int64_t, HDoubleConstant*> cached_double_constants_; variable