Home
last modified time | relevance | path

Searched refs:StoreGlobalParametersOf (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-operator.h532 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op);
1626 return StoreGlobalParametersOf(node()->op()); in Parameters()
Djs-operator.cc388 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op) { in StoreGlobalParametersOf() function
Dverifier.cc756 CHECK(StoreGlobalParametersOf(node->op()).feedback().IsValid()); in Check()