Searched refs:is_conc_safe (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DoopFactory.hpp71 bool is_conc_safe,
92 bool is_conc_safe,
95 // Set is_conc_safe for methods which cannot safely be
104 bool is_conc_safe,
H A DoopFactory.cpp113 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 DconstMethodKlass.hpp51 bool is_conc_safe,
H A DconstantPoolKlass.hpp43 constantPoolOop allocate(int length, bool is_conc_safe, TRAPS);
H A DconstMethodKlass.cpp62 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 DconstMethodOop.hpp304 bool is_conc_safe() { return _is_conc_safe; }
H A DconstantPoolKlass.cpp58 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 Doop.hpp127 // concurrent processing of a garbage collector if is_conc_safe()
129 bool is_conc_safe();
H A DconstantPoolOop.hpp666 bool is_conc_safe() { return _is_conc_safe; } function in class:constantPoolOopDesc
H A Doop.inline.hpp525 inline bool oopDesc::is_conc_safe() { function in class:oopDesc
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1364 assert(old_cp()->is_conc_safe(), "Just checking");
1365 assert(scratch_cp()->is_conc_safe(), "Just checking");
2538 assert(scratch_cp()->is_conc_safe(), "Just checking");
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp6921 // If is_conc_safe is false, the object may be undergoing
6925 (!p->is_conc_safe() || !p->is_parsable())) {
8382 oop(addr)->is_conc_safe())) {
8385 // is_conc_safe is checked before performing this assertion
8386 // because an object that is not is_conc_safe may yet have
8402 // which are discarded with their is_conc_safe state still
8406 // is_conc_safe() is true for oop(addr).

Completed in 73 milliseconds