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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp840 class LIR_OpAllocArray;
1089 virtual LIR_OpAllocArray* as_OpAllocArray() { return NULL; }
1668 class LIR_OpAllocArray : public LIR_Op { class in inherits:LIR_Op
1682 LIR_OpAllocArray(LIR_Opr klass, LIR_Opr len, LIR_Opr result, LIR_Opr t1, LIR_Opr t2, LIR_Opr t3, LIR_Opr t4, BasicType type, CodeStub* stub) function in class:LIR_OpAllocArray
1704 virtual LIR_OpAllocArray * as_OpAllocArray () { return this; }

Completed in 51 milliseconds