Home | History | Annotate | Download | only in runtime

Lines Matching defs:arg_count

614   uint32_t arg_count = (objects != nullptr) ? objects->GetLength() : 0;
615 if (arg_count != classes_size) {
617 classes_size, arg_count).c_str());