Searched defs:uses (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEphemeralKeyManager.java96 private int uses; field in class:EphemeralKeyManager.EphemeralKeyPair
108 return (keyPair != null) && (uses < MAX_USE)
120 uses++;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp293 bool uses(Register reg) const { return _base == reg || _index == reg; } function in class:VALUE_OBJ_CLASS_SPEC
2296 // Simplified, combined version, good for typical uses.
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp695 // The convention the interpreter uses is that the second local
765 // The convention the interpreter uses is that the second local
784 // The convention the interpreter uses is that the second local
2114 // If this does not have uses then schedule it
2337 // uses outside the current basic block. As we are doing a backwards walk,
2341 // the available list to the set of instructions that have no uses within this
2374 // Account for all uses
2394 tty->print("# uses: %3d: ", _uses[n->_idx]);
2511 // in the block that have no uses within the block.
2709 Node *uses local
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp146 REGISTER_DECLARATION(Register, Lscratch , L5); // C1 uses
147 REGISTER_DECLARATION(Register, Lscratch2 , L6); // C1 uses
319 bool uses(Register reg) const { return base() == reg || (has_index() && index() == reg); } function in class:VALUE_OBJ_CLASS_SPEC
2391 inline void set_oop (jobject obj, Register d); // uses allocate_oop_address
2392 inline void set_oop_constant (jobject obj, Register d); // uses constant_oop_address
2573 // Simplified, combined version, good for typical uses.

Completed in 62 milliseconds