Searched refs:temp (Results 301 - 325 of 355) sorted by relevance

<<1112131415

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp159 void *temp = compile->type_arena()->Amalloc_D(x); local
160 compile->set_type_hwm(temp);
161 return temp;
H A Dmulnode.cpp214 jint temp = (jint) (con + 1); local
215 Node *n1 = phase->transform( new (phase->C) LShiftINode( in(1), phase->intcon(log2_intptr(temp)) ) );
310 jlong temp = (jlong) (con + 1); local
311 Node *n1 = phase->transform( new (phase->C) LShiftLNode( in(1), phase->intcon(log2_long(temp)) ) );
/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp574 jbyteArray temp = env->NewByteArray(dwBufLen); local
577 env->SetByteArrayRegion(temp, 0, dwBufLen, pSignedHashBuffer);
579 jSignedHash = temp;
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java3402 Object[] temp = new Object[count];
3403 System.arraycopy(objects, objectStart, temp, 0, count);
3405 objects[objectStart + i] = temp[indexMap[i]];
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java1093 DerOutputStream temp = new DerOutputStream();
1094 temp.write(DerValue.tag_Sequence, bytes);
1095 eData = temp.toByteArray();
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java1411 Type temp = types[0];
1413 types[i] = temp;
1437 String temp = result[start];
1439 result[end--] = temp;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSliderUI.java575 float temp = (float)(sliderValue - slider.getMinimum()) / (float)tickSpacing;
576 int whichTick = Math.round( temp );
579 if (temp - (int)temp == .5 && sliderValue < lastValue) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp169 void verify_esp(Register Resp); // verify that Lesp points to a word in the temp stack
192 void get_cache_and_index_and_bytecode_at_bcp(Register cache, Register temp, Register bytecode, int byte_no, int bcp_offset, size_t index_size = sizeof(u2));
H A DtemplateTable_sparc.cpp182 assert(load_bc_into_bc_reg, "we use bc_reg as temp");
2952 void TemplateTable::count_calls(Register method, Register temp) {
2980 const Register temp = O2;
2981 assert_different_registers(method, ra, index, recv, flags, temp);
2991 __ set((1 << ConstantPoolCacheEntry::has_appendix_shift), temp);
2992 __ btst(flags, temp);
3004 __ and3(flags, ConstantPoolCacheEntry::parameter_size_mask, temp); // get parameter size
3005 __ load_receiver(temp, recv); // __ argument_address uses Gargs but we need Lesp
3019 __ set(table, temp);
3021 __ ld_ptr(Address(temp, r
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp503 __ subptr(rsp, wordSize); // allocate a temp location
541 __ subptr(rsp, wordSize); // allocate a temp location
1369 // The temp is killed.
1373 Register temp,
1384 // __ check_klass_subtype_fast_path(sub_klass, *super_klass*, temp,
1386 assert_different_registers(sub_klass, temp);
1395 __ movl2ptr(temp, super_check_offset_addr);
1396 Address super_check_addr(sub_klass, temp, Address::times_1, 0);
1397 __ movptr(temp, super_check_addr); // load displayed supertype
1398 __ cmpptr(temp, super_klass_add
1370 generate_type_check(Register sub_klass, Address& super_check_offset_addr, Address& super_klass_addr, Register temp, Label* L_success, Label* L_failure) argument
1450 const Register temp = rbx; // lone remaining temp local
[all...]
H A DstubGenerator_x86_64.cpp744 __ subptr(rsp, wordSize); // allocate a temp location
2451 // Register used as a temp
2492 // Kills temp, but nothing else.
2499 Register temp,
2504 __ movl(temp, length);
2505 __ addl(temp, src_pos); // src_pos + length
2506 __ cmpl(temp, Address(src, arrayOopDesc::length_offset_in_bytes()));
2510 __ movl(temp, length);
2511 __ addl(temp, dst_pos); // dst_pos + length
2512 __ cmpl(temp, Addres
2494 arraycopy_range_checks(Register src, Register src_pos, Register dst, Register dst_pos, Register length, Register temp, Label& L_failed) argument
[all...]
H A DcppInterpreter_x86.cpp136 const Register t = InterpreterRuntime::SignatureHandlerGenerator::temp();
156 // and pop the temp
182 const Register t = InterpreterRuntime::SignatureHandlerGenerator::temp();
267 const Register t = InterpreterRuntime::SignatureHandlerGenerator::temp();
1109 const Register t = InterpreterRuntime::SignatureHandlerGenerator::temp(); // rcx|rscratch1
/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_md.c230 jlong temp = 0; local
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h402 void* alloc_heap(size_t size, bool smallOK = false, bool temp = false);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java319 QName temp = (QName)fQNameDV.validate(enumVal, schemaDoc.fValidationContext, null);
322 notation = fSchemaHandler.getGlobalDecl(schemaDoc, XSDHandler.NOTATION_TYPE, temp, content);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTool.java699 int temp = serverIds[i];
701 serverIds[lowest] = temp;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientRequestDispatcherImpl.java959 IIOPProfileTemplate temp =
962 Iterator iter = temp.iteratorById(TAG_CODE_SETS.value);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessageBase.java567 IIOPProfileTemplate temp =
570 temp.iteratorById(ORBConstants.TAG_REQUEST_PARTITIONING_ID);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java785 Node temp = currentChild.getNextSibling();
795 currentChild = temp;
/openjdk7/jdk/test/java/math/BigInteger/
H A DBigIntegerTest.java781 BigInteger temp = BigInteger.ONE.shiftLeft(
783 result = result.or(temp);
/openjdk7/jdk/make/common/shared/
H A DPlatform.gmk54 # TEMP_DISK /tmp or C:/temp
73 # ISHIELD_TEMP_MIN windows only: minimum disk space in temp area
322 TEMP_DISK=C:/temp
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java3326 StringBuffer temp = new StringBuffer(line);
3327 temp.replace(index, index+2, "\n");
3328 line = temp.toString();
3331 StringBuffer temp = new StringBuffer(line);
3332 String value = temp.substring(index+2, index+6);
3335 temp.replace(index, index+6, unicodeChar);
3336 line = temp.toString();
/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java2697 int temp = (int)( ((int)(val2 >>> 32)) * 31 +
2699 return 31*((intCompact < 0) ?-temp:temp) + scale;
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java1846 long[][] temp = buildTable(tables[j], sizes[j]);
1847 tables[j-1] = temp[0];
1848 tables[j] = temp[1];
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp1073 FormatRule(char *temp);

Completed in 148 milliseconds

<<1112131415