Searched refs:cached_int_constants_ (Results 1 – 1 of 1) sorted by relevance
350 cached_int_constants_(std::less<int32_t>(), allocator->Adapter(kArenaAllocConstantsMap)), in allocator_()550 return CreateConstant(value, &cached_int_constants_, dex_pc);753 ArenaSafeMap<int32_t, HIntConstant*> cached_int_constants_; variable