/openjdk7/hotspot/src/cpu/zero/vm/ |
H A D | interp_masm_zero.hpp | 40 Register tmp, 39 delayed_value_impl(intptr_t* delayed_value_addr, Register tmp, int offset) argument
|
/openjdk7/hotspot/src/share/vm/libadt/ |
H A D | port.cpp | 49 register uint32 tmp; local 51 tmp = x; // Hold onto smaller x value 53 y = tmp; // y = old x
|
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/ |
H A D | os_bsd_zero.hpp | 40 double tmp; local 43 : "=f"(tmp) 46 double tmp; 49 : "=r"(tmp)
|
H A D | orderAccess_bsd_zero.inline.hpp | 92 jlong tmp; local 93 os::atomic_copy64(p, &tmp); 95 return tmp; 101 julong tmp; local 102 os::atomic_copy64(p, &tmp); 104 return tmp; 108 jdouble tmp; local 109 os::atomic_copy64(p, &tmp); 111 return tmp;
|
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/ |
H A D | os_linux_zero.hpp | 40 double tmp; local 43 : "=f"(tmp) 46 double tmp; 49 : "=r"(tmp)
|
H A D | orderAccess_linux_zero.inline.hpp | 91 jlong tmp; local 92 os::atomic_copy64(p, &tmp); 94 return tmp; 100 julong tmp; local 101 os::atomic_copy64(p, &tmp); 103 return tmp; 107 jdouble tmp; local 108 os::atomic_copy64(p, &tmp); 110 return tmp;
|
/openjdk7/hotspot/src/share/vm/classfile/ |
H A D | classFileStream.cpp | 56 u1* tmp = _current; local 58 return Bytes::get_Java_u2(tmp); 67 u1* tmp = _current; local 69 return Bytes::get_Java_u4(tmp); 78 u1* tmp = _current; local 80 return Bytes::get_Java_u8(tmp);
|
/openjdk7/jdk/test/java/io/Serializable/oldTests/ |
H A D | CheckForException.java | 47 FileOutputStream ostream = new FileOutputStream("psiotest3.tmp"); 74 istream = new FileInputStream("psiotest3.tmp"); 109 transient int tmp[]; field in class:PickleClass 117 tmp = new int[32]; 124 if (tmp != null) { 125 tmp = null; 147 transient int tmp[]; field in class:TryPickleClass 154 tmp = new int[32]; 160 if (tmp != null) { 161 tmp [all...] |
/openjdk7/jdk/src/share/native/sun/java2d/ |
H A D | ShaderList.c | 136 ShaderInfo *tmp = info->next; local 139 info = tmp;
|
/openjdk7/hotspot/test/runtime/6929067/ |
H A D | invoke.c | 13 union env_union tmp; variable in typeref:union:env_union 35 (*jvm)->AttachCurrentThread(jvm, &tmp.void_env, NULL); 36 env = tmp.jni_env; 50 (*jvm)->AttachCurrentThread(jvm, &tmp.void_env, NULL); 51 env = tmp.jni_env; 78 result = JNI_CreateJavaVM (&jvm, &tmp.void_env, &vm_args); 81 env = tmp.jni_env;
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | task.hpp | 82 jlong tmp = (jlong) _counter + (jlong) delay_time; local 84 if (tmp >= (jlong) _interval) {
|
/openjdk7/jdk/src/share/classes/sun/misc/ |
H A D | UCDecoder.java | 111 private byte tmp[] = new byte[2]; field in class:UCDecoder 122 byte tmp[] = new byte[3]; 124 i = inStream.read(tmp); 129 if (tmp[0] == map_array[i]) { 132 if (tmp[1] == map_array[i]) { 135 if (tmp[2] == map_array[i]) { 192 c = inStream.read(tmp, 0, 1); 196 if (tmp[0] == '*') { 223 byte tmp[]; 227 tmp [all...] |
H A D | UCEncoder.java | 102 private byte tmp[] = new byte[2]; field in class:UCEncoder 151 tmp[0] = (byte) length; 152 tmp[1] = (byte) sequence; 154 encodeAtom(outStream, tmp, 0, 2); 164 tmp[0] = (byte) ((crc.value >>> 8) & 0xff); 165 tmp[1] = (byte) (crc.value & 0xff); 166 encodeAtom(outStream, tmp, 0, 2);
|
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | promotionInfo.cpp | 101 SpoolBlock* tmp = _spoolHead->nextSpoolBlock; local 105 _spoolHead = tmp;
|
/openjdk7/hotspot/src/share/vm/services/ |
H A D | memRecorder.cpp | 90 MemRecorder* tmp = _next; local 92 tmp->set_next(NULL); 93 delete tmp;
|
H A D | memTrackWorker.cpp | 36 MemRecorder* tmp = _recorder_list; local 38 MemTracker::release_thread_recorder(tmp);
|
H A D | memTrackWorker.hpp | 50 MemRecorder* tmp = _recorder_list; local 52 return tmp; 66 MemRecorder* tmp = _recorder_list; local 67 for (; tmp->next() != NULL; tmp = tmp->next()); 68 tmp->set_next(head);
|
/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkRuntime.cpp | 46 klassOop tmp = pool->klass_at(indexes[i], CHECK_0); variable 47 KlassHandle chk_klass(thread, tmp);
|
/openjdk7/hotspot/src/share/vm/utilities/ |
H A D | quickSort.hpp | 37 T tmp = array[x]; local 39 array[y] = tmp;
|
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/ |
H A D | e_jn.c | 174 double q0,q1,h,tmp; int k,m; local 179 tmp = z*q1 - q0; 181 q1 = tmp; 195 tmp = n; 197 tmp = tmp*__ieee754_log(fabs(v*tmp)); 198 if(tmp<7.09782712893383973096e+02) {
|
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
H A D | jdinput.c | 129 int ci, mcublks, tmp; local 150 tmp = (int) (compptr->height_in_blocks % compptr->v_samp_factor); 151 if (tmp == 0) tmp = compptr->v_samp_factor; 152 compptr->last_row_height = tmp; 183 tmp = (int) (compptr->width_in_blocks % compptr->MCU_width); 184 if (tmp == 0) tmp = compptr->MCU_width; 185 compptr->last_col_width = tmp; 186 tmp [all...] |
/openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
H A D | ecdecode.c | 72 int tmp = (int)strlen(str); local 74 if ((tmp % 2) != 0) return NULL; 77 while ((tmp > 2) && (str[0] == '0') && (str[1] == '0')) { 79 tmp -= 2; 82 item->data = (unsigned char *) PORT_ArenaAlloc(arena, tmp/2, kmflag); 84 item->len = tmp/2; 88 tmp = str[i] - '0'; 90 tmp = str[i] - 'a' + 10; 92 tmp = str[i] - 'A' + 10; 96 byteval = byteval * 16 + tmp; [all...] |
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | args.cc | 142 int tmp = sig[i]; local 143 if( tmp == Op_RegP ) 144 tmp = LP64 ? Op_RegL : Op_RegI; // Treat ptrs and ints or long accordingly 145 switch( tmp ) { 148 if( int_reg < int_reg_max) tmp = INT_SCALE(int_reg++) + int_base; 149 else tmp = STACK_num + stk_reg++; 150 sig[i] = tmp; 158 tmp = INT_SCALE(int_reg++) + int_base; 160 tmp = STACK_num + stk_reg_pairs; 165 tmp 227 int tmp; local 256 int tmp; local [all...] |
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/ |
H A D | vm_version_solaris_sparc.cpp | 45 char tmp; local 46 size_t bufsize = sysinfo(si, &tmp, 1); 129 char tmp; local 130 size_t bufsize = sysinfo(SI_ISALIST, &tmp, 1);
|
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | arena.cpp | 44 Chunk *tmp = k->_next; local 48 k = tmp;
|