| /openjdk7/jdk/test/java/net/URLConnection/ |
| H A D | ZeroContentLength.java | 56 static synchronized void setResponse(String rsp, int cl) { argument 57 response = rsp;
|
| /openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/ |
| H A D | AuthenticationHeader.java | 81 MessageHeader rsp; // the response to be parsed field in class:AuthenticationHeader 123 rsp = response; 147 Iterator iter = rsp.multiValueIterator (hdrname);
|
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | methodHandles_x86.cpp | 207 // rdx: argument locator (parameter slot count, added to rsp) 582 __ andptr(rsp, -16); // align stack if needed for FPU state 584 __ mov(rbx, rsp); // for retreiving saved_regs 589 __ increment(rsp, -2 * wordSize); 591 __ movdbl(Address(rsp, 0), xmm0); 593 __ movflt(Address(rsp, 0), xmm0); 595 __ fst_d(Address(rsp, 0)); 607 __ movptr(Address(rsp, 0), (intptr_t) adaptername); 608 __ super_call_VM_leaf(CAST_FROM_FN_PTR(address, trace_method_handle_stub_wrapper), rsp); local 609 __ increment(rsp, sizeo [all...] |
| H A D | cppInterpreter_x86.cpp | 144 __ fld_d(Address(rsp, 0)); 146 __ fstp_s(Address(rsp, 0)); 149 __ movflt(xmm0, Address(rsp, 0)); 151 __ movdbl(xmm0, Address(rsp, 0)); 154 __ fld_d(Address(rsp, 0)); 157 __ addptr(rsp, 2 * wordSize); 220 __ subptr(rsp, wordSize); 222 __ fstp_s(Address(rsp, 0)); 224 __ movflt(Address(rsp, 0), xmm0); 228 __ subptr(rsp, 494 __ movptr(STATE(_monitor_base), rsp); // set monitor block bottom (grows down) this would point to entry [0] local 531 __ movptr(STATE(_stack_base), rsp); // set expression stack base ( == &monitors[-count]) local 533 __ movptr(STATE(_stack), rsp); // set current expression stack tos local 534 __ movptr(STATE(_stack_limit), rsp); local 537 __ movptr(STATE(_stack), rsp); // set current expression stack tos local 547 __ movptr(STATE(_stack_limit), rsp); local 1569 __ movptr(STATE(_stack), rsp); // inform interpreter of new stack depth (parameters removed, local 1782 __ movptr(Address(thread, JavaThread::last_Java_sp_offset()), rsp); local 2037 __ movptr(STATE(_stack), rsp); // inform interpreter of new stack depth (parameters removed, local [all...] |
| H A D | templateInterpreter_x86_32.cpp | 68 __ cmpptr(rax, rsp); // rax, = maximal rsp for current rbp, 175 __ subptr(rsp, wordSize); 176 __ movflt(Address(rsp, 0), xmm0); 177 __ fld_s(Address(rsp, 0)); 178 __ addptr(rsp, wordSize); 180 __ subptr(rsp, 2*wordSize); 181 __ movdbl(Address(rsp, 0), xmm0); 182 __ fld_d(Address(rsp, 0)); 183 __ addptr(rsp, 621 __ movptr(Address(rsp, 0), rsp); // set expression stack bottom local 1628 intptr_t* rsp = (intptr_t*) monbot - local [all...] |
| H A D | templateInterpreter_x86_64.cpp | 67 __ cmpptr(rax, rsp); // rax = maximal rsp for current rbp (stack 172 __ movptr(rsp, Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize)); 191 __ lea(rsp, Address(rsp, rbx, Address::times_8)); 430 // compute rsp as if this were going to be the last frame on 467 __ cmpptr(rsp, rax); 475 __ mov(rsp, r13); 545 __ subptr(rsp, entry_size); // add space for a monitor entry 546 __ movptr(monitor_block_top, rsp); // se 594 __ movptr(Address(rsp, 0), rsp); // set expression stack bottom local [all...] |
| H A D | assembler_x86.cpp | 155 // Address. An index of 4 (rsp) corresponds to having no index, so convert 162 bool valid_index = index != rsp->encoding(); 312 assert(index != rsp, "illegal addressing mode"); 318 assert(index != rsp, "illegal addressing mode"); 325 assert(index != rsp, "illegal addressing mode"); 330 } else if (base == rsp LP64_ONLY(|| base == r12)) { 331 // [rsp + disp] 333 // [rsp] 338 // [rsp + imm8] 344 // [rsp 5277 movq(Address(rsp, -5 * wordSize), rsp); local 6006 debug32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip, char* msg) argument 6034 print_state32(int rdi, int rsi, int rbp, int rsp, int rbx, int rdx, int rcx, int rax, int eip) argument 6665 int64_t* rsp = (int64_t*) regs[11]; local [all...] |