Home | History | Annotate | Download | only in jdwp

Lines Matching refs:string_length

506         int string_length = this.getNextValueAsInt();
509 res = new String(data, reading_data_index, string_length, "UTF-8");
513 reading_data_index = reading_data_index + string_length;