Searched refs:index_at (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1157 int index = buffer->index_at(ip_index);
2030 if (i < 0 || index_at(i) < index) {
2033 assert(index_at(i) == index, "can append LIR_Ops in ascending order only");
2048 assert(prev_idx < index_at(i), "index must be ordered ascending");
H A Dc1_LIR.hpp2196 int index_at(int i) const { return _index_and_count.at((i << 1)); } function in class:LIR_InsertionBuffer
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1452 uint index_at(uint i) const { function in class:Node_Stack
H A Dnode.cpp2075 if (idx == index_at(i) )

Completed in 299 milliseconds