Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc899 DCHECK(cached_float_constants_.find(value) == cached_float_constants_.end()); in CacheFloatConstant()
900 cached_float_constants_.Overwrite(value, constant); in CacheFloatConstant()
H A Dnodes.h418 cached_float_constants_(std::less<int32_t>(), allocator->Adapter(kArenaAllocConstantsMap)),
638 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
862 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_; variable