Searched refs:property_access_infos_ (Results 1 – 2 of 2) sorted by relevance
64 property_access_infos_(zone()) { in JSHeapBroker()886 auto it = property_access_infos_.find(target); in GetPropertyAccessInfo()887 if (it != property_access_infos_.end()) return it->second; in GetPropertyAccessInfo()895 property_access_infos_.insert({target, access_info}); in GetPropertyAccessInfo()
454 property_access_infos_; in DEFINE_OPERATORS_FOR_FLAGS() local