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

/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.hpp173 int index_of(Stub* s) const { int i = (address)s - _stub_buffer; check_index(i); return i; } function in class:StubQueue
220 Stub* next(Stub* s) const { int i = index_of(s) + stub_size(s);
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.hpp73 int index_of(methodOop m) const { return index_of(m, _length); } function in class:klassVtable
129 int index_of(methodOop m, int len) const; // same as index_of, but search only up to len
H A DcpCacheOop.hpp456 int index_of(ConstantPoolCacheEntry* e) { function in class:constantPoolCacheOopDesc
463 const int cpc_index = index_of(e);
H A DklassVtable.cpp115 int klassVtable::index_of(methodOop m, int len) const { function in class:klassVtable

Completed in 40 milliseconds