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