Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h429 class PropertyAccess final {
431 PropertyAccess(LanguageMode language_mode, VectorSlotPair const& feedback) in PropertyAccess() function
442 bool operator==(PropertyAccess const&, PropertyAccess const&);
443 bool operator!=(PropertyAccess const&, PropertyAccess const&);
445 size_t hash_value(PropertyAccess const&);
447 std::ostream& operator<<(std::ostream&, PropertyAccess const&);
449 PropertyAccess const& PropertyAccessOf(const Operator* op);
Djs-operator.cc268 std::ostream& operator<<(std::ostream& os, PropertyAccess const& p) { in operator <<()
273 bool operator==(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator ==()
279 bool operator!=(PropertyAccess const& lhs, PropertyAccess const& rhs) { in operator !=()
284 PropertyAccess const& PropertyAccessOf(const Operator* op) { in PropertyAccessOf()
287 return OpParameter<PropertyAccess>(op); in PropertyAccessOf()
291 size_t hash_value(PropertyAccess const& p) { in hash_value()
938 PropertyAccess access(LanguageMode::kSloppy, feedback); in LoadProperty()
939 return new (zone()) Operator1<PropertyAccess>( // -- in LoadProperty()
1012 PropertyAccess access(language_mode, feedback); in StoreProperty()
1013 return new (zone()) Operator1<PropertyAccess>( // -- in StoreProperty()
Djs-generic-lowering.cc144 const PropertyAccess& p = PropertyAccessOf(node->op()); in LowerJSLoadProperty()
202 PropertyAccess const& p = PropertyAccessOf(node->op()); in LowerJSStoreProperty()
Djs-native-context-specialization.cc1551 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSLoadProperty()
1671 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSStoreProperty()