Searched refs:JVM_NAME (Results 1 – 7 of 7) sorted by relevance
60 if(JVM_NAME.startsWith(HOTSPOT) || PlatformDescription.isThisJVM(OPENJDK)) { in newInstantiatorOf()70 else if(JVM_NAME.startsWith(DALVIK)) { in newInstantiatorOf()76 else if(JVM_NAME.startsWith(GNU)) { in newInstantiatorOf()79 else if(JVM_NAME.startsWith(PERC)) { in newInstantiatorOf()
72 public static final String JVM_NAME = System.getProperty("java.vm.name"); field in PlatformDescription92 + "JVM name=\"" + JVM_NAME + "\", " in describePlatform()115 return JVM_NAME.startsWith(name); in isThisJVM()
21 public static final String JVM_NAME = System.getProperty("java.vm.name"); field in Platform49 JVM_NAME, in describe()92 return warnForVM(JVM_NAME, in warnForVM()
37 assertThat(Platform.JVM_NAME).isEqualTo(System.getProperty("java.vm.name")); in const_are_initialized_from_system_properties()
52 val JVM_NAME: ClassName = JvmName::class.asClassName() in <lambda>() constant
32 import com.squareup.kotlinpoet.metadata.classinspectors.ClassInspectorUtil.JVM_NAME in <lambda>()101 private val jvmNameType = elements.getTypeElement(JVM_NAME.canonicalName) in <lambda>()
213 AnnotationSpec.builder(ClassInspectorUtil.JVM_NAME) in toFileSpec()