Home | History | Annotate | Download | only in compiler

Lines Matching defs:cell_index

1131   int32_t cell_index = bytecode_iterator().GetImmediateOperand(0);
1135 Node* value = NewNode(javascript()->LoadModule(cell_index), module);
1140 int32_t cell_index = bytecode_iterator().GetImmediateOperand(0);
1145 NewNode(javascript()->StoreModule(cell_index), module, value);