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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp197 void emit_alloc_array(LIR_OpAllocArray* op);
H A Dc1_LIR.cpp947 // LIR_OpAllocArray;
950 LIR_OpAllocArray* opAllocArray = (LIR_OpAllocArray*)op;
1079 void LIR_OpAllocArray::emit_code(LIR_Assembler* masm) {
1351 append(new LIR_OpAllocArray(
1956 void LIR_OpAllocArray::print_instr(outputStream* out) const {
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; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2497 void LIR_Assembler::emit_alloc_array(LIR_OpAllocArray* op) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1588 void LIR_Assembler::emit_alloc_array(LIR_OpAllocArray* op) {

Completed in 273 milliseconds