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
defs:weakRef
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
assert_scope_test.cpp
60
[[maybe_unused]] AllowLocalToShareWeakRefHandle
weakRef
; // set allow local-to-share weak ref
in HWTEST_F_L0()
local
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_weak_ref.h
33
static JSTaggedValue WeakRefDeref(JSThread *thread, const JSHandle<JSWeakRef> &
weakRef
)
in WeakRefDeref()
argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H
A
D
ets_reference_processor.h
98
auto *
weakRef
= static_cast<ark::ets::EtsWeakReference *>(ark::ets::EtsObject::FromCoreType(weakRefObj));
in ProcessReferences()
local
H
A
D
ets_reference_processor.cpp
179
void EtsReferenceProcessor::EnqueueFinalizer(ark::ets::EtsWeakReference *
weakRef
)
in EnqueueFinalizer()
argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_weak_ref.cpp
45
JSHandle<JSWeakRef>
weakRef
= JSHandle<JSWeakRef>::Cast(obj);
in WeakRefConstructor()
local
64
JSHandle<JSWeakRef>
weakRef
in Deref()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
full_gc.cpp
140
auto
weakRef
= JSTaggedValue(JSTaggedValue(dst).CreateAndGetWeakRef()).GetRawTaggedObject();
in Sweep()
local
H
A
D
parallel_evacuator-inl.h
193
auto
weakRef
= JSTaggedValue(dst).CreateAndGetWeakRef().GetRawTaggedObject();
in UpdateWeakObjectSlot()
local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_full_gc.cpp
151
auto
weakRef
= JSTaggedValue(JSTaggedValue(dst).CreateAndGetWeakRef()).GetRawTaggedObject();
in UpdateRecordWeakReference()
local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_finalizable_weak_ref_list.h
28
void Push(EtsCoroutine *coro, Node *
weakRef
)
in Push()
argument
41
void Unlink(EtsCoroutine *coro, Node *
weakRef
)
in Unlink()
argument
61
auto *
weakRef
= GetHead();
UnlinkClearedReferences()
local
107
auto *
weakRef
= GetHead();
TraverseAndFinalize()
local
125
SetHead(EtsCoroutine *coro, Node *
weakRef
)
SetHead()
argument
[all...]
H
A
D
ets_finalizable_weak_ref.h
105
void SetPrev(EtsCoroutine *coro, EtsFinalizableWeakRef *
weakRef
)
in SetPrev()
argument
111
void SetNext(EtsCoroutine *coro, EtsFinalizableWeakRef *
weakRef
)
in SetNext()
argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H
A
D
ets_vm.cpp
742
static mem::Reference *EtsNapiObjectToWeakReference(ets_weak
weakRef
)
in EtsNapiObjectToWeakReference()
argument
749
void PandaEtsVM::DeleteWeakGlobalRef(ets_weak
weakRef
)
in DeleteWeakGlobalRef()
argument
769
auto *
weakRef
= EtsFinalizableWeakRef::Create(coro);
in RegisterFinalizerForObject()
local
Completed in 6 milliseconds