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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1RootProcessor.hpp78 CLDClosure* clds,
106 // Apply oops, clds and blobs to all strongly reachable roots in the system
108 CLDClosure* clds,
111 // Apply oops, clds and blobs to strongly and weakly reachable roots in the system
113 CLDClosure* clds,
116 // Apply oops, clds and blobs to strongly and weakly reachable roots in the system,
120 CLDClosure* clds,
H A Dg1RootProcessor.cpp149 StrongRootsClosures(OopClosure* roots, CLDClosure* clds, CodeBlobClosure* blobs) : argument
150 _roots(roots), _clds(clds), _blobs(blobs) {}
162 CLDClosure* clds,
164 StrongRootsClosures closures(oops, clds, blobs);
177 AllRootsClosures(OopClosure* roots, CLDClosure* clds) : argument
178 _roots(roots), _clds(clds) {}
195 CLDClosure* clds,
198 AllRootsClosures closures(oops, clds);
212 CLDClosure* clds,
214 process_all_roots(oops, clds, blob
161 process_strong_roots(OopClosure* oops, CLDClosure* clds, CodeBlobClosure* blobs) argument
194 process_all_roots(OopClosure* oops, CLDClosure* clds, CodeBlobClosure* blobs, bool process_string_table) argument
211 process_all_roots(OopClosure* oops, CLDClosure* clds, CodeBlobClosure* blobs) argument
217 process_all_roots_no_string_table(OopClosure* oops, CLDClosure* clds, CodeBlobClosure* blobs) argument
[all...]

Completed in 32 milliseconds