HomeSort by relevance Sort by last modified time
    Searched refs:cached_float_constants_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
nodes.cc 563 DCHECK(cached_float_constants_.find(value) == cached_float_constants_.end());
564 cached_float_constants_.Overwrite(value, constant);
    [all...]
nodes.h 341 cached_float_constants_(std::less<int32_t>(), arena->Adapter(kArenaAllocConstantsMap)),
527 return CreateConstant(bit_cast<int32_t, float>(value), &cached_float_constants_, dex_pc);
716 ArenaSafeMap<int32_t, HFloatConstant*> cached_float_constants_; member in class:art::HGraph
    [all...]

Completed in 53 milliseconds