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:funcValue
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter-inl.h
262
JSTaggedValue
funcValue
(funcTagged); \
263
if (!
funcValue
.IsCallable()) { \
272
funcObject = ECMAObject::Cast(
funcValue
.GetTaggedObject()); \
284
JSTaggedValue
funcValue
= acc; \
285
if (!
funcValue
.IsCallable()) { \
294
funcObject = ECMAObject::Cast(
funcValue
.GetTaggedObject()); \
H
A
D
interpreter-inl.cpp
249
JSTaggedValue
funcValue
(funcTagged); \
250
if (!
funcValue
.IsCallable()) { \
259
funcObject = ECMAObject::Cast(
funcValue
.GetTaggedObject()); \
271
JSTaggedValue
funcValue
= acc; \
272
if (!
funcValue
.IsCallable()) { \
281
funcObject = ECMAObject::Cast(
funcValue
.GetTaggedObject()); \
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
191
JSTaggedValue
funcValue
= JSTaggedValue(func.GetTaggedValue());
in ProfileDefineGetterSetter()
local
192
if (!
funcValue
.IsJSFunction()) {
in ProfileDefineGetterSetter()
195
auto methodValue = JSFunction::Cast(
funcValue
)->GetMethod();
in ProfileDefineGetterSetter()
204
workNode->SetValue(JSTaggedType(JSFunction::Cast(
funcValue
)));
in ProfileDefineGetterSetter()
333
auto
funcValue
= JSTaggedValue(func);
in PGODump()
local
334
if (!
funcValue
.IsJSFunction()) {
in PGODump()
337
auto methodValue = JSFunction::Cast(
funcValue
)->GetMethod();
in PGODump()
341
auto function = JSFunction::Cast(
funcValue
);
in PGODump()
498
auto
funcValue
= JSTaggedValue(func);
in PGOPreDump()
local
499
if (!
funcValue
in PGOPreDump()
531
JSTaggedValue
funcValue
= JSTaggedValue(current->GetValue());
UpdateExtraProfileTypeInfo()
local
722
ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue
funcValue
)
ProfileBytecode()
argument
[all...]
H
A
D
pgo_profiler.h
124
void ProfileBytecode(ApEntityId abcId, const CString& recordName, JSTaggedValue
funcValue
);
/arkcompiler/ets_runtime/ecmascript/napi/
H
A
D
jsnapi_expo.cpp
3751
JSHandle<JSTaggedValue>
funcValue
= JSNApiHelper::ToJSHandle(this);
in SetData()
local
3752
JSHandle<JSFunction> function(
funcValue
);
in SetData()
3764
JSHandle<JSTaggedValue>
funcValue
= JSNApiHelper::ToJSHandle(this);
in GetData()
local
3765
JSHandle<JSFunctionBase> function(
funcValue
);
in GetData()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H
A
D
builtins_shared_array_test.cpp
1489
JSHandle<JSTaggedValue>
funcValue
(thread, func.GetTaggedValue());
in HWTEST_F_L0()
Completed in 38 milliseconds