Searched refs:cache_location (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp99 int* cloc = _indexes->cache_location(h);
107 int* cloc = _indexes->cache_location(_handles->at(i));
129 int* cloc = (_indexes == NULL)? NULL: _indexes->cache_location(h);
H A DoopRecorder.hpp107 int* cache_location(jobject handle) { function in class:OopRecorder::IndexCache

Completed in 30 milliseconds