Searched refs:num_targets (Results 1 – 1 of 1) sorted by relevance
/art/test/ti-agent/ |
D | redefinition_helper.cc | 45 jint num_targets, in throwCommonRedefinitionError() argument 61 if (num_targets > 1) { in throwCommonRedefinitionError() 65 for (jint i = 0; i < num_targets; i++) { in throwCommonRedefinitionError() 150 jint num_targets, in throwRedefinitionError() argument 153 return throwCommonRedefinitionError<true>(jvmti, env, num_targets, target, res); in throwRedefinitionError() 399 jint num_targets, in throwRetransformationError() argument 402 return throwCommonRedefinitionError<false>(jvmti, env, num_targets, targets, res); in throwRetransformationError()
|