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

/openjdk9/hotspot/src/share/vm/code/
H A DoopRecorder.cpp96 int* cloc = _indexes->cache_location(h); local
104 int* cloc = _indexes->cache_location(_handles->at(i)); local
126 int* cloc = (_indexes == NULL)? NULL: _indexes->cache_location(h); local
[all...]
H A DoopRecorder.hpp118 static bool cache_location_collision(int* cloc) { argument
121 static int cache_location_index(int* cloc) { argument
124 static void set_cache_location_index(int* cloc, int index) { argument

Completed in 83 milliseconds