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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2175 LIR_OpList _ops; member in class:LIR_InsertionBuffer
2185 LIR_InsertionBuffer() : _lir(NULL), _index_and_count(8), _ops(8) { }
2188 void init(LIR_List* lir) { assert(!initialized(), "already initialized"); _lir = lir; _index_and_count.clear(); _ops.clear(); }
2199 int number_of_ops() const { return _ops.length(); }
2200 LIR_Op* op_at(int i) const { return _ops.at(i); }

Completed in 3872 milliseconds