Searched refs:PropertyAccessOf (Results 1 – 4 of 4) sorted by relevance
160 const PropertyAccess& p = PropertyAccessOf(node->op()); in LowerJSLoadProperty()237 PropertyAccess const& p = PropertyAccessOf(node->op()); in LowerJSStoreProperty()
327 PropertyAccess const& PropertyAccessOf(const Operator* op);
910 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSLoadProperty()926 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSStoreProperty()
240 PropertyAccess const& PropertyAccessOf(const Operator* op) { in PropertyAccessOf() function