Searched defs:temp (Results 51 - 72 of 72) sorted by relevance

123

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c1389 SurfaceDataBounds temp; local
1405 X11SD_ClipToRoot(&temp, bounds, xsdo)) {
1409 temp.x1, temp.y1,
1410 temp.x2 - temp.x1,
1411 temp.y2 - temp.y1,
1415 if (X11SD_FindClip(&temp, bounds, xsdo)) {
1418 temp
[all...]
/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/java/util/regex/
H A DPattern.java979 private transient int[] temp; field in class:Pattern
1507 String[] temp = new String[length];
1535 temp[index++] = prefix + subResult[y];
1539 result[x] = temp[x];
1568 * Preprocess any \Q...\E sequences in `temp', meta-quoting them.
1575 if (temp[i] != '\\')
1577 else if (temp[i + 1] != 'Q')
1587 System.arraycopy(temp, 0, newtemp, 0, j);
1591 int c = temp[i++];
1598 if (temp[
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp670 assert(Rtmp != Rdst, "need separate temp register");
694 assert(Rtmp != Rdst, "need separate temp register");
762 Register temp,
767 get_cache_and_index_at_bcp(cache, temp, bcp_offset, index_size);
761 get_cache_and_index_and_bytecode_at_bcp(Register cache, Register temp, Register bytecode, int byte_no, int bcp_offset, size_t index_size) argument
H A DstubGenerator_sparc.cpp1393 // O3, O4, G3, G4 are used as temp registers
1474 // O3, O4 are used as temp registers
1586 // O3, O4 are used as temp registers
1614 // O3, O4, G3, G4 are used as temp registers
1702 // O3, O4 are used as temp registers
1726 // O3 is used as a temp register
2047 // O3, O4 are used as temp registers
2112 // O3, O4, G3, G4 are used as temp registers
2210 // O3, O4 are used as temp registers
2238 // O3, O4, O5, G3 are used as temp register
2688 generate_type_check(Register sub_klass, Register super_check_offset, Register super_klass, Register temp, Label& L_success) argument
3234 const Register temp = O2; // scratch local
[all...]
H A Dassembler_sparc.cpp677 void MacroAssembler::jumpl(const AddressLiteral& addrlit, Register temp, Register d, int offset, const char* file, int line) { argument
681 patchable_sethi(addrlit, temp);
682 Address a(temp, addrlit.low10() + offset); // Add the offset to the displacement.
723 void MacroAssembler::jump(const AddressLiteral& addrlit, Register temp, int offset, const char* file, int line) { argument
724 jumpl(addrlit, temp, G0, offset, file, line);
1276 assert(tmp != obj, "need separate temp reg");
2802 RegisterOrConstant MacroAssembler::regcon_andn_ptr(RegisterOrConstant s1, RegisterOrConstant s2, RegisterOrConstant d, Register temp) { argument
2808 if (d.is_constant()) d = temp;
2817 assert_different_registers(s1.as_register(), temp);
2818 if (d.is_constant()) d = temp;
2835 regcon_inc_ptr(RegisterOrConstant s1, RegisterOrConstant s2, RegisterOrConstant d, Register temp) argument
2867 regcon_sll_ptr(RegisterOrConstant s1, RegisterOrConstant s2, RegisterOrConstant d, Register temp) argument
4244 SkipIfEqual( MacroAssembler* masm, Register temp, const bool* flag_addr, Assembler::Condition condition) argument
4907 bis_zeroing(Register to, Register count, Register temp, Label& Ldone) argument
[all...]
H A Dassembler_sparc.hpp1859 #define JUMP(a, temp, off) jump(a, temp, off, __FILE__, __LINE__)
1860 #define JUMPL(a, temp, d, off) jumpl(a, temp, d, off, __FILE__, __LINE__)
2139 inline void store_contents(Register s, const AddressLiteral& addrlit, Register temp, int offset = 0);
2140 inline void store_ptr_contents(Register s, const AddressLiteral& addrlit, Register temp, int offset = 0);
2141 inline void jumpl_to(const AddressLiteral& addrlit, Register temp, Register d, int offset = 0);
2142 inline void jump_to(const AddressLiteral& addrlit, Register temp, int offset = 0);
2143 inline void jump_indirect_to(Address& a, Register temp, int ld_offset = 0, int jmp_offset = 0);
2150 void jumpl(const AddressLiteral& addrlit, Register temp, Registe
2210 ensure_simm13_or_reg(RegisterOrConstant src, Register temp) argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2581 void LIR_Assembler::arithmetic_idiv(LIR_Code code, LIR_Opr left, LIR_Opr right, LIR_Opr temp, LIR_Opr result, CodeEmitInfo* info) { argument
2598 assert(temp->as_register() == rdx, "tmp register must be rdx");
2624 assert(temp->as_register() == rdx, "tmp register must be rdx");
2782 // better strategy by giving noreg as the temp for as_Address
H A DsharedRuntime_x86_32.cpp839 // We can use rsi as a temp here because compiled code doesn't need rsi as an input
953 Register temp = rbx; local
960 __ movptr(temp, Address(receiver, oopDesc::klass_offset_in_bytes()));
961 __ verify_oop(temp);
963 __ cmpptr(temp, Address(holder, compiledICHolderOopDesc::holder_klass_offset()));
1476 // platform, pick a temp and load the receiver from stack.
1703 // Now a place (+2) to save return values or temp during shuffling
H A DsharedRuntime_x86_64.cpp772 // We can use r13 as a temp here because compiled code doesn't need r13 as an input
867 Register temp = rbx; local
871 __ load_klass(temp, receiver);
872 __ verify_oop(temp);
874 __ cmpptr(temp, Address(holder, compiledICHolderOopDesc::holder_klass_offset()));
1529 // change the original store to save it's value in the temp.
1606 "make sure temp isn't in the registers that are killed");
1708 // platform, pick a temp and load the receiver from stack.
1936 // Now a place (+2) to save return values or temp during shuffling
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 DtemplateTable_x86_32.cpp227 assert(load_bc_into_bc_reg, "we use bc_reg as temp");
1953 const Register temp = rsi; local
1980 __ movl(temp, Address(array, h, Address::times_8, 0*wordSize));
1981 __ bswapl(temp);
1982 __ cmpl(key, temp);
1997 __ movl(temp, Address(array, i, Address::times_8, 0*wordSize));
1998 __ bswapl(temp);
1999 __ cmpl(key, temp);
2087 const Register temp = rbx; local
2088 assert_different_registers(result, Rcache, index, temp);
2890 count_calls(Register method, Register temp) argument
[all...]
H A DtemplateTable_x86_64.cpp233 assert(load_bc_into_bc_reg, "we use bc_reg as temp");
1989 const Register temp = rsi; local
2022 __ movl(temp, Address(array, h, Address::times_8));
2023 __ bswapl(temp);
2024 __ cmpl(key, temp);
2039 __ movl(temp, Address(array, i, Address::times_8));
2040 __ bswapl(temp);
2041 __ cmpl(key, temp);
2129 const Register temp = rbx; local
2130 assert_different_registers(result, Rcache, index, temp);
2954 count_calls(Register method, Register temp) argument
[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...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp245 Attribute *temp = attr_parse(ident); local
246 temp->_next = instr->_attribs;
247 instr->_attribs = temp;
H A Dformssel.cpp4200 FormatRule::FormatRule(char *temp) argument
4201 : _temp(temp) {
H A Doutput_c.cpp402 char temp[32]; local
407 templen = sprintf(temp, "%d", res_cycles[i]);
1681 // Update the temp associated with this operand
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp633 SIZE size, temp; local
731 VERIFY(::GetTextExtentPoint32W(hDC, (LPCWSTR)offsetBuffer, buflen / 2, &temp));
735 VERIFY(::GetTextExtentPoint32A(hDC, offsetBuffer, buflen, &temp));
747 x += temp.cx;
752 double dx = temp.cx * cos(rads);
753 double dy = temp.cx * sin(rads);
757 size.cx += temp.cx;
758 size.cy = (size.cy < temp.cy) ? temp.cy : size.cy;
1403 SHORT temp; local
1411 ULONG temp; local
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp493 void* unpacker::alloc_heap(size_t size, bool smallOK, bool temp) { argument
496 (temp ? &tmallocs : &mallocs)->add(res);
499 fillbytes& xsmallbuf = *(temp ? &tsmallbuf : &smallbuf);
502 (temp ? &tmallocs : &mallocs)->add(xsmallbuf.base());
1708 // Read some case values. (Use band_stack for temp. storage.)
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c1988 char *Value, *temp; local
2001 temp = Value++;
2002 do *temp-- = '\0'; while(temp >= Subkey && *temp == ' ');
2005 temp = Value + strlen(Value) - 1;
2006 while(*temp == ' ') *temp-- = '\0';
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2422 CMBitMapRO* temp = _prevMarkBitMap; local
2424 _nextMarkBitMap = (CMBitMap*) temp;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp412 Interval* temp = interval; local
413 while (temp != Interval::end()) {
414 assert(temp->spill_definition_pos() > 0, "invalid spill definition pos");
416 assert(temp->from() >= prev->from(), "intervals not sorted");
417 assert(temp->spill_definition_pos() >= prev->spill_definition_pos(), "when intervals are sorted by from, then they must also be sorted by spill_definition_pos");
420 assert(temp->canonical_spill_slot() >= LinearScan::nof_regs, "interval has no spill slot assigned");
421 assert(temp->spill_definition_pos() >= temp->from(), "invalid order");
422 assert(temp->spill_definition_pos() <= temp
792 BitMap temp = block->live_out(); local
[all...]

Completed in 201 milliseconds

123