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

/openjdk9/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.hpp66 static ConstantPoolCacheEntry* cache_entry_at(JavaThread *thread, int i) { return method(thread)->constants()->cache()->entry_at(i); } function in class:InterpreterRuntime

Completed in 9 milliseconds