Searched refs:current (Results 76 - 100 of 571) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DThreadInfo.java51 private static ThreadInfo current = null; field in class:ThreadInfo
87 if (thread.equals(ThreadInfo.current)) {
118 current = null;
141 current = tinfo;
142 if (current != null) {
143 current.invalidate();
148 * Get the current ThreadInfo object.
150 * @return the ThreadInfo for the current thread.
153 return current;
216 * Get the current stackfram
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp42 // current iteration index.
44 // pointer to the current hash table entry.
197 for (ProtectionDomainEntry* current = _pd_set;
198 current != NULL;
199 current = current->_next) {
200 f->do_oop(&(current->_protection_domain));
205 for (ProtectionDomainEntry* current = _pd_set;
206 current != NULL;
207 current
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DSafePolicyReader.java77 PolicyRecord current;
78 for (current = head ; null != current.next ; ) {
79 if ((null != current.unresolvedURIs) && current.unresolvedURIs.contains(insertedRec.uri)) {
81 insertedRec.next = current;
85 insertedRec.next = current;
88 }// end-if current record depends on inserted one
89 if (insertedRec.unresolvedURIs.remove(current.uri) && (insertedRec.unresolvedURIs.isEmpty())) {
90 insertedRec.next = current
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_InputMethod.cpp319 // check if current language ID is the requested one. Note that the
320 // current language ID (returned from 'getJavaIDFromLangID') is in
323 const char * current = getJavaIDFromLangID(AwtComponent::GetInputLanguage()); local
326 if ((current != NULL) && (strcmp(current, requested) == 0)) {
328 free((void *)current);
358 free((void *)current);
455 int current = 0; local
466 for (current = 0; current < destInde
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DObjectFactory.java206 // is in boot/extension/system classpath and in current
210 ClassLoader current = ObjectFactory.class.getClassLoader();
214 if (current == chain) {
227 return current;
327 // Fall back to current classloader
328 ClassLoader current = ObjectFactory.class.getClassLoader();
329 if (current == null) {
331 } else if (cl != current) {
332 cl = current;
362 // If no provider found then try the current ClassLoade
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/logutil/
H A DInput.java64 * Represents the current state of parsing the input.
92 InputException current = null;
123 if (current == null)
124 current =
146 current.add(new InputCode(matcher.group(1),
151 exceptions.offer(current);
152 current = null;
/openjdk7/jdk/src/share/classes/java/beans/
H A DWeakIdentityMap.java112 Entry<T> current = prev;
113 while (current != null) {
114 Entry<T> next = current.next;
115 if (current == entry) {
127 prev = current;
128 current = next;
/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLException.java289 SQLException current = this;
291 SQLException next=current.next;
293 current = next;
297 if (nextUpdater.compareAndSet(current,null,ex)) {
300 current=current.next;
/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DReentrantLock.java51 * immediately if the current thread already owns the lock. This can
134 final Thread current = Thread.currentThread();
138 setExclusiveOwnerThread(current);
142 else if (current == getExclusiveOwnerThread()) {
167 // we don't need to do so to check if current thread is owner
237 final Thread current = Thread.currentThread();
242 setExclusiveOwnerThread(current);
246 else if (current == getExclusiveOwnerThread()) {
281 * <p>If the current thread already holds the lock then the hold
285 * current threa
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DObjectMonitor.java71 public boolean isEntered(sun.jvm.hotspot.runtime.Thread current) { argument
73 if (current.threadObjectAddress().equals(o) ||
74 current.isLockOwned(o)) {
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DSegment.java158 * Gets the character at the current position (as returned by getIndex()).
159 * @return the character at the current position or DONE if the current
164 public char current() { method in class:Segment
174 * to getEndIndex(), the current index is reset to getEndIndex() and
187 return current();
192 * at the new index. If the current index is getBeginIndex(), the index
194 * @return the character at the new position or DONE if the current
203 return current();
247 * Returns the current inde
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DEnv.java50 /** The environment enclosing the current class.
137 Env<A> current = next;
138 next = current.outer;
139 return current;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DTokenBuffer.java78 Token current () method in class:TokenBuffer
/openjdk7/hotspot/src/share/vm/compiler/
H A DabstractCompiler.cpp32 CompilerThread* thread = CompilerThread::current();
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java118 current = next;
119 pc += current.length();
121 return current;
128 Instruction current = null;
/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.c205 CacheCellInfo *current = cache->head; local
207 if ((current->glyphInfo == NULL) ||
208 (current->timesRendered < TIMES_RENDERED_THRESHOLD))
212 cellinfo = current;
217 cache->head = current->next;
218 cache->tail->next = current;
219 cache->tail = current;
220 current->next = NULL;
221 current->timesRendered = 0;
263 // flush any pending vertices that may be depending on the current
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DLocalSeqNumber.java77 public synchronized int current() { method in class:LocalSeqNumber
/openjdk7/jdk/src/share/native/sun/management/
H A DMemoryPoolImpl.c71 (JNIEnv *env, jobject pool, jlong current, jlong newThreshold)
74 if (newThreshold > current) {
91 (JNIEnv *env, jobject pool, jlong current, jlong newThreshold)
94 if (newThreshold > current) {
70 Java_sun_management_MemoryPoolImpl_setUsageThreshold0(JNIEnv *env, jobject pool, jlong current, jlong newThreshold) argument
90 Java_sun_management_MemoryPoolImpl_setCollectionThreshold0(JNIEnv *env, jobject pool, jlong current, jlong newThreshold) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DTagletManager.java225 //If the current and previous last taglet are not equal, that
604 Taglet current;
606 current = it.next();
607 if (current.inPackage() && !current.isInlineTag()) {
608 pTags.add(current);
610 if (current.inType() && !current.isInlineTag()) {
611 tTags.add(current);
613 if (current
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DProperties.java653 int current = 0;
658 while (current < len) {
659 char c = comments.charAt(current);
661 if (last != current)
662 bw.write(comments.substring(last, current));
672 current != len - 1 &&
673 comments.charAt(current + 1) == '\n') {
674 current++;
676 if (current == len - 1 ||
677 (comments.charAt(current
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcopyFailedInfo.hpp74 _thread = Thread::current()->osthread();
76 assert(_thread == Thread::current()->osthread(), "The PromotionFailedInfo should be thread local.");
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp163 static Arena *arena() { return Compile::current()->indexSet_arena(); }
169 // Invalidate the current free BitBlock list and begin allocation
369 // Check to see if the serial number of the current set is the one we're tracing.
413 // The current word we are inspecting
422 // A pointer to the contents of the current block
453 uint current = _current; local
454 if (current != 0) {
456 while (mask_bits(current,window_mask) == 0) {
457 current >>= window_size;
461 uint advance = _second_bit[mask_bits(current,window_mas
[all...]
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dthread_windows_x86.cpp34 assert(Thread::current() == this, "caller must be current thread");
35 assert(Thread::current() == this, "caller must be current thread");
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DSpecialCaseMap.java163 int top, bottom, current;
166 current = top/2;
167 // invariant: top > current >= bottom && ch >= map.chSource
169 if (ch >= map[current].getCharSource()) {
170 bottom = current;
172 top = current;
174 current = (top + bottom) / 2;
176 if (ch == map[current].getCharSource()) return current;
/openjdk7/hotspot/src/share/vm/shark/
H A DllvmValue.hpp49 return llvm::ConstantFP::get(SharkContext::current(), llvm::APFloat(value));
53 return llvm::ConstantFP::get(SharkContext::current(), llvm::APFloat(value));

Completed in 82 milliseconds

1234567891011>>