Searched refs:evol_method (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp106 evol_method, enumerator in enum:Dependencies::DepType
107 FIRST_TYPE = evol_method,
174 non_ctxk_types = (1 << evol_method),
H A Ddependencies.cpp63 assert_common_1(evol_method, m);
357 "evol_method",
371 1, // evol_method m
661 // e.g. evol_method.
1153 // marked by an "evol_method" dependency, if those contents
1492 case evol_method:
H A Dnmethod.cpp606 if (klass == NULL) continue; // ignore things like evol_method
1447 if (klass == NULL) continue; // ignore things like evol_method
2073 if (deps.type() == Dependencies::evol_method) {
2099 if (deps.type() != Dependencies::evol_method)

Completed in 45 milliseconds