Searched defs:blobs (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/test/compiler/codecache/stress/
H A DRandomAllocationTest.java64 private final ArrayList<Long> blobs = new ArrayList<>(); field in class:RandomAllocationTest
/openjdk10/hotspot/test/compiler/codecache/jmx/
H A DInitialAndMaxUsageTest.java78 private void fillWithSize(long size, List<Long> blobs, MemoryPoolMXBean bean) { argument
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1RootProcessor.cpp149 StrongRootsClosures(OopClosure* roots, CLDClosure* clds, CodeBlobClosure* blobs) : argument
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...]
/openjdk10/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp1373 GrowableArray<CodeBlobStub*> blobs; variable

Completed in 74 milliseconds