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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp39 _indexes = NULL;
98 if (_indexes != NULL) {
99 int* cloc = _indexes->cache_location(h);
100 _indexes->set_cache_location_index(cloc, index);
102 _indexes = new(_arena) IndexCache();
107 int* cloc = _indexes->cache_location(_handles->at(i));
108 _indexes->set_cache_location_index(cloc, index0);
129 int* cloc = (_indexes == NULL)? NULL: _indexes->cache_location(h);
131 int cindex = _indexes
[all...]
H A DoopRecorder.hpp135 IndexCache* _indexes; // map: jobject -> its probable index member in class:OopRecorder

Completed in 30 milliseconds