Searched refs:ATTR (Results 1 - 8 of 8) sorted by relevance

/openjdk7/langtools/test/tools/javac/policy/test3/
H A DTest.java42 ATTR(true, "attr", "flow"), enum constant in enum:Test.ShouldStopPolicy
102 ssp = ShouldStopPolicy.ATTR;
148 * @compile/fail/ref=attr.out -XDrawDiagnostics -XDcompilePolicy=byfile -XDverboseCompilePolicy -XDshouldStopPolicy=ATTR Test.java
/openjdk7/jdk/test/javax/management/openmbean/
H A DOpenTypeDescriptorTest.java144 case ATTR:
172 private static enum Type {ATTR, PARAM, OPER} enum constant in enum:OpenTypeDescriptorTest.Type
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java496 ATTR(4), enum constant in enum:JavaCompiler.CompileState
510 * for each compilation unit. Used for ATTR and FLOW phases.
862 while (!q.isEmpty() && !shouldStop(CompileState.ATTR)) {
1158 return stopIfError(CompileState.ATTR, results);
1166 if (compileStates.isDone(env, CompileState.ATTR))
1185 if (errorCount() > 0 && !shouldStop(CompileState.ATTR)) {
1190 compileStates.put(env, CompileState.ATTR);
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfoSupport.java196 private static final String ATTR = "attribute"; field in class:ModelMBeanInfoSupport
386 } else if (inDescriptorType.equalsIgnoreCase(ATTR)) {
564 if (ATTR.equalsIgnoreCase(inDescriptorType) || inDescriptorType == null) {
645 } else if (inDescriptorType.equalsIgnoreCase(ATTR)) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp62 #define ATTR __attribute__((noinline)) macro
64 #define ATTR macro
319 void ATTR ObjectMonitor::enter(TRAPS) {
482 void ATTR ObjectMonitor::EnterI (TRAPS) {
731 void ATTR ObjectMonitor::ReenterI (Thread * Self, ObjectWaiter * SelfNode) {
936 void ATTR ObjectMonitor::exit(bool not_suspended, TRAPS) {
H A Dsynchronizer.cpp61 #define ATTR __attribute__((noinline)) macro
63 #define ATTR macro
948 ObjectMonitor * ATTR ObjectSynchronizer::omAlloc (Thread * Self) {
1195 ObjectMonitor * ATTR ObjectSynchronizer::inflate (Thread * Self, oop object) {
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp230 ATTR, enumerator in enum:Form::__anon113
H A Dformssel.cpp2799 : Form(Form::ATTR), _attrname(attr), _atype(type), _attrdef(attrdef) {

Completed in 131 milliseconds