Searched defs:is_conc_safe (Results 1 - 5 of 5) sorted by relevance
| /openjdk7/hotspot/src/share/vm/memory/ |
| H A D | oopFactory.cpp | 113 bool is_conc_safe, 116 return ck->allocate(length, is_conc_safe, CHECK_NULL); 145 bool is_conc_safe, 151 checked_exceptions_length, is_conc_safe, 161 bool is_conc_safe, 171 is_conc_safe, CHECK_NULL); 112 new_constantPool(int length, bool is_conc_safe, TRAPS) argument 140 new_constMethod(int byte_code_size, int compressed_line_number_size, int localvariable_table_length, int exception_table_length, int checked_exceptions_length, bool is_conc_safe, TRAPS) argument 156 new_method(int byte_code_size, AccessFlags access_flags, int compressed_line_number_size, int localvariable_table_length, int exception_table_length, int checked_exceptions_length, bool is_conc_safe, TRAPS) argument
|
| /openjdk7/hotspot/src/share/vm/oops/ |
| H A D | constMethodKlass.cpp | 62 return constMethodOop(obj)->is_conc_safe(); 70 bool is_conc_safe, 94 cm->set_is_conc_safe(is_conc_safe); 65 allocate(int byte_code_size, int compressed_line_number_size, int localvariable_table_length, int exception_table_length, int checked_exceptions_length, bool is_conc_safe, TRAPS) argument
|
| H A D | constantPoolKlass.cpp | 58 constantPoolOop constantPoolKlass::allocate(int length, bool is_conc_safe, TRAPS) { argument 80 pool->set_is_conc_safe(is_conc_safe); 263 return constantPoolOop(obj)->is_conc_safe();
|
| H A D | constantPoolOop.hpp | 666 bool is_conc_safe() { return _is_conc_safe; } function in class:constantPoolOopDesc
|
| H A D | oop.inline.hpp | 525 inline bool oopDesc::is_conc_safe() { function in class:oopDesc
|
Completed in 198 milliseconds