Searched refs:scratch (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10.java193 DerOutputStream out, scratch;
205 scratch = new DerOutputStream();
206 scratch.putInteger(BigInteger.ZERO); // PKCS #10 v1.0
207 subject.encode(scratch); // X.500 name
208 scratch.write(subjectPublicKeyInfo.getEncoded()); // public key
209 attributeSet.encode(scratch);
212 out.write(DerValue.tag_Sequence, scratch); // wrap it!
214 scratch = out;
232 algId.encode(scratch); // sig algorithm
233 scratch
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp150 void pop_ptr( Register r = Otos_i, Register scratch = O4);
153 void pop_f(FloatRegister f = Ftos_f, Register scratch = G1_scratch);
154 void pop_d(FloatRegister f = Ftos_d1, Register scratch = G1_scratch);
215 void call_from_interpreter(Register target, Register scratch, Register Rret);
292 void set_mdp_flag_at(int flag_constant, Register scratch);
294 Register scratch);
296 void record_klass_in_profile(Register receiver, Register scratch, bool is_virtual_call);
297 void record_klass_in_profile_helper(Register receiver, Register scratch,
300 void update_mdp_by_offset(int offset_of_disp, Register scratch);
302 Register scratch);
[all...]
H A Dinterp_masm_sparc.cpp386 void InterpreterMacroAssembler::pop_ptr(Register r, Register scratch) { argument
401 void InterpreterMacroAssembler::pop_f(FloatRegister f, Register scratch) { argument
409 void InterpreterMacroAssembler::pop_d(FloatRegister f, Register scratch) { argument
609 void InterpreterMacroAssembler::call_from_interpreter(Register target, Register scratch, Register Rret) { argument
623 ld(interp_only, scratch);
624 cmp_zero_and_br(Assembler::notZero, scratch, skip_compiled_code, true, Assembler::pn);
1463 Register scratch) {
1466 ldub(ImethodDataPtr, in_bytes(DataLayout::flags_offset()), scratch);
1469 or3(scratch, flag_constant, scratch);
1462 set_mdp_flag_at(int flag_constant, Register scratch) argument
1479 test_mdp_data_at(int offset, Register value, Label& not_equal_continue, Register scratch) argument
1493 update_mdp_by_offset(int offset_of_disp, Register scratch) argument
1503 update_mdp_by_offset(Register reg, int offset_of_disp, Register scratch) argument
1534 profile_taken_branch(Register scratch, Register bumped_count) argument
1553 profile_not_taken_branch(Register scratch) argument
1573 profile_call(Register scratch) argument
1592 profile_final_call(Register scratch) argument
1611 profile_virtual_call(Register receiver, Register scratch, bool receiver_can_be_null) argument
1641 record_klass_in_profile_helper( Register receiver, Register scratch, int start_row, Label& done, bool is_virtual_call) argument
1720 record_klass_in_profile(Register receiver, Register scratch, bool is_virtual_call) argument
1733 profile_ret(TosState state, Register return_bci, Register scratch) argument
1769 profile_null_seen(Register scratch) argument
1776 set_mdp_flag_at(BitData::null_seen_byte_constant(), scratch); local
1789 profile_typecheck(Register klass, Register scratch) argument
1812 profile_typecheck_failed(Register scratch) argument
1832 profile_switch_default(Register scratch) argument
1854 profile_switch_case(Register index, Register scratch, Register scratch2, Register scratch3) argument
[all...]
H A DcppInterpreter_sparc.cpp455 // Uses G3_scratch and G1_scratch as scratch
1461 #define VALIDATE_STATE(scratch, marker) \
1464 __ ld_ptr(STATE(_self_link), scratch); \
1465 __ cmp(Lstate, scratch); \
1473 #define VALIDATE_STATE(scratch, marker)
H A Dc1_LIRGenerator_sparc.cpp410 LIR_Opr scratch = FrameMap::G3_opr; local
421 monitor_enter(obj.result(), lock, hdr, scratch, x->monitor_no(), info_for_exception, info);
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_jm.c57 mp_int *raz4, mp_int scratch[], const ECGroup *group)
62 t0 = &scratch[0];
63 t1 = &scratch[1];
64 M = &scratch[2];
65 S = &scratch[3];
128 mp_int *raz4, mp_int scratch[], const ECGroup *group)
133 A = &scratch[0];
134 B = &scratch[1];
135 C = &scratch[2];
136 D = &scratch[
55 ec_GFp_pt_dbl_jm(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *paz4, mp_int *rx, mp_int *ry, mp_int *rz, mp_int *raz4, mp_int scratch[], const ECGroup *group) argument
125 ec_GFp_pt_add_jm_aff(const mp_int *px, const mp_int *py, const mp_int *pz, const mp_int *paz4, const mp_int *qx, const mp_int *qy, mp_int *rx, mp_int *ry, mp_int *rz, mp_int *raz4, mp_int scratch[], const ECGroup *group) argument
221 mp_int scratch[MAX_SCRATCH]; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c149 // at this point, this context will be current to its scratch surface
395 * Creates a scratch pbuffer, which can be used to make a context current
417 GLXPbuffer scratch, jint caps)
443 ctxinfo->scratchSurface = scratch;
472 GLXPbuffer scratch; local
517 scratch = GLXGC_InitScratchPbuffer(fbconfig);
518 if (scratch == 0) {
520 "GLXGraphicsConfig_getGLXConfigInfo: could not create scratch pbuffer");
527 j2d_glXMakeContextCurrent(awt_display, scratch, scratch, contex
416 GLXGC_InitOGLContext(GLXFBConfig fbconfig, GLXContext context, GLXPbuffer scratch, jint caps) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c90 // at this point, this context will be current to its scratch surface,
172 // create scratch window
276 * for initializing a scratch window far enough such that we can load
324 "WGLGC_CreateContext: could not create scratch window");
328 // get the HDC for the scratch window
332 "WGLGC_CreateContext: could not get dc for scratch window");
337 // set the pixel format for the scratch window
346 // create a context based on the scratch window
377 // create a scratch window
383 // get the HDC for the scratch windo
444 WGLGC_InitOGLContext(jint pixfmt, HGLRC context, HPBUFFERARB scratch, HDC scratchDC, jint caps) argument
499 HPBUFFERARB scratch; local
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp198 ScratchBlock* scratch = gch->gather_scratch(gch->_gens[gch->_n_gens-1], 0); local
200 // $$$ To cut a corner, we'll only use the first scratch block, and then
202 if (scratch != NULL) {
204 scratch->num_words * HeapWordSize / sizeof(PreservedMark);
209 _preserved_marks = (PreservedMark*)scratch;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.hpp52 // scratch : scratch register, contents destroyed
54 int lock_object (Register swap, Register obj, Register disp_hdr, Register scratch, Label& slow_case);
75 // t1, t2 : scratch registers - contents destroyed
88 // t : scratch register - contents destroyed
H A Dinterp_masm_x86_32.hpp192 Register scratch, bool preloaded,
218 void profile_typecheck(Register mdp, Register klass, Register scratch);
H A Dinterp_masm_x86_64.hpp201 Register scratch, bool preloaded,
228 void profile_typecheck(Register mdp, Register klass, Register scratch);
H A Dc1_MacroAssembler_x86.cpp38 int C1_MacroAssembler::lock_object(Register hdr, Register obj, Register disp_hdr, Register scratch, Label& slow_case) { argument
52 assert(scratch != noreg, "should have scratch register at this point");
53 null_check_offset = biased_locking_enter(disp_hdr, obj, hdr, scratch, false, done, &slow_case);
H A Dinterp_masm_x86_32.cpp1416 Register scratch, bool preloaded,
1419 movl(scratch, counter_addr);
1421 incrementl(scratch, increment);
1422 movl(counter_addr, scratch);
1423 andl(scratch, mask);
1414 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch, bool preloaded, Condition cond, Label* where) argument
H A Dinterp_masm_x86_64.cpp665 // rscratch1, rscratch2 (scratch regs)
756 // rscratch1, rscratch2 (scratch regs)
1476 Register scratch, bool preloaded,
1479 movl(scratch, counter_addr);
1481 incrementl(scratch, increment);
1482 movl(counter_addr, scratch);
1483 andl(scratch, mask);
1474 increment_mask_and_jump(Address counter_addr, int increment, int mask, Register scratch, bool preloaded, Condition cond, Label* where) argument
H A Dc1_LIRGenerator_x86.cpp350 // Need a scratch register for biased locking on x86
351 LIR_Opr scratch = LIR_OprFact::illegalOpr; local
353 scratch = new_register(T_INT);
363 monitor_enter(obj.result(), lock, syncTempOpr(), scratch,
H A DstubGenerator_x86_64.cpp1108 // Rtmp - scratch
1205 // tmp - scratch register
1249 // scratch - scratch register
1253 void gen_write_ref_array_post_barrier(Register start, Register count, Register scratch) { argument
1254 assert_different_registers(start, count, scratch);
1290 __ mov64(scratch, disp);
1291 __ addptr(start, scratch);
1311 // to - scratch
1387 // to - scratch
[all...]
H A Dc1_LIRAssembler_x86.cpp3487 Register scratch = noreg; local
3489 scratch = op->scratch_opr()->as_register();
3493 int null_check_offset = __ lock_object(hdr, obj, lock, scratch, *op->stub()->entry());
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s111 .register %g7, #scratch
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSet.java988 UnicodeSet scratch = null;
1097 if (scratch == null) scratch = new UnicodeSet();
1098 nested = scratch;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp324 void monitor_enter (LIR_Opr object, LIR_Opr lock, LIR_Opr hdr, LIR_Opr scratch, int monitor_no, CodeEmitInfo* info_for_exception, CodeEmitInfo* info);
325 void monitor_exit (LIR_Opr object, LIR_Opr lock, LIR_Opr hdr, LIR_Opr scratch, int monitor_no);
H A Dc1_LIR.cpp1398 void LIR_List::lock_object(LIR_Opr hdr, LIR_Opr obj, LIR_Opr lock, LIR_Opr scratch, CodeStub* stub, CodeEmitInfo* info) { argument
1404 scratch,
1409 void LIR_List::unlock_object(LIR_Opr hdr, LIR_Opr obj, LIR_Opr lock, LIR_Opr scratch, CodeStub* stub) { argument
1415 scratch,
H A Dc1_LIR.hpp1752 LIR_OpLock(LIR_Code code, LIR_Opr hdr, LIR_Opr obj, LIR_Opr lock, LIR_Opr scratch, CodeStub* stub, CodeEmitInfo* info) argument
1757 , _scratch(scratch)
2136 void unlock_object(LIR_Opr hdr, LIR_Opr obj, LIR_Opr lock, LIR_Opr scratch, CodeStub* stub);
2137 void lock_object(LIR_Opr hdr, LIR_Opr obj, LIR_Opr lock, LIR_Opr scratch, CodeStub* stub, CodeEmitInfo* info);
H A Dc1_LIRGenerator.cpp638 void LIRGenerator::monitor_enter(LIR_Opr object, LIR_Opr lock, LIR_Opr hdr, LIR_Opr scratch, int monitor_no, CodeEmitInfo* info_for_exception, CodeEmitInfo* info) { argument
644 __ lock_object(hdr, object, lock, scratch, slow_path, info_for_exception);
648 void LIRGenerator::monitor_exit(LIR_Opr object, LIR_Opr lock, LIR_Opr new_hdr, LIR_Opr scratch, int monitor_no) { argument
655 __ unlock_object(hdr, object, lock, scratch, slow_path);

Completed in 256 milliseconds