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:IsWeak
(Results
1 - 25
of
47
) sorted by relevance
1
2
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H
A
D
ets_reference.h
51
bool
IsWeak
() const
in IsWeak()
function in ark::ets::final
53
return GetReference()->
IsWeak
();
in IsWeak()
86
ASSERT(ref->
IsWeak
());
in EtsNapiWeakToEtsRef()
92
ASSERT(ref->
IsWeak
());
in EtsRefToEtsNapiWeak()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H
A
D
profile_type_info_test.cpp
140
EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).
IsWeak
());
in HWTEST_F_L0()
160
EXPECT_TRUE(resultArr2->Get(2).
IsWeak
());
in HWTEST_F_L0()
190
EXPECT_TRUE(handleProfileTypeInfo->Get(0).
IsWeak
());
in HWTEST_F_L0()
272
EXPECT_TRUE(resultArr1->Get(0).
IsWeak
());
in HWTEST_F_L0()
280
EXPECT_TRUE(resultArr2->Get(0).
IsWeak
());
in HWTEST_F_L0()
360
EXPECT_TRUE(handleProfileTypeAccessor.GetWeakRef(weakRefValue).
IsWeak
());
in HWTEST_F_L0()
H
A
D
ic_runtime_test.cpp
130
EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).
IsWeak
());
in HWTEST_F_L0()
141
EXPECT_TRUE(handleProfileTypeInfo->Get(slotId).
IsWeak
());
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_global_storage.h
85
bool
IsWeak
() const
in IsWeak()
function in panda::ecmascript::Node
283
if (node->
IsWeak
()) {
in FreeNode()
444
if (node->
IsWeak
()) {
in DisposeGlobalHandle()
472
inline bool
IsWeak
(uintptr_t addr) const
in IsWeak()
function in panda::ecmascript::EcmaGlobalStorage
475
return node->
IsWeak
();
in IsWeak()
H
A
D
js_hclass-inl.h
57
if (transitions.
IsWeak
()) {
in AddTransitions()
95
} else if (transitions.
IsWeak
()) {
in AddProtoTransitions()
123
if (transitions.
IsWeak
()) {
in FindTransitions()
157
if (transitions.
IsWeak
() || !transitions.IsTaggedArray()) {
in FindProtoTransitions()
158
ASSERT(transitions.IsUndefined() || transitions.
IsWeak
());
in FindProtoTransitions()
H
A
D
js_weak_ref.h
51
ASSERT(weakObj.
IsWeak
());
in SetToWeak()
H
A
D
js_finalization_registry.h
45
ASSERT(weakObj.
IsWeak
());
in SetToWeakRefTarget()
H
A
D
transitions_dictionary.h
137
if (ret.
IsWeak
()) {
in IterateEntryValue()
H
A
D
ecma_handle_scope.cpp
97
ASSERT(!JSTaggedValue(value).
IsWeak
());
in NewHandle()
H
A
D
linked_hash_table.h
102
if (element.
IsWeak
()) {
in FindElement()
240
if (key.
IsWeak
()) {
in Rehash()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H
A
D
jsnapi.h
554
bool CopyableGlobal<T>::
IsWeak
() const
in IsWeak()
function in panda::CopyableGlobal
556
return JSNApi::
IsWeak
(vm_, address_);
in IsWeak()
599
bool Global<T>::
IsWeak
() const
in IsWeak()
function in panda::Global
601
return JSNApi::
IsWeak
(vm_, address_);
in IsWeak()
/arkcompiler/ets_runtime/ecmascript/ic/
H
A
D
profile_type_info.cpp
31
if (!profileData.
IsWeak
() && (profileData.IsString() || profileData.IsSymbol())) {
in AddElementHandler()
77
if (!profileData.
IsWeak
() && profileData.IsTaggedArray()) { // POLY
in AddHandlerWithoutKey()
263
if (profileData.
IsWeak
()) {
in GetICState()
270
if (profileData.
IsWeak
()) {
in GetICState()
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
js_handle_test.cpp
153
EXPECT_TRUE(thread->
IsWeak
(globalString));
in HWTEST_F_L0()
176
EXPECT_TRUE(thread->
IsWeak
(globalString[i]));
in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/
H
A
D
templateclassglobal_fuzzer.cpp
148
bool res = global.
IsWeak
();
in GlobalSetWeakFuzzerTest()
182
[[maybe_unused]]bool b = global.
IsWeak
();
in GlobalIsWeakFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_profiler.cpp
415
if (slotValue.
IsWeak
()) {
in ConvertCreateObject()
447
if (firstValue.
IsWeak
()) {
in ConvertICByName()
625
if (cacheValue.
IsWeak
()) {
in ConvertICByNameWithPoly()
634
if (!result.IsHeapObject() || !result.
IsWeak
()) {
in ConvertICByNameWithPoly()
657
if (firstValue.
IsWeak
()) {
in ConvertICByValue()
794
if (cacheValue.
IsWeak
()) {
in ConvertICByValueWithPoly()
803
if (!result.IsHeapObject() || !result.
IsWeak
()) {
in ConvertICByValueWithPoly()
825
if (firstValue.
IsWeak
()) {
in ConvertInstanceof()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
verification.cpp
118
if (value.
IsWeak
()) { // LCOV_EXCL_START
in VerifyObjectSlotLegal()
495
if (value.
IsWeak
()) {
in VerifyObjectSlot()
566
if (value.
IsWeak
() || !value.IsHeapObject()) {
in VerifyMark()
619
if (value.
IsWeak
() || !value.IsHeapObject()) {
in VerifyMark()
678
if (value.
IsWeak
() || !value.IsHeapObject()) {
in VerifySweep()
732
if (value.
IsWeak
() || !value.IsHeapObject()) {
in VerifySweep()
847
if (value.
IsWeak
()) {
in VerifyObjectSlot()
H
A
D
parallel_evacuator.cpp
59
if (!trackInfoVal.IsHeapObject() || !trackInfoVal.
IsWeak
()) {
in UpdateTrackInfo()
151
if (JSTaggedValue(value).
IsWeak
()) {
in UpdateRecordWeakReferenceInParallel()
341
if (value.
IsWeak
()) {
in UpdateRecordWeakReference()
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H
A
D
tagged_value.h
202
inline bool
IsWeak
() const
in IsWeak()
function in ark::coretypes::TaggedValue
275
ASSERT_PRINT(
IsWeak
(), "can not convert TaggedValue to WeakRef HeapObject :" << std::hex << value_);
in GetWeakReferent()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H
A
D
reference.h
81
bool
IsWeak
() const
in IsWeak()
function in ark::ark::mem::Reference::ObjectType
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
247
if (trackInfoVal.IsHeapObject() && trackInfoVal.
IsWeak
()) {
in UpdateTrackElementsKind()
271
if (trackInfoVal.IsHeapObject() && trackInfoVal.
IsWeak
()) {
in UpdateTrackArrayLength()
301
if (!func.
IsWeak
()) {
in UpdateTrackInfo()
978
if (firstValue.
IsWeak
()) {
in DumpICByName()
1001
if (firstValue.
IsWeak
()) {
in DumpICByValue()
1021
if (cacheValue.
IsWeak
()) {
in DumpICByNameWithPoly()
1030
if (!result.IsHeapObject() || !result.
IsWeak
()) {
in DumpICByNameWithPoly()
1048
if (cacheValue.
IsWeak
()) {
in DumpICByValueWithPoly()
1057
if (!result.IsHeapObject() || !result.
IsWeak
()) {
in DumpICByValueWithPoly()
1335
if (!handle.IsHeapObject() || !handle.
IsWeak
()) {
in DumpDefineClass()
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H
A
D
shared_full_gc.cpp
140
ASSERT(value.
IsWeak
());
in UpdateRecordWeakReference()
H
A
D
shared_gc.cpp
144
if (value.
IsWeak
()) {
in UpdateRecordWeakReference()
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
object_helpers.cpp
302
ASSERT(value.
IsWeak
());
in HandleDynWeakReferences()
382
if (ObjectAccessor::GetDynValue<TaggedValue>(object, offset).
IsWeak
()) {
in UpdateRefToMovedObject()
H
A
D
heap_verifier.cpp
51
if (value.
IsWeak
()) {
in operator ()()
74
if (value.
IsWeak
()) {
in operator ()()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_root.cpp
127
if (!value.
IsWeak
()) {
in VisitCardTableRoots()
Completed in 20 milliseconds
1
2