Searched refs:cached_float_constants_ (Results 1 – 2 of 2) sorted by relevance
726 DCHECK(cached_float_constants_.find(value) == cached_float_constants_.end()); in CacheFloatConstant()727 cached_float_constants_.Overwrite(value, constant); in CacheFloatConstant()
351 cached_float_constants_(std::less<int32_t>(), allocator->Adapter(kArenaAllocConstantsMap)), in allocator_()556 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);754 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_; variable