Lines Matching defs:count
839 size_t count = translated_state_.frames().size();
843 size_t catch_handler_frame_index = count;
844 for (size_t i = count; i-- > 0;) {
852 CHECK_LT(catch_handler_frame_index, count);
853 count = catch_handler_frame_index + 1;
857 output_ = new FrameDescription*[count];
858 for (size_t i = 0; i < count; ++i) {
861 output_count_ = static_cast<int>(count);
866 for (size_t i = 0; i < count; ++i, ++frame_index) {
868 const bool handle_exception = deoptimizing_throw_ && i == count - 1;
904 FrameDescription* topmost = output_[count - 1];
1107 // Actual argument count.
1118 frame_writer.PushRawValue(argc, "actual argument count\n");
1257 // index greater than the formal parameter count). Therefore we call this
1269 // The number of pushed arguments is the maximum of the actual argument count
1270 // and the formal parameter count + the receiver.
1303 // count are in the fake adaptor frame, because they are used to create the
1673 // arguments count on JavaScript builtins.
1848 "tagged argument count %s (will be untagged by continuation)\n",