Home | History | Annotate | Download | only in vm

Lines Matching refs:methods

359     } methods[] = {
384 for (i = 0; methods[i].method != NULL; i++) {
385 if (!initDirectMethodReference(methods[i].method, methods[i].className,
386 methods[i].name, methods[i].descriptor)) {
421 } methods[] = {
436 for (i = 0; methods[i].offset != NULL; i++) {
437 if (!initVirtualMethodOffset(methods[i].offset, methods[i].className,
438 methods[i].name, methods[i].descriptor)) {