Home
last modified time | relevance | path

Searched refs:PropertyAccess (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h336 class PropertyAccess final {
338 PropertyAccess(LanguageMode language_mode, VectorSlotPair const& feedback) in PropertyAccess() function
349 bool operator==(PropertyAccess const&, PropertyAccess const&);
350 bool operator!=(PropertyAccess const&, PropertyAccess const&);
352 size_t hash_value(PropertyAccess const&);
354 std::ostream& operator<<(std::ostream&, PropertyAccess const&);
356 PropertyAccess const& PropertyAccessOf(const Operator* op);
Djs-operator.cc281 std::ostream& operator<<(std::ostream& os, PropertyAccess const& p) { in operator <<()
286 bool operator==(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator ==()
292 bool operator!=(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator !=()
297 PropertyAccess const& PropertyAccessOf(const Operator* op) { in PropertyAccessOf()
300 return OpParameter<PropertyAccess>(op); in PropertyAccessOf()
304 size_t hash_value(PropertyAccess const& p) { in hash_value()
797 PropertyAccess access(language_mode, feedback); in LoadProperty()
798 return new (zone()) Operator1<PropertyAccess>( // -- in LoadProperty()
820 PropertyAccess access(language_mode, feedback); in StoreProperty()
821 return new (zone()) Operator1<PropertyAccess>( // -- in StoreProperty()
Djs-native-context-specialization.cc926 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSLoadProperty()
942 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSStoreProperty()
Djs-generic-lowering.cc283 const PropertyAccess& p = PropertyAccessOf(node->op()); in LowerJSLoadProperty()
328 PropertyAccess const& p = PropertyAccessOf(node->op()); in LowerJSStoreProperty()