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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp49 // LIR_Address
54 class LIR_Address;
80 virtual LIR_Address* as_address() { return NULL; }
420 LIR_Address* as_address_ptr() const { return pointer()->as_address(); }
486 // LIR_Address
487 class LIR_Address: public LIR_OprPtr { class in inherits:LIR_OprPtr
509 LIR_Address(LIR_Opr base, LIR_Opr index, BasicType type): function in class:LIR_Address
516 LIR_Address(LIR_Opr base, intx disp, BasicType type): function in class:LIR_Address
523 LIR_Address(LIR_Opr base, BasicType type): function in class:LIR_Address
531 LIR_Address(LIR_Op function in class:LIR_Address
[all...]

Completed in 3216 milliseconds