Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-context-specialization.cc79 jsgraph_->javascript()->StoreContext(new_depth, access.index()); in SimplifyJSStoreContext()
Djs-operator.h801 const Operator* StoreContext(size_t depth, size_t index); in NON_EXPORTED_BASE()
Djs-operator.cc1080 const Operator* JSOperatorBuilder::StoreContext(size_t depth, size_t index) { in StoreContext() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1108 const Operator* op = javascript()->StoreContext( in VisitStaContextSlot()
1120 javascript()->StoreContext(0, bytecode_iterator().GetIndexOperand(0)); in VisitStaCurrentContextSlot()
Djs-native-context-specialization.cc789 effect = graph()->NewNode(javascript()->StoreContext(0, result->index), in ReduceJSStoreGlobal()