Searched refs:where (Results 151 - 175 of 184) sorted by relevance

12345678

/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.hpp80 void insert_non_perm(NonPermObject* &where, oop key, ciObject* obj);
H A DciObjectFactory.cpp722 void ciObjectFactory::insert_non_perm(ciObjectFactory::NonPermObject* &where, oop key, ciObject* obj) { argument
723 assert(&where != &emptyBucket, "must not try to fill empty bucket");
724 NonPermObject* p = new (arena()) NonPermObject(where, key, obj);
725 assert(where == p && is_equal(p, key) && p->object() == obj, "entry must match");
/openjdk7/jdk/src/share/classes/sun/misc/
H A DMessageUtils.java120 public static void where() { method in class:MessageUtils
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DHttpsURLConnectionLocalCertificateChain.java121 synchronized void dumpCerts(String where, Certificate [] certs) argument
125 System.out.println(where + ":");
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java48 protected long where; field in class:ClassDefinition
94 protected ClassDefinition(Object source, long where, ClassDeclaration declaration, argument
97 this.where = where;
161 return where;
194 // There are obscure cases where null is the right answer,
214 * 'SourceClass', where it overrides this one.
776 * <accessor>.<field>, where <accessor> has the type <accessorType>?
917 public void noteUsedBy(ClassDefinition ref, long where, Environment env) { argument
920 env.error(where, "war
[all...]
H A DParser.java236 public void defineField(long where, ClassDefinition c, argument
256 defineField(where, doc, mod, t, nm.id, argIds, expIds, val);
263 protected void defineField(long where, String doc, int mod, Type t, argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.cpp447 size_t where, int hole_sz, typeArrayOop src) {
457 memcpy(dst_addr, src_addr, where);
458 memcpy(dst_addr + where + hole_sz,
459 src_addr + where, src->length() - where);
525 // check and update any Uninitialized type's bci (no matter where it is).
446 insert_hole_at( size_t where, int hole_sz, typeArrayOop src) argument
H A Dos.cpp537 void report_heap_error(void* memblock, void* bad, const char* where) { argument
539 tty->print_cr("## memory stomp: byte at " PTR_FORMAT " %s object " PTR_FORMAT, bad, where, memblock);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js557 * @param where (optional) filter expression or function to
563 objects: function(clazz, includeSubtypes, where) {
565 if (where) {
566 if (typeof(where) == 'string') {
567 where = new Function("it", "return " + where);
573 if (where) {
574 return filterEnumeration(instances, where, true);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DDriver.java385 File where = (base.getParentFile() == null && suffix.equals(".bak"))
389 Path tmpfile = (where == null)
391 : Files.createTempFile(where.toPath(), prefix, suffix);
H A DPackage.java296 int where = newAttrs.indexOf(olda);
297 newAttrs.set(where, a);
374 // where thisClass is an inner class, it will already
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME125 where any existing opaque converted data resides and to
126 transparency values where there is no data yet.
136 Return the index into an array of MaskBits elements where the
213 are already bound to the range 0 <= component <= 256, where
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp193 Condition cond, Label* where);
H A Dinterp_masm_x86_64.hpp202 Condition cond, Label* where);
H A Dinterp_masm_x86_32.cpp1417 Condition cond, Label* where) {
1424 jcc(cond, *where);
1414 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch, bool preloaded, Condition cond, Label* where) argument
H A Dinterp_masm_x86_64.cpp1477 Condition cond, Label* where) {
1484 jcc(cond, *where);
1474 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch, bool preloaded, Condition cond, Label* where) argument
/openjdk7/hotspot/make/windows/
H A Dbuild.bat109 echo where:
H A Dcreate.bat137 echo Warning: please set variable HOTSPOTMKSHOME to place where
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractDocument.java785 * returns will give better performance for situations where large
1327 * where order of delivery is not guaranteed and all listeners
1608 * @param where offset into the sequence to make the insertion >= 0
1616 public UndoableEdit insertString(int where, String str) throws BadLocationException; argument
1621 * @param where The offset into the sequence to make the
1630 public UndoableEdit remove(int where, int nitems) throws BadLocationException; argument
1635 * @param where Offset into the sequence to fetch >= 0.
1641 public String getString(int where, int len) throws BadLocationException; argument
1646 * @param where the starting offset >= 0
1652 public void getChars(int where, in argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES268 Added type cast png_uint_32 on malloc function calls where needed.
383 Fixed a bug in pngrtran.c (introduced in libpng-1.0.1a) where the masks for
1520 section of png.h where they were inadvertently placed in version rc3.
1939 Added some #ifdef PNG_MMX_CODE_SUPPORTED where needed in pngvcrd.c
2347 "#if defined()" and "if !defined()" where possible.
2428 Changed all "#if [!]defined(X)" to "if[n]def X" where possible.
2465 Merged libpng-1.2.41.txt with libpng-1.4.0.txt where appropriate.
2937 Reverted changes to call png_longjmp in contrib/gregbook where it is not
3289 This documents the current behavior, where the callback is called after
3338 Fixed 64-bit builds where png_uint_3
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Difg.cpp79 // IFG is triangular, so do the inserts where 'a' < 'b'.
442 static void lower_pressure( LRG *lrg, uint where, Block *b, uint *pressure, uint *hrp_index ) { argument
447 hrp_index[1] = where;
458 hrp_index[0] = where;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp136 static void assert_constant_size(int required_size, int where, Bytecodes::Code bc, bool is_wide = false) NOT_DEBUG_RETURN;
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java335 // Includes case where getMBeanInfo() returns null
380 this. This will not happen to code where it is clear for
982 private static void throwMBeanRegistrationException(Throwable t, String where) argument
986 "RuntimeException thrown " + where);
989 "Error thrown " + where);
994 "Exception thrown " + where);
1117 if one is supplied where it shouldn't be). */
1535 * unusual case where the user creates a custom
1583 * unusual case where the user creates a custom
1635 * unusual case where th
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp291 Condition cond, Label *where);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp1484 * its unnecessary as the driver performs adequate compression where
1706 POINT where; local
1707 ::GetCurrentPositionEx((HDC)printDC, &where);
1709 return (jint) where.x;
1724 POINT where; local
1725 ::GetCurrentPositionEx((HDC)printDC, &where);
1727 return (jint) where.y;
2381 * bottom of the DIB, which is where the first scan line is.

Completed in 722 milliseconds

12345678