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

/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1YoungGenSizer.cpp72 uint default_value = (new_number_of_heap_regions * G1NewSizePercent) / 100; local
77 uint default_value = (new_number_of_heap_regions * G1MaxNewSizePercent) / 100; local
H A Dg1RegionToSpaceMapper.cpp93 virtual uint default_value() const { return 0; } function in class:G1RegionsSmallerThanCommitSizeMapper::CommitRefcountArray
H A Dg1InCSetState.hpp105 InCSetState default_value() const { return InCSetState::NotInCSet; } function in class:G1InCSetStateFastTestBiasedMappedArray
H A DheapRegionManager.hpp41 virtual HeapRegion* default_value() const { return NULL; } function in class:G1HeapRegionTable
H A Dg1Allocator.hpp320 bool default_value() const { return false; } function in class:G1ArchiveRegionMap
H A Dg1CollectedHeap.hpp240 bool default_value() const { return false; } function in class:G1CollectedHeap::HumongousReclaimCandidates
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DAnnotationDefault_attribute.java45 public AnnotationDefault_attribute(ConstantPool constant_pool, Annotation.element_value default_value) argument
50 public AnnotationDefault_attribute(int name_index, Annotation.element_value default_value) { argument
59 public final Annotation.element_value default_value; field in class:AnnotationDefault_attribute
/openjdk10/hotspot/test/native/gc/g1/
H A Dtest_g1BiasedArray.cpp30 virtual int default_value() const { function in class:TestMappedArray
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DAnnotationDefault.java38 private ElementValue default_value; field in class:AnnotationDefault
/openjdk10/hotspot/src/share/vm/prims/wbtestmethods/
H A DparserTests.cpp70 const char* default_value = WhiteBox::lookup_jstring("defaultValue", argument); local
/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h302 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) { argument

Completed in 140 milliseconds