Searched refs:as_OpAllocArray (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1089 virtual LIR_OpAllocArray* as_OpAllocArray() { return NULL; } function in class:LIR_Op
1704 virtual LIR_OpAllocArray * as_OpAllocArray () { return this; } function in class:LIR_OpAllocArray
H A Dc1_LIR.cpp949 assert(op->as_OpAllocArray() != NULL, "must be");

Completed in 303 milliseconds