Home | History | Annotate | Download | only in src

Lines Matching refs:STORE_POSITION

1174       if (action->action_type() == ActionNode::STORE_POSITION) {
1250 int store_position = -1;
1271 ASSERT_EQ(store_position, -1);
1279 ASSERT_EQ(store_position, -1);
1283 case ActionNode::STORE_POSITION: {
1286 if (!clear && store_position == -1) {
1287 store_position = pc->cp_offset();
1310 if (store_position == -1) {
1341 if (store_position != -1) {
1342 assembler->WriteCurrentPositionToRegister(reg, store_position);
1499 new(on_success->zone()) ActionNode(STORE_POSITION, on_success);
4180 case STORE_POSITION: {
4593 case ActionNode::STORE_POSITION: