Searched defs:code_blob_type (Results 1 - 7 of 7) sorted by relevance

/openjdk9/test/lib/sun/hotspot/code/
H A DCodeBlob.java63 public final BlobType code_blob_type; field in class:CodeBlob
/openjdk9/hotspot/src/share/vm/memory/
H A Dheap.cpp38 CodeHeap::CodeHeap(const char* name, const int code_blob_type) argument
H A Dheap.hpp184 int code_blob_type() const { return _code_blob_type; } function in class:CodeHeap
/openjdk9/hotspot/src/share/vm/code/
H A DcodeCache.hpp194 static const char* get_code_heap_name(int code_blob_type) { return (heap_available(code_blob_type) argument
289 get_codemem_full_count(int code_blob_type) argument
[all...]
H A DcodeCache.cpp344 bool CodeCache::heap_available(int code_blob_type) { argument
361 const char* CodeCache::get_code_heap_flag_name(int code_blob_type) { argument
402 add_heap(ReservedSpace rs, const char* name, int code_blob_type) argument
434 get_code_heap(int code_blob_type) argument
449 first_blob(int code_blob_type) argument
470 allocate(int size, int code_blob_type, int orig_code_blob_type) argument
918 blob_count(int code_blob_type) argument
931 nmethod_count(int code_blob_type) argument
944 adapter_count(int code_blob_type) argument
957 low_bound(int code_blob_type) argument
962 high_bound(int code_blob_type) argument
975 unallocated_capacity(int code_blob_type) argument
1000 reverse_free_ratio(int code_blob_type) argument
1319 report_codemem_full(int code_blob_type, bool print) argument
[all...]
/openjdk9/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp275 void NMethodSweeper::notify(int code_blob_type) { argument
694 int code_blob_type = CodeCache::get_code_blob_type(nm); local
/openjdk9/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1985 void CompileBroker::handle_full_code_cache(int code_blob_type) { argument

Completed in 122 milliseconds