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:weak
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
H
A
D
napi_impl.cpp
39
extern "C" napi_status __attribute__((
weak
))
47
extern "C" napi_status __attribute__((
weak
))
57
extern "C" napi_status __attribute__((
weak
))
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
work_manager.h
201
inline void PushWeakReference(uint32_t threadId, JSTaggedType *
weak
)
in PushWeakReference()
argument
203
works_.at(threadId).weakQueue_->PushBack(
weak
);
in PushWeakReference()
299
inline void PushWeakReference(uint32_t threadId, JSTaggedType *
weak
)
in PushWeakReference()
argument
301
works_.at(threadId).weakQueue_->PushBack(
weak
);
in PushWeakReference()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H
A
D
linked_hashtable_stub_builder.cpp
67
Label
weak
(env);
in Rehash()
69
BRANCH(TaggedIsWeak(*key), &
weak
, ¬Weak);
in Rehash()
70
Bind(&
weak
);
in Rehash()
268
Label
weak
(env);
in FindElement()
270
BRANCH(TaggedIsWeak(*element), &
weak
, ¬Weak);
in FindElement()
271
Bind(&
weak
);
in FindElement()
/arkcompiler/runtime_core/static_core/compiler/aot/
H
A
D
aot_file.cpp
26
// To solve this issue, we define this function as
weak
.
27
// NOTE(msherstennikov): find a better way instead of
weak
function, e.g. make aot_manager library static.
28
extern "C" void CallStaticPltResolver([[maybe_unused]] void *slot) __attribute__((
weak
));
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H
A
D
js_stackinfo.h
230
extern "C" void SetThreadInfoCallback(ThreadInfoCallback func) __attribute__((
weak
))
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
stub_builder-inl.h
3765
inline GateRef StubBuilder::RemoveTaggedWeakTag(GateRef
weak
)
in RemoveTaggedWeakTag()
argument
3767
return Int64ToTaggedPtr(IntPtrAnd(ChangeTaggedPointerToInt64(
weak
), IntPtr(~JSTaggedValue::TAG_WEAK)));
in RemoveTaggedWeakTag()
H
A
D
stub_builder.h
984
GateRef RemoveTaggedWeakTag(GateRef
weak
);
Completed in 15 milliseconds