Searched refs:transition (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_64.cpp285 transition(vtos, vtos);
290 transition(vtos, vtos);
295 transition(vtos, atos);
300 transition(vtos, itos);
309 transition(vtos, ltos);
318 transition(vtos, ftos);
337 transition(vtos, dtos);
353 transition(vtos, itos);
358 transition(vtos, itos);
365 transition(vto
[all...]
H A DtemplateTable_x86_32.cpp279 transition(vtos, vtos);
284 transition(vtos, vtos);
291 transition(vtos, atos);
297 transition(vtos, itos);
307 transition(vtos, ltos);
319 transition(vtos, ftos);
329 transition(vtos, dtos);
338 transition(vtos, itos);
344 transition(vtos, itos);
351 transition(vto
[all...]
H A Dassembler_x86.cpp6031 ThreadStateTransition::transition(thread, _thread_in_vm, saved_state);
6627 ThreadStateTransition::transition(thread, _thread_in_vm, saved_state);
10168 // Clear upper bits of YMM registers to avoid SSE <-> AVX transition penalty.
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DRuleRec.java112 * is the same as the transition time of this rule in the same
119 * transition time.
122 long until, transition;
126 transition = Time.getLocalTime(zrec.getUntilYear(),
134 transition = Time.getLocalTime(zrec.getUntilYear(),
140 return until == transition;
211 * Calculates the transition time of the given year under this rule.
215 * @return the transition time in milliseconds of the given year in UTC.
H A DZoneinfo.java439 long transition = rrec.getTransitionTime(year,
443 if (transition >= zrec.getUntilTime(currentSave)) {
449 if (fromTime <= transition) {
488 int save = (fromTime == transition) ? rrec.getSave() : currentSave;
512 if (fromTime < transition) {
513 tz.addTransition(transition,
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp170 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet, argument
175 switch (transition.action) {
250 return transition.nextState;
256 StateTransition transition; local
259 transition = getTransition(prevState, charClass);
261 return doTransition(transition, ch, inputIndex, glyphSet, errorChar, output, glyphStorage, outputIndex);
267 StateTransition transition = getTransition(prevState, charClass); local
269 switch (transition.action) {
H A DHangulLayoutEngine.cpp277 const StateTransition transition = stateTable[state][chClass]; local
281 if ((transition.actionFlags & AF_T) != 0) {
288 if ((transition.actionFlags & AF_L) != 0) {
294 if ((transition.actionFlags & AF_V) != 0) {
300 if ((transition.actionFlags & AF_T) != 0) {
307 state = transition.newState;
H A DThaiShaping.h107 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp227 transition(vtos, vtos);
232 transition(vtos, vtos);
237 transition(vtos, atos);
243 transition(vtos, itos);
249 transition(vtos, ltos);
261 transition(vtos, ftos);
277 transition(vtos, dtos);
294 transition(vtos, itos);
299 transition(vtos, itos);
304 transition(vto
[all...]
H A Dassembler_sparc.cpp2066 ThreadStateTransition::transition(JavaThread::current(), _thread_in_vm, saved_state);
/openjdk7/jdk/src/share/classes/java/util/
H A DJapaneseImperialCalendar.java58 * GregorianCalendar}, the Julian to Gregorian transition is not
121 // transition dates are given in Gregorian dates.
243 // era transition in a Gregorian year.
550 // the daylight saving time transition brings it to
661 CalendarDate transition = null;
663 transition = eras[eraIndex].getSinceDate();
664 min = transition.getMonth() - 1;
667 transition = eras[eraIndex + 1].getSinceDate();
668 if (transition.getYear() == jdate.getNormalizedYear()) {
669 max = transition
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp128 // Basic class for all thread transition classes.
141 static inline void transition(JavaThread *thread, JavaThreadState from, JavaThreadState to) { function in class:ThreadStateTransition
146 // Change to transition state (assumes total store ordering! -Urs)
168 // transition_and_fence must be used on any thread state transition
177 // Change to transition state (assumes total store ordering! -Urs)
210 // Change to transition state (assumes total store ordering! -Urs)
237 void trans(JavaThreadState from, JavaThreadState to) { transition(_thread, from, to); }
328 // This special transition class is only used to prevent asynchronous exceptions
341 // only). However, to do so would require that we transition back
H A DjavaCalls.cpp73 ThreadStateTransition::transition(thread, _thread_in_vm, _thread_in_Java);
86 // Make sure to set the oop's after the thread transition - since we can block there. No one is GC'ing
101 // the valid transition is to clear _last_Java_sp and then reset the rest of
143 // Do this after the transition because this allows us to put an assert
144 // the Java->vm transition which checks to see that stack is not walkable
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.cpp123 transition(ftos, itos);
129 transition(dtos, itos);
135 transition(vtos, vtos);
141 transition(vtos, vtos);
147 transition(vtos, vtos); // result is not an oop, so do not transition to atos
153 transition(vtos, vtos); // result is not an oop, so do not transition to atos
162 void TemplateTable::transition(TosState tos_in, TosState tos_out) { function in class:TemplateTable
429 def(Bytecodes::_jsr , ubcp|disp|____|____, vtos, vtos, jsr , _ ); // result is not an oop, so do not transition t
[all...]
H A DtemplateTable.hpp337 static void transition(TosState tos_in, TosState tos_out);// checks if in/out states expected by template generator correspond to table entries
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp89 ThreadToNativeFromVM transition(this);
H A DjvmtiExport.cpp103 ThreadStateTransition::transition(_jthread, _saved_state, _thread_in_native);
374 // transition code: native to VM
384 // not live, no thread to transition
1800 // because a callee will do a vm->native transition
2155 // Onload raw monitor transition.
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp404 ThreadStateTransition::transition(thread, thread_state, _thread_blocked);
456 ThreadStateTransition::transition(thread, _thread_blocked, osthread->saved_interrupt_thread_state());
3748 // Caveat: Solaris os::yield() causes a thread-state transition whereas
6383 // That is, we can safely transition _Event from -1 to either
6388 // Note: Forcing a transition from "-1" to "1" on an unpark() means

Completed in 163 milliseconds