Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h467 class PropertyAccess final {
469 PropertyAccess(LanguageMode language_mode, VectorSlotPair const& feedback) in PropertyAccess() function
480 bool operator==(PropertyAccess const&, PropertyAccess const&);
481 bool operator!=(PropertyAccess const&, PropertyAccess const&);
483 size_t hash_value(PropertyAccess const&);
485 std::ostream& operator<<(std::ostream&, PropertyAccess const&);
487 PropertyAccess const& PropertyAccessOf(const Operator* op);
Djs-operator.cc354 std::ostream& operator<<(std::ostream& os, PropertyAccess const& p) { in operator <<()
359 bool operator==(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator ==()
365 bool operator!=(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator !=()
370 PropertyAccess const& PropertyAccessOf(const Operator* op) { in PropertyAccessOf()
373 return OpParameter<PropertyAccess>(op); in PropertyAccessOf()
377 size_t hash_value(PropertyAccess const& p) { in hash_value()
840 PropertyAccess access(SLOPPY, feedback); in LoadProperty()
841 return new (zone()) Operator1<PropertyAccess>( // -- in LoadProperty()
878 PropertyAccess access(language_mode, feedback); in StoreProperty()
879 return new (zone()) Operator1<PropertyAccess>( // -- in StoreProperty()
Djs-generic-lowering.cc169 const PropertyAccess& p = PropertyAccessOf(node->op()); in LowerJSLoadProperty()
208 PropertyAccess const& p = PropertyAccessOf(node->op()); in LowerJSStoreProperty()
Djs-native-context-specialization.cc1286 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSLoadProperty()
1302 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSStoreProperty()