Home | History | Annotate | Download | only in compiler

Lines Matching refs:cell_index

1436   int32_t cell_index = bytecode_iterator().GetImmediateOperand(0);
1440 Node* value = NewNode(javascript()->LoadModule(cell_index), module);
1445 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0);
1450 NewNode(javascript()->StoreModule(cell_index), module, value);