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/
H A 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()
H A Djs-heap-broker.h454 property_access_infos_; member in v8::internal::compiler::JSHeapBroker

Completed in 3 milliseconds