Searched refs:ACC_SYNCHRONIZED (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf.h | 239 #define ACC_SYNCHRONIZED 0x0020 macro
|
H A D | parse.h | 79 ACC_STATIC|ACC_FINAL|ACC_SYNCHRONIZED|ACC_NATIVE| \
|
H A D | class.c | 654 if (access_flags & ACC_SYNCHRONIZED) METHOD_SYNCHRONIZED (fndecl) = 1; 1178 access_flags |= ACC_SYNCHRONIZED;
|
H A D | jcf-dump.c | 373 if (flags & ACC_SYNCHRONIZED)
|
H A D | gjavah.c | 1053 if ((method_access & ACC_SYNCHRONIZED))
|
H A D | parse.c | 4983 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 D | parse.y | 1881 $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 D | jcf-write.c | 712 flags |= ACC_SYNCHRONIZED;
|
H A D | ChangeLog | 14264 ACC_SYNCHRONIZED, ACC_NATIVE, ACC_ABSTRACT flags for methods
|