Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h340 cached_int_constants_(std::less<int32_t>(), arena->Adapter(kArenaAllocConstantsMap)), in arena_()
521 return CreateConstant(value, &cached_int_constants_, dex_pc);
715 ArenaSafeMap<int32_t, HIntConstant*> cached_int_constants_; variable