Searched defs:ALLOCATED (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DosThread.hpp45 ALLOCATED, // Memory has been allocated but not initialized enumerator in enum:ThreadState
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java154 public static final ClassState ALLOCATED = new ClassState("allocated"); field in class:InstanceKlass.ClassState
178 return ClassState.ALLOCATED;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp55 ALLOCATED = 1, enumerator in enum:BCEscapeAnalyzer::ArgumentMap::__anon135
74 bool contains_allocated() const { return (_bits & ALLOCATED) != 0; }
79 void add_allocated() { _bits = ALLOCATED; }

Completed in 521 milliseconds