Home | History | Annotate | Download | only in src

Lines Matching refs:Drop

1182           // Drop it.
1195 // Now possibly drop directly indexed element.
1197 if (value->gvn_flags().ContainsAnyOf(depends_flags)) { // Drop it.
2821 Drop(drop_extra);
2835 Drop(drop_extra);
3134 environment()->Drop(length - first_expression_index);
3385 Drop(5);
4092 Drop(1);
4310 // Drop the simulated receiver and value. Return the value.
4311 Drop(2);
4346 // Drop the simulated receiver, key, and value. Return the value.
4347 Drop(3);
4962 Drop(1); // Arguments object.
5045 Drop(1);
5509 Drop(1); // Receiver.
5513 if (drop_extra) Drop(1); // Optionally drop the function.
5571 Drop(1); // Receiver.
5624 Drop(1); // Receiver.
5753 Drop(1);
5793 Drop(parameter_count);
5827 Drop(argument_count + 1); // 1 is the key.
5932 if (TryInlineBuiltinFunctionCall(expr, false)) { // Nothing to drop.
5951 Drop(argument_count);
5967 if (TryInlineBuiltinFunctionCall(expr, true)) { // Drop the function.
5976 if (TryInlineCall(expr, true)) { // Drop function from environment.
5982 Drop(1); // The function.
5997 Drop(argument_count + 1);
6068 Drop(argument_count);
6123 Drop(argument_count);
6455 // Drop the key from the bailout environment. Overwrite the receiver
6458 Drop(1);
6466 Drop(returns_original_input ? 2 : 1);
6633 Drop(1); // Value of the left subexpression.
7399 Drop(2);
7410 Drop(3);
7422 Drop(2);
7433 Drop(4);
7445 Drop(3);
7463 Drop(1);
7495 Drop(arg_count);
7502 Drop(arg_count);
7531 Drop(1);
7543 Drop(1);
7555 Drop(1);
7567 Drop(1);
7743 void HEnvironment::Drop(int count) {
7804 outer->Drop(arguments + 1); // Including receiver.