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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.hpp89 class IndexCache: public ResourceObj { class in class:OopRecorder
122 IndexCache();
135 IndexCache* _indexes; // map: jobject -> its probable index
H A DoopRecorder.cpp44 OopRecorder::IndexCache::IndexCache() { function in class:OopRecorder::IndexCache
102 _indexes = new(_arena) IndexCache();

Completed in 30 milliseconds