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

  /art/compiler/optimizing/
nodes.cc 566 DCHECK(cached_double_constants_.find(value) == cached_double_constants_.end());
567 cached_double_constants_.Overwrite(value, constant);
    [all...]
nodes.h 312 cached_double_constants_(std::less<int64_t>(), arena->Adapter(kArenaAllocConstantsMap)),
482 return CreateConstant(bit_cast<int64_t, double>(value), &cached_double_constants_, dex_pc);
622 ArenaSafeMap<int64_t, HDoubleConstant*> cached_double_constants_; member in class:art::HGraph
    [all...]

Completed in 59 milliseconds