Searched defs:location (Results 251 - 270 of 270) sorted by relevance

<<11

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSymbol.java310 public Symbol location() { method in class:Symbol
320 public Symbol location(Type site, Types types) { method in class:Symbol
700 public Symbol location() { return other.location(); } method in class:Symbol.DelegatedSymbol
701 public Symbol location(Type site, Types types) { return other.location(site, types); } method in class:Symbol.DelegatedSymbol
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java794 eval(final ScriptObject initialScope, final String string, final Object callThis, final Object location) argument
811 eval(final ScriptObject initialScope, final String string, final Object callThis, final Object location, final boolean strict, final boolean evalCall) argument
[all...]
/openjdk10/test/lib/sun/hotspot/
H A DWhiteBox.java486 DefineModule(Object module, boolean is_open, String version, String location, Object[] packages) argument
/openjdk10/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp4461 char* location = get_line_string(line); local
4550 char* location = get_line_string(line); local
5258 char* location = (char *)malloc(strlen(file) + 100); local
[all...]
/openjdk10/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp490 JImageLocationRef location = (*JImageFindResource)(_jimage, "", get_jimage_version_string(), name, &size); local
1155 JImageLocationRef location local
[all...]
H A DclassFileParser.cpp1008 AnnotationCollector(Location location) argument
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp243 JvmtiLocationEventMark(JavaThread *thread, const methodHandle& method, address location) : argument
246 jlocation location() { return _loc; } function in class:JvmtiLocationEventMark
254 JvmtiExceptionEventMark(JavaThread *thread, const methodHandle& method, address location, Handle exception) : argument
1026 void JvmtiExport::post_raw_breakpoint(JavaThread *thread, Method* method, address location) { argument
1038 ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_BREAKPOINT); local
1109 at_single_stepping_point(JavaThread *thread, Method* method, address location) argument
1514 post_single_step(JavaThread *thread, Method* method, address location) argument
1524 ets->compare_and_set_current_location(mh(), location, JVMTI_EVENT_SINGLE_STEP); local
1546 post_exception_throw(JavaThread *thread, Method* method, address location, oop exception) argument
1631 notice_unwind_due_to_exception(JavaThread *thread, Method* method, address location, oop exception, bool in_handler_frame) argument
1754 post_field_access(JavaThread *thread, Method* method, address location, Klass* field_klass, Handle object, jfieldID field) argument
1851 post_raw_field_modification(JavaThread *thread, Method* method, address location, Klass* field_klass, Handle object, jfieldID field, char sig_type, jvalue *value) argument
1913 post_field_modification(JavaThread *thread, Method* method, address location, Klass* field_klass, Handle object, jfieldID field, char sig_type, jvalue *value_ptr) argument
[all...]
H A DjvmtiEnv.cpp2165 JvmtiEnv::SetBreakpoint(Method* method_oop, jlocation location) { argument
2191 JvmtiEnv::ClearBreakpoint(Method* method_oop, jlocation location) { argument
[all...]
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java2388 public int locationToIndex(final Point location) { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DJTextComponent.java846 setDropLocation(TransferHandler.DropLocation location, Object state, boolean forDrop) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DAttr.java3617 selectSym(JCFieldAccess tree, Symbol location, Type site, Env<AttrContext> env, ResultInfo resultInfo) argument
[all...]
H A DResolve.java2426 accessInternal(Symbol sym, DiagnosticPosition pos, Symbol location, Type site, Name name, boolean qualified, List<Type> argtypes, List<Type> typeargtypes, LogResolveHelper logResolveHelper) argument
2450 accessMethod(Symbol sym, DiagnosticPosition pos, Symbol location, Type site, Name name, boolean qualified, List<Type> argtypes, List<Type> typeargtypes) argument
2477 accessBase(Symbol sym, DiagnosticPosition pos, Symbol location, Type site, Name name, boolean qualified) argument
2607 resolveQualifiedMethod(DiagnosticPosition pos, Env<AttrContext> env, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
2612 resolveQualifiedMethod(MethodResolutionContext resolveContext, DiagnosticPosition pos, Env<AttrContext> env, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
3217 access(Env<AttrContext> env, DiagnosticPosition pos, Symbol location, Symbol sym) argument
3243 access(Env<AttrContext> env, DiagnosticPosition pos, Symbol location, Symbol sym) argument
3287 access(Env<AttrContext> env, DiagnosticPosition pos, Symbol location, Symbol sym) argument
3464 lookupMethod(Env<AttrContext> env, DiagnosticPosition pos, Symbol location, MethodCheck methodCheck, LookupHelper lookupHelper) argument
3470 lookupMethod(Env<AttrContext> env, DiagnosticPosition pos, Symbol location, MethodResolutionContext resolveContext, LookupHelper lookupHelper) argument
3642 logResolveError(ResolveError error, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
3719 access(Name name, TypeSymbol location) argument
3735 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
3769 access(Name name, TypeSymbol location) argument
3792 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
3849 getLocationDiag(Symbol location, Type site) argument
3891 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
3922 access(Name name, TypeSymbol location) argument
3948 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
4055 getDiagnostic(DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
4094 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
4165 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
4257 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
4306 getDiagnostic(JCDiagnostic.DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
4338 access(Name name, TypeSymbol location) argument
4361 access(Name name, TypeSymbol location) argument
4371 getDiagnostic(DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
4390 getDiagnostic(DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
4416 getDiagnostic(DiagnosticType dkind, DiagnosticPosition pos, Symbol location, Type site, Name name, List<Type> argtypes, List<Type> typeargtypes) argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java517 reportError( XMLLocator location, String domain, String key, Object[] arguments, short severity) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJComponent.java3314 setDropLocation(TransferHandler.DropLocation location, Object state, boolean forDrop) argument
[all...]
H A DJTree.java1436 setDropLocation(TransferHandler.DropLocation location, Object state, boolean forDrop) argument
[all...]
H A DJTable.java1744 setDropLocation(TransferHandler.DropLocation location, Object state, boolean forDrop) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpng.h691 png_byte location; /* mode of operation at read time */ member in struct:png_unknown_chunk_t
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DGlobal.java1649 public static Object directEval(final Object self, final Object str, final Object callThis, final Object location, final boolean strict) { argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DComponent.java2067 public Point location() { method in class:Component
[all...]
/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc2036 message << " thrown in " << location << "."; local
2012 FormatSehExceptionMessage(DWORD exception_code, const char* location) argument
2028 FormatCxxExceptionMessage(const char* description, const char* location) argument
2059 HandleSehExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
2086 HandleExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
3314 const string location = internal::FormatCompilerIndependentFileLocation( local
[all...]

Completed in 589 milliseconds

<<11