Searched defs:volatile (Results 1 - 14 of 14) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DfreeChunk.hpp66 markOop mark() const volatile { return (markOop)_size; } argument
82 bool is_free() const volatile { argument
103 size_t size() const volatile { argument
/openjdk10/hotspot/src/share/vm/oops/
H A Dmetadata.hpp38 NOT_PRODUCT(bool is_valid() const volatile { return _valid == 0; }) argument
45 virtual bool is_metadata() const volatile { return true; } argument
46 virtual bool is_klass() const volatile { return false; } argument
47 virtual bool is_method() const volatile { return false; } argument
48 virtual bool is_methodData() const volatile { return false; } argument
49 virtual bool is_constantPool() const volatile { return false; } argument
50 virtual bool is_methodCounters() const volatile { return false; } argument
H A DoopsHierarchy.hpp100 oopDesc* obj() const volatile { return _o; } argument
117 volatile oop& operator=(const oop& o) volatile { _o = o.obj(); return *this; } argument
118 volatile oop& operator=(const volatile oop& o) volatile { _o = o.obj(); return *this; } argument
123 operator void* () const volatile { return (void *)obj(); } argument
126 operator oopDesc* () const volatile { retur argument
129 operator markOop() const volatile argument
[all...]
H A DmethodCounters.hpp115 virtual bool is_methodCounters() const volatile { return true; } argument
H A Doop.inline.hpp112 Klass* oopDesc::klass_or_null() const volatile { argument
120 Klass* oopDesc::klass_or_null_acquire() const volatile { argument
[all...]
H A Dklass.hpp176 bool is_klass() const volatile { return true; } argument
H A DconstantPool.hpp188 bool is_constantPool() const volatile { return true; } argument
H A Dmethod.hpp128 bool is_method() const volatile { return true; } argument
[all...]
H A DmethodData.hpp2176 bool is_methodData() const volatile { return true; } argument
/openjdk10/hotspot/src/share/vm/gc/shared/
H A Dtaskqueue.inline.hpp261 cmpxchg(const Age new_age, const Age old_age) volatile argument
[all...]
H A Dtaskqueue.hpp122 Age get() const volatile { return _data; } argument
123 void set(Age age) volatile { _data = age._data; } argument
125 idx_t top() const volatile { return _fields._top; } argument
126 idx_t tag() const volatile { return _fields._tag; } argument
[all...]
/openjdk10/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp163 size_t size() const volatile { return Chunk_t::size(); } argument
H A Dmetachunk.hpp52 size_t size() const volatile { return _word_size; } argument
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1ConcurrentMark.hpp72 volatile G1TaskQueueEntry& operator=(const volatile G1TaskQueueEntry& t) volatile { argument
[all...]

Completed in 220 milliseconds