Searched refs:spec_ (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.h58 coding* initFrom(int spec_) { argument
60 this->spec = spec_;
H A Dcoding.cpp46 int spec_ = spec; \
47 int B = CODING_B(spec_); \
48 int H = CODING_H(spec_); \
50 int S = CODING_S(spec_); \
51 int D = CODING_D(spec_)
/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp137 PermanentGenerationSpec* spec_) :
141 set_spec(spec_);
132 CompactingPermGenGen(ReservedSpace rs, ReservedSpace shared_rs, size_t initial_byte_size, int level, GenRemSet* remset, ContiguousSpace* space, PermanentGenerationSpec* spec_) argument

Completed in 261 milliseconds