Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-heap-broker.cc55 property_access_infos_(zone()), in JSHeapBroker()
953 auto it = property_access_infos_.find(target); in GetPropertyAccessInfo()
954 if (it != property_access_infos_.end()) return it->second; in GetPropertyAccessInfo()
963 property_access_infos_.insert({target, access_info}); in GetPropertyAccessInfo()
H A Djs-heap-broker.h436 property_access_infos_; in DEFINE_OPERATORS_FOR_FLAGS() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-heap-broker.h254 property_access_infos_; variable
H A Djs-heap-broker.cc2385 property_access_infos_(zone()), in JSHeapBroker()
5138 auto it = property_access_infos_.find(target); in GetPropertyAccessInfo()
5139 if (it != property_access_infos_.end()) return it->second; in GetPropertyAccessInfo()
5157 property_access_infos_.insert({target, access_info}); in GetPropertyAccessInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-heap-broker.h388 property_access_infos_; variable
H A Djs-heap-broker.cc2457 property_access_infos_(zone()), in JSHeapBroker()
5238 auto it = property_access_infos_.find(target); in GetPropertyAccessInfo()
5239 if (it != property_access_infos_.end()) return it->second; in GetPropertyAccessInfo()
5257 property_access_infos_.insert({target, access_info}); in GetPropertyAccessInfo()