Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h342 cached_long_constants_(std::less<int64_t>(), arena->Adapter(kArenaAllocConstantsMap)), in arena_()
524 return CreateConstant(value, &cached_long_constants_, dex_pc);
717 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_; variable