Searched refs:location (Results 151 - 175 of 365) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/jdi/
H A DSimulResumerTest.java224 targetClass = bpe.location().declaringType();
232 Location loc1 = findMethod(targetClass, "bkpt1", "(I)V").location();
233 Location loc2 = findMethod(targetClass, "bkpt2", "(I)V").location();
H A DClassesByName2Test.java129 createBreakpointRequest(meth.location());
148 breakpointAtMethod(bpe.location().declaringType(), "bkpt");
H A DPopAndInvokeTest.java101 if (frame.location().method().name().equals(methodName)) {
122 targetClass = (ClassType)bpe.location().declaringType();
H A DClassLoaderClassesTest.java93 targetClass = bpe.location().declaringType();
H A DCountEvent.java89 ReferenceType clazz = thread.frame(0).location().declaringType();
H A DHomeTest.java76 targetClass = bpe.location().declaringType();
H A DNewInstanceTest.java95 targetClass = bpe.location().declaringType();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java472 Symbol location = env.enclClass.sym;
475 Kinds.kindName(location),
476 location);
1285 Symbol location,
1296 logResolveError(errSym, pos, location, site, name, argtypes, typeargtypes);
1302 /** Same as original access(), but without location.
1318 Symbol location,
1323 return access(sym, pos, location, site, name, qualified, List.<Type>nil(), null);
1328 /** Same as original access(), but without location, type arguments and arguments.
1343 kindName(sym), sym, sym.location());
1283 access(Symbol sym, DiagnosticPosition pos, Symbol location, Type site, Name name, boolean qualified, List<Type> argtypes, List<Type> typeargtypes) argument
1316 access(Symbol sym, DiagnosticPosition pos, Symbol location, Type site, Name name, boolean qualified) argument
1455 resolveQualifiedMethod(DiagnosticPosition pos, Env<AttrContext> env, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
1817 logResolveError(ResolveError error, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
1877 access(Name name, TypeSymbol location) argument
1893 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
1938 access(Name name, TypeSymbol location) argument
1959 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
2023 getLocationDiag(Symbol location, Type site) argument
2074 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
2113 access(Name name, TypeSymbol location) argument
2132 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
2250 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
2295 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
2326 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp412 // Conversion from an VMReg to physical stack location
497 // A simple class to describe a location on the stack
500 intptr_t* location; member in class:VALUE_OBJ_CLASS_SPEC
516 if (a->location == b->location) {
519 return a->location - b->location;
524 void describe(int owner, intptr_t* location, const char* description, int priority = 0);
536 // top most frame. It automatically takes care of updating the location of
H A Dframe.cpp118 intptr_t* src = (intptr_t*) location(r);
1080 return (oop *)reg_map->location(reg);
1421 void FrameValues::describe(int owner, intptr_t* location, const char* description, int priority) { argument
1423 fv.location = location;
1445 if (prev.location == fv.location) {
1448 tty->print_cr(" " INTPTR_FORMAT ": " INTPTR_FORMAT " %s", prev.location, *prev.location, prev.description);
1449 tty->print_cr(" " INTPTR_FORMAT ": " INTPTR_FORMAT " %s", fv.location, *f
[all...]
H A DregisterMap.hpp104 address location(VMReg reg) const { function in class:RegisterMap
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCClassInfo.java137 public CClassInfo(Model model,JPackage pkg, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) { argument
138 this(model,model.getPackage(pkg),shortName,location,typeName,elementName,source,customizations);
141 public CClassInfo(Model model,CClassInfoParent p, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) { argument
142 super(model,source,location,customizations);
162 public CClassInfo(Model model,JCodeModel cm, String fullName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) { argument
163 super(model,source,location,customizations);
H A DCElementInfo.java119 public CElementInfo(Model model,QName tagName, CClassInfoParent parent, TypeUse contentType, XmlString defaultValue, XSElementDecl source, CCustomizations customizations, Locator location ) {
120 super(model,source,location,customizations);
142 public CElementInfo(Model model,QName tagName, CClassInfoParent parent, String className, CCustomizations customizations, Locator location ) {
143 this(model,tagName,parent,null,null,null,customizations,location);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerWrapper.java86 * site location of the relevent specification or
121 * site location of the relevent specification or
164 * site location of the relevent specification or
212 XMLLocator location = new XMLLocator() {
223 return new XMLParseException(location, exception.getMessage(),exception);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java53 // A "desc" (descriptor) is a bit-encoded pair of a location
114 storeIndex(fx.location(), fx.format(), 0);
240 int desc; // location and format of reloc
250 public int location() { return descLoc(desc); } method in class:Fixups.Fixup
254 // Ordering depends only on location.
255 return this.location() - that.location();
266 return "@"+location()+(format()==U1_FORMAT?".1":"")+"="+entry;
304 public void add(int location, int format, Entry entry) { argument
305 addDesc(makeDesc(location, forma
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java42 public List<Integer> location = List.nil(); field in class:TypeAnnotationPosition
169 // Append location data for generics/arrays.
171 sb.append(", location = (");
172 sb.append(location);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6299712.java94 String location = "/redirect";
95 trans.addResponseHeader("Location", location);
/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DEventRequestManager.java273 * same location are permitted. Use {@link EventRequest#enable()} to
276 * @param location the location of the new breakpoint.
278 * @throws NativeMethodException if location is within a native method.
280 BreakpointRequest createBreakpointRequest(Location location); argument
/openjdk7/jdk/src/share/back/
H A DeventHandler.h62 jlocation location);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/
H A DConfigReader.java157 File location = schema.getLocation();
158 schemaOutputResolver.addSchemaInfo(namespace,location);
235 * Namespace URI to the location of the schema.
274 public void addSchemaInfo(String namespaceUri, File location) { argument
278 schemas.put(namespaceUri, location);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractMarshallerImpl.java178 * @param location the schemaLocation value
180 protected void setSchemaLocation( String location ) {
181 schemaLocation = location;
197 * @param location the noNamespaceSchemaLocation value
199 protected void setNoNSSchemaLocation( String location ) {
200 noNSSchemaLocation = location;
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DSourceWriter.java143 Location location;
145 location = StandardLocation.SOURCE_PATH;
147 location = StandardLocation.CLASS_PATH;
168 fileManager.getJavaFileForInput(location,
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DTimestampedSigner.java274 GeneralName location;
279 location = description.getAccessLocation();
280 if (location.getType() == GeneralNameInterface.NAME_URI) {
281 uri = (URIName) location.getName();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DConcreteMethodImpl.java51 final Map<Integer, List<Location>> lineMapper; // Maps line number to location(s)
74 private Location location = null; field in class:ConcreteMethodImpl
94 public Location location() { method in class:ConcreteMethodImpl
95 if (location == null) {
98 return location;
303 // location not mapped in this stratum
328 // Add to the location list
379 * lines at the same location. We need to choose
381 * and forth between line and location. So we choose
383 * location
[all...]
H A DThreadReferenceImpl.java298 Location location = frame.location();
303 if (location.equals(request.location())) {
410 if (jdwpFrames[i].location == null) {
411 throw new InternalException("Invalid frame location");
415 jdwpFrames[i].location);
562 MethodImpl meth = (MethodImpl)sf.location().method();

Completed in 102 milliseconds

1234567891011>>