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:funcObj
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H
A
D
callExpression.cpp
77
compiler::VReg
funcObj
= pg->AllocReg();
in CompileSuperCallWithSpreadArgs()
local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_compiler.cpp
1439
int8_t
funcObj
= READ_INST_8_0();
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
H
A
D
baseline_stubs.cpp
5390
GateRef
funcObj
= GetFunctionFromFrame(GetFrame(sp));
in GenerateCircuit()
local
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
interpreter_stub.cpp
5551
GateRef
funcObj
= GetFunctionFromFrame(GetFrame(sp));
in DECLARE_ASM_HANDLER()
local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
entrypoints.cpp
1362
extern "C" bool DecrementHotnessCounterDyn(Method *method, TaggedValue
funcObj
, ManagedThread *thread)
in DecrementHotnessCounterDyn()
argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
pandagen.cpp
1219
void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg
funcObj
)
in CreateGeneratorObj()
argument
1224
void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg
funcObj
)
in CreateAsyncGeneratorObj()
argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
pandagen.cpp
1375
void PandaGen::SuperCallForwardAllArgs(const ir::AstNode *node, VReg
funcObj
)
in SuperCallForwardAllArgs()
argument
1464
void PandaGen::CreateGeneratorObj(const ir::AstNode *node, VReg
funcObj
)
in CreateGeneratorObj()
argument
1469
void PandaGen::CreateAsyncGeneratorObj(const ir::AstNode *node, VReg
funcObj
)
in CreateAsyncGeneratorObj()
argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter-inl.cpp
7455
JSTaggedValue
funcObj
= GetFunction(sp);
in RunInternal()
local
7611
JSTaggedValue
funcObj
= GetFunction(sp);
in RunInternal()
local
7621
JSTaggedValue
funcObj
= GetFunction(sp);
in RunInternal()
local
7759
JSTaggedValue
funcObj
= GetFunction(sp);
in RunInternal()
local
7769
JSTaggedValue
funcObj
= GetFunction(sp);
in RunInternal()
local
7779
JSTaggedValue
funcObj
= GetFunction(sp);
RunInternal()
local
7789
JSTaggedValue
funcObj
= GetFunction(sp);
RunInternal()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
2341
JSHandle<JSFunction>
funcObj
= JSHandle<JSFunction>::Cast(func);
in DEF_RUNTIME_STUBS()
local
Completed in 66 milliseconds