Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h128 bool IsCompatibleForStore(const Representation& other) const { in IsCompatibleForStore() function
/external/v8/src/crankshaft/
Dhydrogen.cc6265 if (!info->access_.representation().IsCompatibleForStore(r)) return false; in IsCompatible()