Searched refs:cached_float_constants_ (Results 1 - 2 of 2) sorted by path

/art/compiler/optimizing/
H A Dnodes.cc560 DCHECK(cached_float_constants_.find(value) == cached_float_constants_.end());
561 cached_float_constants_.Overwrite(value, constant);
H A Dnodes.h310 cached_float_constants_(std::less<int32_t>(), arena->Adapter(kArenaAllocConstantsMap)),
479 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
620 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_; member in class:art::HGraph

Completed in 43 milliseconds