Searched defs:marray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp1395 // If there are too many concrete methods to fit in marray, return -1.
1398 methodOop marray[]) {
1399 methodOop m0 = marray[0];
1410 assert(marray[mfill] == m0, "sanity");
1412 mfill++; // keep m0 as marray[0], the first result
1419 marray[mfill++] = fm;
1428 guarantee(NULL == (void *)check_unique_concrete_method(ctxk, marray[0]),
1433 check_exclusive_concrete_methods(ctxk, marray[0], marray[1]),
1396 find_exclusive_concrete_methods(klassOop ctxk, int mlen, methodOop marray[]) argument

Completed in 36 milliseconds