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

<<1112131415

/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 DtemplateInterpreter_x86_64.cpp874 // slot for oop temp
1000 assert(InterpreterRuntime::SignatureHandlerGenerator::temp() == rscratch1,
/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/adlc/
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

Completed in 85 milliseconds

<<1112131415