Home
last modified time | relevance | path

Searched defs:is_synthetic (Results 101 – 125 of 299) sorted by path

12345678910>>...12

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/
H A Dcm01t009.cpp424 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/
H A Dcm01t010.cpp423 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/
H A Dcm01t011.cpp461 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/
H A Dcm01t012.cpp425 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/
H A Dcm01t013.cpp423 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/
H A Dcm01t014.cpp490 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/
H A Dcm01t015.cpp492 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/
H A Dcm01t016.cpp496 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/
H A Dcm01t017.cpp503 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/
H A Dcm01t018.cpp514 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/
H A Dcm01t019.cpp424 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/
H A Dcm01t020.cpp425 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/
H A Dcm01t021.cpp425 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/
H A Dcm03t001.cpp463 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp1319 bool is_synthetic = false; in parse_field_attributes() local
1626 bool is_synthetic = false; in parse_fields() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A Dklass.hpp604 bool is_synthetic() const { return _access_flags.is_synthetic(); } in is_synthetic() function in Klass
H A Dmethod.hpp613 bool is_synthetic() const { return access_flags().is_synthetic(); } in is_synthetic() function in Method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DfieldDescriptor.hpp98 bool is_synthetic() const { return access_flags().is_synthetic(); } in is_synthetic() function in fieldDescriptor
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DaccessFlags.hpp126 bool is_synthetic () const { return (_flags & JVM_ACC_SYNTHETIC ) != 0; } in is_synthetic() function in AccessFlags
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/
H A Disfldsin003.cpp40 jboolean is_synthetic; member
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/
H A Dissynth001.cpp41 jboolean is_synthetic; member
127 jboolean is_synthetic; in Java_nsk_jvmti_IsMethodSynthetic_issynth001a_check() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/
H A Dcm01t001.cpp420 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/
H A Dcm01t002.cpp423 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/
H A Dcm01t003.cpp425 jboolean is_synthetic; in checkIsSyntheticFunctions() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/
H A Dcm01t004.cpp422 jboolean is_synthetic; in checkIsSyntheticFunctions() local

12345678910>>...12