HomeSort by relevance Sort by last modified time
    Searched refs:PropertyAccess (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
js-operator.h 429 class PropertyAccess final {
431 PropertyAccess(LanguageMode language_mode, VectorSlotPair const& feedback)
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);
js-operator.cc 268 std::ostream& operator<<(std::ostream& os, PropertyAccess const& p) {
273 bool operator==(PropertyAccess const& lhs, PropertyAccess const& rhs) {
279 bool operator!=(PropertyAccess const& lhs, PropertyAccess const& rhs) {
284 PropertyAccess const& PropertyAccessOf(const Operator* op) {
287 return OpParameter<PropertyAccess>(op);
291 size_t hash_value(PropertyAccess const& p) {
    [all...]
js-generic-lowering.cc 144 const PropertyAccess& p = PropertyAccessOf(node->op());
202 PropertyAccess const& p = PropertyAccessOf(node->op());
    [all...]
js-native-context-specialization.cc     [all...]

Completed in 1924 milliseconds