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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.hpp52 int maybe_add_cp_cache_entry(int i) { return has_cp_cache(i) ? _cp_map[i] : add_cp_cache_entry(i); }
53 int add_cp_cache_entry(int cp_index) { function in class:Rewriter

Completed in 21 milliseconds