Searched defs:none (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DContentNegotiation.java31 * A value of {@link #none} means no content negotation at level of the
49 none, enum constant in enum:ContentNegotiation
69 if (value == null) return none;
73 // Default to none for any unrecognized value or any other
75 return none;
/openjdk7/langtools/test/tools/javac/varargs/warning/
H A DWarn4.java47 final static Warning[] none = new Warning[] {}; field in class:Warn4
133 new Warning[][] {none, none, none, none, error}),
141 new Warning[][] {error, error, error, error, none});
/openjdk7/hotspot/src/share/vm/runtime/
H A DmutexLocker.cpp303 bool none = true; local
307 if (none) {
310 none = false;
316 if (none) st->print_cr("None");
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp54 const RelocationHolder RelocationHolder::none; // its type is relocInfo::none member in class:RelocationHolder
136 change_reloc_info_for_address(itr, pc, old_type, none);
424 assert(t == relocInfo::none, "must be padding");
435 case relocInfo::none:
467 if (rtype == relocInfo::none) return RelocationHolder::none;
1091 case relocInfo::none:
1092 return "none";
H A DrelocInfo.hpp114 // relocInfo::none -- a filler record
115 // Value: none
119 // its type to none. See relocInfo::remove.)
203 // Value: none
212 // Value: none
257 none = 0, // Used when no relocation should be generated enumerator in enum:VALUE_OBJ_CLASS_SPEC::relocType
346 void remove() { set_type(none); }
349 bool is_none() const { return type() == none; }
357 // Occasionally records of type relocInfo::none will appear in the stream.
466 return relocInfo(relocInfo::none, relocInf
499 static const RelocationHolder none; member in class:VALUE_OBJ_CLASS_SPEC
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp166 none = 0, // Not a simple type enumerator in enum:Form::DataType
178 // Convert ideal name to a DataType, return DataType::none if not a 'ConX'
180 // Convert ideal name to a DataType, return DataType::none if not a 'sRegX
182 // Convert ideal name to a DataType, return DataType::none if not a 'RegX
185 // Convert ideal name to a DataType, return DataType::none if not a 'LoadX
187 // Convert ideal name to a DataType, return DataType::none if not a 'StoreX
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1232 // none of the above fast optimizations worked so we have to get into the
1357 call(CAST_FROM_FN_PTR(address, InterpreterRuntime::verify_mdp), relocInfo::none); member in class:relocInfo
2252 call(CAST_FROM_FN_PTR(address,verify_return_address), relocInfo::none); member in class:relocInfo
H A Dassembler_sparc.cpp229 fb( f_never, true, pc() + 4, relocInfo::none);
234 fbp( f_notZero, true, fcc0, pn, pc() - 4, relocInfo::none);
239 br( equal, true, pc() + 1024, relocInfo::none);
246 bp( less, true, icc, pn, pc(), relocInfo::none);
251 call( pc(), relocInfo::none); member in class:relocInfo
308 jmpl( L6, -1, L7, Relocation::spec_simple(relocInfo::none));
439 rett( G0, -1, relocInfo::none);
450 sethi( 0xaaaaaaaa, I3, Relocation::spec_simple(relocInfo::none));
540 cb( cp_0or1or2, false, pc() - 4, relocInfo::none);
622 call(L, relocInfo::none); // N
[all...]

Completed in 1554 milliseconds