Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc64 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()
Djs-heap-broker.h454 property_access_infos_; in DEFINE_OPERATORS_FOR_FLAGS() local