Searched refs:is_old (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.cpp76 if (is_old ()) st->print("{old} " );
H A DaccessFlags.hpp129 bool is_old () const { return (_flags & JVM_ACC_IS_OLD ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp182 inline bool is_old(methodOop method);
H A DadvancedThresholdPolicy.cpp77 if (is_old(m)) {
123 bool AdvancedThresholdPolicy::is_old(methodOop method) { function in class:AdvancedThresholdPolicy
171 if (is_stale(t, TieredCompileTaskTimeout, method()) && !is_old(method())) {
H A DsharedRuntime.cpp1139 while (!HAS_PENDING_EXCEPTION && callee_method->is_old() &&
1255 if (!callee_method->is_old()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.cpp39 if (!is_old()) {
H A DgcUtil.hpp99 bool is_old() const { return _is_old; } function in class:AdaptiveWeightedAverage
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp585 return (m != NULL && m->is_method() && !m->is_old() && !m->is_obsolete());
593 return (!m->is_old() && !m->is_obsolete());
H A DmethodOop.hpp613 bool is_old() const { return access_flags().is_old(); } function in class:methodOopDesc
H A DklassVtable.cpp653 if (m != NULL && (m->is_old() || m->is_obsolete())) {
1035 if (m != NULL && (m->is_old() || m->is_obsolete())) {
H A DmethodOop.cpp887 if (is_old()) {
H A DinstanceKlass.cpp1248 if (method_h->is_old() && !method_h->is_obsolete()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp536 if (!_array[i].is_empty() && _array[i].method()->is_old()) {
H A DinterpreterRuntime.cpp686 while (info.resolved_method()->is_old()) {
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp1160 if (m->is_old()
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1263 if (method->is_old()) {

Completed in 104 milliseconds