Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h424 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op);
Djs-generic-lowering.cc258 const StoreGlobalParameters& p = StoreGlobalParametersOf(node->op()); in LowerJSStoreGlobal()
Djs-operator.cc351 const StoreGlobalParameters& StoreGlobalParametersOf(const Operator* op) { in StoreGlobalParametersOf() function
Dverifier.cc753 CHECK(StoreGlobalParametersOf(node->op()).feedback().IsValid()); in Check()
Djs-native-context-specialization.cc774 NameRef name(js_heap_broker(), StoreGlobalParametersOf(node->op()).name()); in ReduceJSStoreGlobal()