Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-generic-lowering.cc160 const PropertyAccess& p = PropertyAccessOf(node->op()); in LowerJSLoadProperty()
237 PropertyAccess const& p = PropertyAccessOf(node->op()); in LowerJSStoreProperty()
Djs-operator.h327 PropertyAccess const& PropertyAccessOf(const Operator* op);
Djs-native-context-specialization.cc910 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSLoadProperty()
926 PropertyAccess const& p = PropertyAccessOf(node->op()); in ReduceJSStoreProperty()
Djs-operator.cc240 PropertyAccess const& PropertyAccessOf(const Operator* op) { in PropertyAccessOf() function