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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DModelerUtils.java91 JavaStructureType jst = new JavaStructureType(jaxbType.getJavaType()
93 type.setJavaType(jst);
100 jst));
114 JavaStructureType jst) {
121 jst.add(jsm);
112 createUnwrappedParameter(JAXBProperty prop, JAXBType jaxbType, Block block, JAXBStructuredType type, JavaStructureType jst) argument
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/coders/
H A DCoderDescriptor.java124 public StructCoderDescriptor(JStruct jst) { this.jstruct = jst; } argument
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp2265 int jst = SafeFetch32 ((int *) &((JavaThread *) ox)->_thread_state, -1) ; ; local
2266 // consider also: jst != _thread_in_Java -- but that's overspecific.
2267 return jst == _thread_blocked || jst == _thread_in_native ;

Completed in 47 milliseconds