Home
last modified time | relevance | path

Searched refs:REQUIRES_SHARED (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dglobal_object_storage.h247 void CheckAlmostOverflow() REQUIRES_SHARED(mutex_) in REQUIRES_SHARED() function in ark::mem::ark::mem::GlobalObjectStorage::ArrayStorage
365 void Dump() REQUIRES_SHARED(mutex_) in REQUIRES_SHARED() function in ark::mem::ark::mem::GlobalObjectStorage::ArrayStorage
390 size_t GetSize() const REQUIRES_SHARED(mutex_) in REQUIRES_SHARED() function in ark::mem::ark::mem::GlobalObjectStorage::ArrayStorage
401 bool IsFreeIndex(uintptr_t index) REQUIRES_SHARED(mutex_) in REQUIRES_SHARED() function in ark::mem::ark::mem::GlobalObjectStorage::ArrayStorage
439 Reference *IndexToReference(uintptr_t encodedIndex) const REQUIRES_SHARED(mutex_) in REQUIRES_SHARED() function in ark::mem::ark::mem::GlobalObjectStorage::ArrayStorage
446 uintptr_t ReferenceToIndex(const Reference *ref) const REQUIRES_SHARED(mutex_) in REQUIRES_SHARED() function in ark::mem::ark::mem::GlobalObjectStorage::ArrayStorage
454 void AssertIndex(const Reference *ref) const REQUIRES_SHARED(mutex_) in REQUIRES_SHARED() function in ark::mem::ark::mem::GlobalObjectStorage::ArrayStorage
460 void AssertIndex([[maybe_unused]] uintptr_t index) const REQUIRES_SHARED(mutex_) in REQUIRES_SHARED() function in ark::mem::ark::mem::GlobalObjectStorage::ArrayStorage
/arkcompiler/runtime_core/libpandabase/
H A Dclang.h58 #define REQUIRES_SHARED(...) THREAD_ANNOTATION_ATTRIBUTE__(requires_shared_capability(__VA_ARGS__)) macro
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dclang.h58 #define REQUIRES_SHARED(...) THREAD_ANNOTATION_ATTRIBUTE__(requires_shared_capability(__VA_ARGS__)) macro
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector.h105 ALWAYS_INLINE bool CheckVmDead() REQUIRES_SHARED(vmDeathLock_) in REQUIRES_SHARED() function in ark::tooling::inspector::final
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.h432 bool IsBreakpoint(const PtLocation &location) const REQUIRES_SHARED(rwlock_);
442 tooling::PropertyWatch::Type type) const REQUIRES_SHARED(rwlock_);
H A Ddebugger.cpp833 bool Debugger::IsBreakpoint(const PtLocation &location) const REQUIRES_SHARED(rwlock_) in REQUIRES_SHARED() function
853 REQUIRES_SHARED(rwlock_) in REQUIRES_SHARED() function

Completed in 5 milliseconds