Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-global-object-specialization.cc144 Handle<Name> name = StoreGlobalParametersOf(node->op()).name(); in ReduceJSStoreGlobal()
Djs-operator.h331 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op);
Djs-operator.cc364 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op) { in StoreGlobalParametersOf() function
Djs-generic-lowering.cc356 const StoreGlobalParameters& p = StoreGlobalParametersOf(node->op()); in LowerJSStoreGlobal()