Searched refs:AllStatic (Results 1 - 25 of 214) sorted by relevance

123456789

/openjdk10/hotspot/src/share/vm/metaprogramming/
H A DremovePointer.hpp34 template <typename T> struct RemovePointer: AllStatic { typedef T type; };
36 template <typename T> struct RemovePointer<T*>: AllStatic { typedef T type; };
37 template <typename T> struct RemovePointer<T* const>: AllStatic { typedef T type; };
38 template <typename T> struct RemovePointer<T* volatile>: AllStatic { typedef T type; };
39 template <typename T> struct RemovePointer<T* const volatile>: AllStatic { typedef T type; };
H A DremoveReference.hpp34 template <typename T> struct RemoveReference: AllStatic { typedef T type; };
36 template <typename T> struct RemoveReference<T&>: AllStatic { typedef T type; };
H A DenableIf.hpp40 struct EnableIf: AllStatic {};
43 struct EnableIf<true, T>: AllStatic {
H A DremoveCV.hpp31 struct RemoveCV: AllStatic {
36 struct RemoveCV<const T>: AllStatic {
41 struct RemoveCV<volatile T>: AllStatic {
46 struct RemoveCV<const volatile T>: AllStatic {
H A Dconditional.hpp34 struct Conditional: AllStatic {
39 struct Conditional<false, TrueType, FalseType>: AllStatic {
H A Ddecay.hpp37 struct Decay: AllStatic {
/openjdk10/hotspot/src/share/vm/utilities/
H A DstringUtils.hpp30 class StringUtils : AllStatic {
H A DinternalVMTests.hpp32 class InternalVMTests : public AllStatic {
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DageTableTracer.hpp30 class AgeTableTracer : AllStatic {
H A DobjectCountEventSender.hpp37 class ObjectCountEventSender : public AllStatic {
/openjdk10/hotspot/src/share/vm/classfile/
H A DdefaultMethods.hpp36 class DefaultMethods : AllStatic {
/openjdk10/hotspot/src/share/vm/services/
H A DallocationContextService.hpp30 class AllocationContextService: public AllStatic {
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkInliner.hpp34 class SharkInliner : public AllStatic {
/openjdk10/hotspot/src/share/vm/runtime/
H A DthreadLocalStorage.hpp40 class ThreadLocalStorage : AllStatic {
H A Darguments_ext.hpp31 class ArgumentsExt: AllStatic {
H A Dprefetch.hpp36 class Prefetch : AllStatic {
H A DjniPeriodicChecker.hpp37 class JniPeriodicChecker : AllStatic {
/openjdk10/hotspot/src/share/vm/prims/
H A Dforte.hpp30 class Forte : AllStatic {
/openjdk10/hotspot/src/share/vm/memory/
H A DmetaspaceCounters.hpp32 class MetaspaceCounters: public AllStatic {
43 class CompressedClassSpaceCounters: public AllStatic {
H A DmetaspaceGCThresholdUpdater.hpp31 class MetaspaceGCThresholdUpdater : public AllStatic {
/openjdk10/hotspot/test/native/metaprogramming/
H A Dtest_isSame.cpp30 class IsSameTest: AllStatic {
31 class A: AllStatic {};
32 class B: AllStatic {};
/openjdk10/hotspot/src/share/vm/code/
H A DrelocInfo_ext.hpp41 class symbolic_Relocation : AllStatic {
/openjdk10/hotspot/src/share/vm/opto/
H A DadlcVMDeps.hpp38 class AdlcVMDeps : public AllStatic {
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DheapRegionBounds.hpp30 class HeapRegionBounds : public AllStatic {
H A Dg1AllocationContext.hpp32 class AllocationContext : AllStatic {

Completed in 154 milliseconds

123456789