Home
last modified time | relevance | path

Searched refs:code_blob_type (Results 1 – 25 of 107) sorted by relevance

12345

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DcodeCache.hpp159 static int blob_count(int code_blob_type);
161 static int adapter_count(int code_blob_type);
163 static int nmethod_count(int code_blob_type);
194 …st char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) ? get_co… in get_code_heap_name() argument
203 static address low_bound(int code_blob_type);
205 static address high_bound(int code_blob_type);
212 static size_t unallocated_capacity(int code_blob_type);
216 static double reverse_free_ratio(int code_blob_type);
222 static bool heap_available(int code_blob_type);
226 return get_code_heap(cm)->code_blob_type(); in get_code_blob_type()
[all …]
H A DcodeCache.cpp357 return (code_blob_type < CodeBlobType::All); in heap_available()
366 switch(code_blob_type) { in get_code_heap_flag_name()
382 if (lhs->code_blob_type() == rhs->code_blob_type()) { in code_heap_compare()
385 return lhs->code_blob_type() - rhs->code_blob_type(); in code_heap_compare()
394 int type = heap->code_blob_type(); in add_heap()
408 if (!heap_available(code_blob_type)) { in add_heap()
450 if ((*heap)->accepts(code_blob_type)) { in get_code_heap()
464 if (heap_available(code_blob_type)) { in first_blob()
486 NMethodSweeper::notify(code_blob_type); in allocate()
504 orig_code_blob_type = code_blob_type; in allocate()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DcodeCache.hpp159 static int blob_count(int code_blob_type);
161 static int adapter_count(int code_blob_type);
163 static int nmethod_count(int code_blob_type);
195 …st char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) ? get_co…
204 static address low_bound(int code_blob_type);
206 static address high_bound(int code_blob_type);
210 static size_t unallocated_capacity(int code_blob_type);
214 static double reverse_free_ratio(int code_blob_type);
220 static bool heap_available(int code_blob_type);
224 return get_code_heap(cm)->code_blob_type(); in get_code_blob_type()
[all …]
H A DcodeCache.cpp361 return (code_blob_type < CodeBlobType::All); in heap_available()
370 switch(code_blob_type) { in get_code_heap_flag_name()
386 if (lhs->code_blob_type() == rhs->code_blob_type()) { in code_heap_compare()
389 return lhs->code_blob_type() - rhs->code_blob_type(); in code_heap_compare()
398 int type = heap->code_blob_type(); in add_heap()
412 if (!heap_available(code_blob_type)) { in add_heap()
454 if ((*heap)->accepts(code_blob_type)) { in get_code_heap()
468 if (heap_available(code_blob_type)) { in first_blob()
508 orig_code_blob_type = code_blob_type; in allocate()
516 int type = code_blob_type; in allocate()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DcodeCache.hpp159 static int blob_count(int code_blob_type);
161 static int adapter_count(int code_blob_type);
163 static int nmethod_count(int code_blob_type);
194 …st char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) ? get_co… in get_code_heap_name() argument
203 static address low_bound(int code_blob_type);
205 static address high_bound(int code_blob_type);
212 static size_t unallocated_capacity(int code_blob_type);
216 static double reverse_free_ratio(int code_blob_type);
222 static bool heap_available(int code_blob_type);
226 return get_code_heap(cm)->code_blob_type(); in get_code_blob_type()
[all …]
H A DcodeCache.cpp358 return (code_blob_type < CodeBlobType::All); in heap_available()
367 switch(code_blob_type) { in get_code_heap_flag_name()
383 if (lhs->code_blob_type() == rhs->code_blob_type()) { in code_heap_compare()
386 return lhs->code_blob_type() - rhs->code_blob_type(); in code_heap_compare()
395 int type = heap->code_blob_type(); in add_heap()
409 if (!heap_available(code_blob_type)) { in add_heap()
451 if ((*heap)->accepts(code_blob_type)) { in get_code_heap()
465 if (heap_available(code_blob_type)) { in first_blob()
505 orig_code_blob_type = code_blob_type; in allocate()
513 int type = code_blob_type; in allocate()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DcodeCache.hpp159 static int blob_count(int code_blob_type);
161 static int adapter_count(int code_blob_type);
163 static int nmethod_count(int code_blob_type);
194 …st char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) ? get_co… in get_code_heap_name() argument
203 static address low_bound(int code_blob_type);
205 static address high_bound(int code_blob_type);
212 static size_t unallocated_capacity(int code_blob_type);
216 static double reverse_free_ratio(int code_blob_type);
222 static bool heap_available(int code_blob_type);
226 return get_code_heap(cm)->code_blob_type(); in get_code_blob_type()
[all …]
H A DcodeCache.cpp358 return (code_blob_type < CodeBlobType::All); in heap_available()
367 switch(code_blob_type) { in get_code_heap_flag_name()
383 if (lhs->code_blob_type() == rhs->code_blob_type()) { in code_heap_compare()
386 return lhs->code_blob_type() - rhs->code_blob_type(); in code_heap_compare()
395 int type = heap->code_blob_type(); in add_heap()
409 if (!heap_available(code_blob_type)) { in add_heap()
451 if ((*heap)->accepts(code_blob_type)) { in get_code_heap()
465 if (heap_available(code_blob_type)) { in first_blob()
487 NMethodSweeper::notify(code_blob_type); in allocate()
505 orig_code_blob_type = code_blob_type; in allocate()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeCache.hpp165 static int blob_count(int code_blob_type);
167 static int adapter_count(int code_blob_type);
169 static int nmethod_count(int code_blob_type);
205 …st char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) ? get_co… in get_code_heap_name() argument
214 static address low_bound(int code_blob_type);
216 static address high_bound(int code_blob_type);
223 static size_t unallocated_capacity(int code_blob_type);
227 static double reverse_free_ratio(int code_blob_type);
237 static bool heap_available(int code_blob_type);
241 return get_code_heap(cm)->code_blob_type(); in get_code_blob_type()
[all …]
H A DcodeCache.cpp356 return (code_blob_type < CodeBlobType::All); in heap_available()
365 switch(code_blob_type) { in get_code_heap_flag_name()
381 if (lhs->code_blob_type() == rhs->code_blob_type()) { in code_heap_compare()
384 return lhs->code_blob_type() - rhs->code_blob_type(); in code_heap_compare()
393 int type = heap->code_blob_type(); in add_heap()
407 if (!heap_available(code_blob_type)) { in add_heap()
449 if ((*heap)->accepts(code_blob_type)) { in get_code_heap()
463 if (heap_available(code_blob_type)) { in first_blob()
485 NMethodSweeper::notify(code_blob_type); in allocate()
503 orig_code_blob_type = code_blob_type; in allocate()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeCache.hpp165 static int blob_count(int code_blob_type);
167 static int adapter_count(int code_blob_type);
169 static int nmethod_count(int code_blob_type);
205 …st char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) ? get_co… in get_code_heap_name() argument
214 static address low_bound(int code_blob_type);
216 static address high_bound(int code_blob_type);
223 static size_t unallocated_capacity(int code_blob_type);
227 static double reverse_free_ratio(int code_blob_type);
237 static bool heap_available(int code_blob_type);
241 return get_code_heap(cm)->code_blob_type(); in get_code_blob_type()
[all …]
H A DcodeCache.cpp356 return (code_blob_type < CodeBlobType::All); in heap_available()
365 switch(code_blob_type) { in get_code_heap_flag_name()
381 if (lhs->code_blob_type() == rhs->code_blob_type()) { in code_heap_compare()
384 return lhs->code_blob_type() - rhs->code_blob_type(); in code_heap_compare()
393 int type = heap->code_blob_type(); in add_heap()
407 if (!heap_available(code_blob_type)) { in add_heap()
449 if ((*heap)->accepts(code_blob_type)) { in get_code_heap()
463 if (heap_available(code_blob_type)) { in first_blob()
485 NMethodSweeper::notify(code_blob_type); in allocate()
503 orig_code_blob_type = code_blob_type; in allocate()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DcodeCache.hpp159 static int blob_count(int code_blob_type);
161 static int adapter_count(int code_blob_type);
163 static int nmethod_count(int code_blob_type);
195 …st char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) ? get_co…
204 static address low_bound(int code_blob_type);
206 static address high_bound(int code_blob_type);
213 static size_t unallocated_capacity(int code_blob_type);
217 static double reverse_free_ratio(int code_blob_type);
223 static bool heap_available(int code_blob_type);
227 return get_code_heap(cm)->code_blob_type(); in get_code_blob_type()
[all …]
H A DcodeCache.cpp359 return (code_blob_type < CodeBlobType::All); in heap_available()
368 switch(code_blob_type) { in get_code_heap_flag_name()
384 if (lhs->code_blob_type() == rhs->code_blob_type()) { in code_heap_compare()
387 return lhs->code_blob_type() - rhs->code_blob_type(); in code_heap_compare()
396 int type = heap->code_blob_type(); in add_heap()
410 if (!heap_available(code_blob_type)) { in add_heap()
452 if ((*heap)->accepts(code_blob_type)) { in get_code_heap()
466 if (heap_available(code_blob_type)) { in first_blob()
506 orig_code_blob_type = code_blob_type; in allocate()
514 int type = code_blob_type; in allocate()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DcodeCache.hpp167 static int blob_count(int code_blob_type);
169 static int adapter_count(int code_blob_type);
171 static int nmethod_count(int code_blob_type);
220 …st char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) ? get_co… in get_code_heap_name() argument
229 static address low_bound(int code_blob_type);
231 static address high_bound(int code_blob_type);
238 static size_t unallocated_capacity(int code_blob_type);
242 static double reverse_free_ratio(int code_blob_type);
248 static bool heap_available(int code_blob_type);
252 return get_code_heap(cm)->code_blob_type(); in get_code_blob_type()
[all …]
H A DcodeCache.cpp357 return (code_blob_type < CodeBlobType::All); in heap_available()
366 switch(code_blob_type) { in get_code_heap_flag_name()
382 if (lhs->code_blob_type() == rhs->code_blob_type()) { in code_heap_compare()
385 return lhs->code_blob_type() - rhs->code_blob_type(); in code_heap_compare()
394 int type = heap->code_blob_type(); in add_heap()
408 if (!heap_available(code_blob_type)) { in add_heap()
450 if ((*heap)->accepts(code_blob_type)) { in get_code_heap()
464 if (heap_available(code_blob_type)) { in first_blob()
486 NMethodSweeper::notify(code_blob_type); in allocate()
504 orig_code_blob_type = code_blob_type; in allocate()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/lib/sun/hotspot/code/
H A DCodeBlob.java54 code_blob_type = null; in CodeBlob()
56 code_blob_type = BlobType.values()[blob_type_index]; in CodeBlob()
57 assert code_blob_type.id == (Integer) obj[2]; in CodeBlob()
63 public final BlobType code_blob_type; field in CodeBlob
70 + ", code_blob_type=" + code_blob_type in toString()

12345