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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp47 // LIR_OprPtr
52 class LIR_OprPtr;
73 // define LIR_OprPtr early so LIR_OprDesc can refer to it
74 class LIR_OprPtr: public CompilationResourceObj { class in inherits:CompilationResourceObj
88 class LIR_Const: public LIR_OprPtr {
418 LIR_OprPtr* pointer() const { assert(is_pointer(), "type check"); return (LIR_OprPtr*)this; }
487 class LIR_Address: public LIR_OprPtr {

Completed in 83 milliseconds