Home
last modified time | relevance | path

Searched refs:PropertyAccessOf (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Djs-generic-lowering.cc144 const PropertyAccess& p = PropertyAccessOf(node->op()); in LowerJSLoadProperty()
202 PropertyAccess const& p = PropertyAccessOf(node->op()); in LowerJSStoreProperty()
Djs-operator.h449 PropertyAccess const& PropertyAccessOf(const Operator* op);
Dverifier.cc728 CHECK(PropertyAccessOf(node->op()).feedback().IsValid()); in Check()
743 CHECK(PropertyAccessOf(node->op()).feedback().IsValid()); in Check()
Djs-operator.cc284 PropertyAccess const& PropertyAccessOf(const Operator* op) { in PropertyAccessOf() function
Djs-native-context-specialization.cc1551 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSLoadProperty()
1671 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSStoreProperty()