Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h462 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op);
Djs-generic-lowering.cc267 const StoreGlobalParameters& p = StoreGlobalParametersOf(node->op()); in LowerJSStoreGlobal()
Djs-operator.cc437 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op) { in StoreGlobalParametersOf() function
Dverifier.cc633 CHECK(StoreGlobalParametersOf(node->op()).feedback().IsValid()); in Check()
Djs-native-context-specialization.cc525 Handle<Name> name = StoreGlobalParametersOf(node->op()).name(); in ReduceJSStoreGlobal()