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

/openjdk10/hotspot/src/share/vm/interpreter/
H A DoopMapCache.hpp114 uintptr_t entry_at(int offset) const { int i = offset * bits_per_entry; return bit_mask()[i / BitsPerWord] >> (i % BitsPerWord); } function in class:InterpreterOopMap
H A DoopMapCache.cpp450 OopMapCacheEntry* OopMapCache::entry_at(int i) const { function in class:OopMapCache
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp87 ValueMapEntry* entry_at(int i) { return _entries.at(i); } function in class:ValueMap
/openjdk10/hotspot/src/share/vm/oops/
H A DcpCache.hpp496 ConstantPoolCacheEntry* entry_at(int i) const { function in class:ConstantPoolCache

Completed in 104 milliseconds