Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h804 const Operator* StoreModule(int32_t cell_index); in NON_EXPORTED_BASE()
Djs-operator.cc1099 const Operator* JSOperatorBuilder::StoreModule(int32_t cell_index) { in StoreModule() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1450 NewNode(javascript()->StoreModule(cell_index), module, value); in VisitStaModuleVariable()