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

123

/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp208 OopMap** temp = NEW_RESOURCE_ARRAY(OopMap*, om_size()); local
209 set_om_data(temp);
223 address temp = addr; local
227 temp += sizeof(OopMapSet);
228 temp = (address)((intptr_t)(temp + align) & ~align);
231 new_set->set_om_data((OopMap**)temp);
233 temp += (om_count() * sizeof(OopMap*));
237 map->copy_to((address)temp);
238 new_set->set(i,(OopMap*)temp);
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp891 DataLayout temp; local
892 temp.initialize(DataLayout::bit_data_tag, bci, 0);
893 dp->release_set_header(temp.header());
H A DgenerateOopMap.cpp1910 CellTypeState temp[4]; local
1911 CellTypeState *eff = sigchar_to_effect(sigch, bci, temp);
2378 // do the patching in a temp. buffer, that is passed to the reloc.
2389 // Relocation needed do patching in temp. buffer
2395 // Patch either directly in methodOop or in temp. buffer
/openjdk7/hotspot/src/share/vm/opto/
H A Ddivnode.cpp198 Node *temp = addend0; addend0 = addend1; addend1 = temp; local
305 Node* temp = phase->transform(new (phase->C) URShiftLNode(w0, phase->intcon(N / 2))); local
306 Node* t = phase->transform(new (phase->C) AddLNode(u1v0, temp));
443 Node *temp = addend0; addend0 = addend1; addend1 = temp; local
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)) ) );
H A DphaseX.cpp1281 Node *temp = new (C) Node(1); local
1282 temp->init_req(0,nn); // Add a use to nn to prevent him from dying
1284 temp->del_req(0); // Yank bogus edge
1293 _worklist.remove(temp); // this can be necessary
1294 temp->destruct(); // reuse the _idx of this little guy
H A Dtype.hpp159 void *temp = compile->type_arena()->Amalloc_D(x); local
160 compile->set_type_hwm(temp);
161 return temp;
H A Dcfgnode.cpp180 ConNode *temp; local
182 temp = min; min = max; max = temp;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp102 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, Register member_reg, Register temp) { argument
105 __ lduw(Address(member_reg, NONZERO(java_lang_invoke_MemberName::flags_offset_in_bytes())), temp); local
106 __ srl( temp, java_lang_invoke_MemberName::MN_REFERENCE_KIND_SHIFT, temp);
107 __ and3(temp, java_lang_invoke_MemberName::MN_REFERENCE_KIND_MASK, temp);
108 __ cmp_and_br_short(temp, ref_kind, Assembler::equal, Assembler::pt, L);
123 void MethodHandles::jump_from_method_handle(MacroAssembler* _masm, Register method, Register target, Register temp, argument
126 assert_different_registers(method, target, temp);
136 __ ld(interp_only, temp);
[all...]
H A Dassembler_sparc.inline.hpp721 inline void MacroAssembler::store_contents(Register s, const AddressLiteral& addrlit, Register temp, int offset) { argument
724 patchable_sethi(addrlit, temp);
726 sethi(addrlit, temp);
728 st(s, temp, addrlit.low10() + offset);
732 inline void MacroAssembler::store_ptr_contents(Register s, const AddressLiteral& addrlit, Register temp, int offset) { argument
735 patchable_sethi(addrlit, temp);
737 sethi(addrlit, temp);
739 st_ptr(s, temp, addrlit.low10() + offset);
744 inline void MacroAssembler::jumpl_to(const AddressLiteral& addrlit, Register temp, Register d, int offset) { argument
748 patchable_sethi(addrlit, temp);
753 jump_to(const AddressLiteral& addrlit, Register temp, int offset) argument
758 jump_indirect_to(Address& a, Register temp, int ld_offset, int jmp_offset) argument
[all...]
H A Dc1_LIRGenerator_sparc.cpp267 LIR_Opr temp = new_register(addr->type()); local
268 __ move(addr, temp);
269 __ add(temp, load_immediate(step, addr->type()), temp);
270 __ move(temp, addr);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp73 Register temp = rdi; local
81 __ push(temp); if (temp2 != noreg) __ push(temp2);
82 #define UNPUSH { if (temp2 != noreg) __ pop(temp2); __ pop(temp); }
83 __ load_klass(temp, obj);
84 __ cmpptr(temp, ExternalAddress((address) klass_addr));
87 __ movptr(temp, Address(temp, super_check_offset));
88 __ cmpptr(temp, ExternalAddress((address) klass_addr));
98 void MethodHandles::verify_ref_kind(MacroAssembler* _masm, int ref_kind, Register member_reg, Register temp) { argument
101 __ movl(temp, Addres
120 jump_from_method_handle(MacroAssembler* _masm, Register method, Register temp, bool for_compiler_entry) argument
[all...]
H A Dinterp_masm_x86_32.cpp285 assert( Rsub_klass != rcx, "used as a temp" );
286 assert( Rsub_klass != rdi, "used as a temp, restored from locals" );
417 void InterpreterMacroAssembler::jump_from_interpreted(Register method, Register temp) { argument
425 get_thread(temp);
428 cmpb(Address(temp, JavaThread::interp_only_mode_offset()), 0);
H A Dinterp_masm_x86_64.cpp417 void InterpreterMacroAssembler::jump_from_interpreted(Register method, Register temp) { argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp401 jlong temp = type()->as_LongConstant()->value(); local
402 return HASH3(name(), high(temp), low(temp));
408 jlong temp = jlong_cast(type()->as_DoubleConstant()->value()); local
409 return HASH3(name(), high(temp), low(temp));
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp358 idx_t temp = map(index) | other_map[index]; local
359 changed = changed || (temp != map(index));
360 map()[index] = temp;
373 bm_word_t temp = dest_map[index] & ~(other_map[index]); local
374 changed = changed || (temp != dest_map[index]);
375 dest_map[index] = temp;
389 bm_word_t temp = orig & other_map[index]; local
390 changed = changed || (temp != orig);
391 dest_map[index] = temp;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c278 char temp[256]; local
286 md_system_error(temp, (int)sizeof(temp));
287 (void)strcpy(nice_words, temp);
291 temp, debug_check, clobbered_ptr);
307 pmess = temp;
308 for(i=0;i<(int)sizeof(temp);i++) {
320 error_message("Error: %p contains user data: %s", uptr, temp);
H A Dhprof_check.c435 ctab = table_initialize("temp ctab", 64, 64, 512, sizeof(CmapInfo));
855 utab = table_initialize("temp utf8 map", 64, 64, 512, sizeof(UmapInfo));
875 unsigned temp; local
959 temp = read_u4(&p);
960 cutoff = *((float*)&temp);
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c199 long temp; local
207 temp = iroot; /* set temp = iroot ** nc */
209 temp *= iroot;
210 } while (temp <= (long) max_colors); /* repeat till iroot exceeds root */
215 ERREXIT1(cinfo, JERR_QUANT_FEW_COLORS, (int) temp);
234 temp = total_colors / Ncolors[j];
235 temp *= Ncolors[j]+1; /* done in long arith to avoid oflo */
236 if (temp > (long) max_colors)
239 total_colors = (int) temp;
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmssm.c542 cmsVEC3 temp, a1, a2; local
551 ClosestLineToLine(&temp, &ray, &edge);
554 ToSpherical(&templ, &temp);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java855 byte[] temp = new byte[Math.max(blockSize,
860 des.update(header, 0, header.length, temp, 0);
866 temp, 0);
936 int temp = 0;
944 temp = des.update(cipherText, offset, WrapToken.CONFOUNDER_SIZE,
946 // temp should be CONFOUNDER_SIZE
947 // debug("\n\ttemp is " + temp + " and CONFOUNDER_SIZE is "
965 temp = des.update(cipherText, offset, blockSize,
967 // temp should be blockSize
968 // debug("\n\ttemp is " + temp
1439 private int temp; field in class:CipherHelper.WrapTokenInputStream
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp638 markOop temp, test; local
651 temp = mark->copy_set_hash(hash); // merge the hash code into header
653 test = (markOop) Atomic::cmpxchg_ptr(temp, obj->mark_addr(), mark);
662 temp = monitor->header();
663 assert (temp->is_neutral(), "invariant") ;
664 hash = temp->hash();
670 temp = mark->displaced_mark_helper(); // this is a lightweight monitor owned
671 assert (temp->is_neutral(), "invariant") ;
672 hash = temp->hash(); // by current thread, check if the displaced
695 temp
1019 ObjectMonitor * temp = new ObjectMonitor[_BLOCKSIZE]; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c121 pxembed_server_data temp = xembed_list; local
122 while (temp != NULL) {
123 if (temp->handle == handle) {
124 return temp;
126 temp = temp->next;
134 pxembed_server_data temp = xembed_list; local
136 while (temp != NULL) {
137 if ((*env)->IsSameObject(env, temp->server, server)) {
138 return temp;
148 pxembed_server_data temp = xembed_list; local
185 pxembed_server_data * temp = &xembed_list; local
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp167 JsrRecord* temp = NULL; local
169 temp = _set->at(pos);
171 swap = temp;
/openjdk7/jdk/src/share/back/
H A DthreadControl.c398 ThreadNode *temp = node->next; local
402 node = temp;

Completed in 148 milliseconds

123