Searched refs:cached_long_constants_ (Results 1 – 1 of 1) sorted by relevance
145 cached_long_constants_(std::less<int64_t>(), arena->Adapter()), in arena_()270 return CreateConstant(value, &cached_long_constants_); in GetLongConstant()377 ArenaSafeMap<int64_t, HLongConstant*> cached_long_constants_; variable