Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:REQUIRES_SHARED
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H
A
D
global_object_storage.h
247
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
D
clang.h
58
#define
REQUIRES_SHARED
(...) THREAD_ANNOTATION_ATTRIBUTE__(requires_shared_capability(__VA_ARGS__))
macro
/arkcompiler/runtime_core/static_core/libpandabase/
H
A
D
clang.h
58
#define
REQUIRES_SHARED
(...) THREAD_ANNOTATION_ATTRIBUTE__(requires_shared_capability(__VA_ARGS__))
macro
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H
A
D
inspector.h
105
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
D
debugger.h
432
bool IsBreakpoint(const PtLocation &location) const
REQUIRES_SHARED
(rwlock_);
442
tooling::PropertyWatch::Type type) const
REQUIRES_SHARED
(rwlock_);
H
A
D
debugger.cpp
833
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