Home
last modified time | relevance | path

Searched refs:ACC_SYNCHRONIZED (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djcf.h239 #define ACC_SYNCHRONIZED 0x0020 macro
H A Dparse.h79 ACC_STATIC|ACC_FINAL|ACC_SYNCHRONIZED|ACC_NATIVE| \
H A Dclass.c654 if (access_flags & ACC_SYNCHRONIZED) METHOD_SYNCHRONIZED (fndecl) = 1;
1178 access_flags |= ACC_SYNCHRONIZED;
H A Djcf-dump.c373 if (flags & ACC_SYNCHRONIZED)
H A Dgjavah.c1053 if ((method_access & ACC_SYNCHRONIZED))
H A Dparse.c4983 yyvsp[0].value, ACC_SYNCHRONIZED); in yyparse()
4984 if (yyvsp[0].value != ACC_SYNCHRONIZED) in yyparse()
6798 if (flags & ACC_SYNCHRONIZED) COPY_RETURN ("synchronized");
8140 ABSTRACT_CHECK (flags, ACC_SYNCHRONIZED, id, "Synchronized");
8178 JCONSTRUCTOR_CHECK (flags, ACC_SYNCHRONIZED, id, "synchronized");
H A Dparse.y1881 $1, ACC_SYNCHRONIZED);
1882 if ($1 != ACC_SYNCHRONIZED)
3233 if (flags & ACC_SYNCHRONIZED) COPY_RETURN ("synchronized");
4575 ABSTRACT_CHECK (flags, ACC_SYNCHRONIZED, id, "Synchronized");
4613 JCONSTRUCTOR_CHECK (flags, ACC_SYNCHRONIZED, id, "synchronized");
H A Djcf-write.c712 flags |= ACC_SYNCHRONIZED;
H A DChangeLog14264 ACC_SYNCHRONIZED, ACC_NATIVE, ACC_ABSTRACT flags for methods