Searched refs:is_scavengable (Results 1 - 13 of 13) sorted by relevance

/openjdk10/hotspot/src/share/vm/ci/
H A DciObject.cpp201 if (x->is_scavengable())
218 is_scavengable() ? "SCAVENGABLE" : "",
H A DciObject.hpp106 bool is_scavengable() { return (_ident & SCAVENGABLE_FLAG) != 0; } function in class:ciObject
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DparallelScavengeHeap.hpp137 virtual bool is_scavengable(const void* addr);
H A DparallelScavengeHeap.cpp172 bool ParallelScavengeHeap::is_scavengable(const void* addr) { function in class:ParallelScavengeHeap
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DgenCollectedHeap.hpp227 virtual bool is_scavengable(const void* addr) { function in class:GenCollectedHeap
H A DcollectedHeap.hpp292 virtual bool is_scavengable(const void *p) = 0;
/openjdk10/hotspot/src/share/vm/oops/
H A Doop.hpp300 inline bool is_scavengable() const;
H A Doop.inline.hpp541 bool oopDesc::is_scavengable() const { function in class:oopDesc
542 return Universe::heap()->is_scavengable(this);
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1CollectedHeap.hpp1286 virtual bool is_scavengable(const void* addr);
H A Dg1CollectedHeap.cpp146 bool G1CollectedHeap::is_scavengable(const void* p) { function in class:G1CollectedHeap
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1225 ((mirror.not_null() && mirror()->is_scavengable()) ||
1226 (appendix.not_null() && appendix->is_scavengable()))) {
/openjdk10/hotspot/src/share/vm/code/
H A Dnmethod.cpp1723 if ((*p) != NULL && (*p)->is_scavengable()) {
2220 if ((*p) == NULL || !(*p)->is_scavengable()) return;
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp1061 if (nm != NULL && installed_code_handle->is_scavengable()) {

Completed in 201 milliseconds