Searched refs:estimated (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp310 size_t estimated = reserved_region().byte_size(); local
311 estimated -= perm_gen()->reserved().byte_size();
313 estimated -= _size_policy->max_survivor_size(young_gen()->max_size());
315 estimated -= young_gen()->to_space()->capacity_in_bytes();
317 return MAX2(estimated, capacity());
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.cpp285 return eflag_set(methodDataOopDesc::estimated);
H A DbcEscapeAnalyzer.cpp1307 methodData()->set_eflag(methodDataOopDesc::estimated);
1346 methodData()->set_eflag(methodDataOopDesc::estimated);
1372 tty->print("[EA] estimated escape information for");
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1389 estimated = 1 << 0, enumerator in enum:VALUE_OBJ_CLASS_SPEC::EscapeFlag

Completed in 289 milliseconds