Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc725 DCHECK(cached_float_constants_.find(value) == cached_float_constants_.end()); in CacheFloatConstant()
726 cached_float_constants_.Overwrite(value, constant); in CacheFloatConstant()
Dnodes.h413 cached_float_constants_(std::less<int32_t>(), allocator->Adapter(kArenaAllocConstantsMap)), in allocator_()
617 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
830 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_; variable