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:currentSp
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter.cpp
90
JSTaggedType *
currentSp
= reinterpret_cast<JSTaggedType *>(info);
in ReBuildRuntimeCallInfo()
local
[all...]
H
A
D
interpreter-inl.cpp
794
JSTaggedType *
currentSp
= const_cast<JSTaggedType *>(thread->GetCurrentSPFrame());
in GeneratorReEnterInterpreter()
local
1535
JSTaggedType *
currentSp
= sp;
in RunInternal()
local
1584
JSTaggedType *
currentSp
in RunInternal()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H
A
D
optimized_fast_call.cpp
104
Register
currentSp
= __ AvailableRegister1();
in OptimizedFastCallAndPushArgv()
local
268
Register
currentSp
= __ AvailableRegister1();
in JSFastCallWithArgV()
local
346
Register
currentSp
= __ AvailableRegister1();
JSFastCallWithArgVAndPushArgv()
local
[all...]
H
A
D
optimized_call.cpp
99
void OptimizedCall::IncreaseStackForArguments(ExtendedAssembler *assembler, Register argc, Register
currentSp
,
in IncreaseStackForArguments()
argument
1094
PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, Register thisObj, Register newTarget, Register
currentSp
)
PushMandatoryJSArgs()
argument
1261
Register
currentSp
= __ AvailableRegister1();
GenJSCallWithArgV()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_proxy.cpp
1031
JSTaggedType *
currentSp
= reinterpret_cast<JSTaggedType *>(info);
in ConstructInternal()
local
H
A
D
js_function.cpp
761
JSTaggedType *
currentSp
= reinterpret_cast<JSTaggedType *>(info);
in ConstructInternal()
local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_stubs.cpp
615
GateRef
currentSp
= *varSp;
in GenerateCircuit()
local
3386
GateRef
currentSp
= *varSp;
in GenerateCircuit()
local
4938
GateRef
currentSp
= *varSp;
in GenerateCircuit()
local
5659
GateRef
currentSp
= *varSp;
GenerateCircuit()
local
5774
GateRef
currentSp
= *varSp;
GenerateCircuit()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
interpreter_stub.cpp
2754
GateRef
currentSp
= *varSp;
in DECLARE_ASM_HANDLER()
local
2853
GateRef
currentSp
= *varSp;
in DECLARE_ASM_HANDLER()
local
2960
GateRef
currentSp
= *varSp;
in DECLARE_ASM_HANDLER()
local
3065
GateRef
currentSp
= *varSp;
DECLARE_ASM_HANDLER()
local
3446
GateRef
currentSp
= *varSp;
DECLARE_ASM_HANDLER()
local
5314
GateRef
currentSp
= *varSp;
DECLARE_ASM_HANDLER()
local
5396
GateRef
currentSp
= *varSp;
DECLARE_ASM_HANDLER()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H
A
D
asm_interpreter_call.cpp
1323
Register
currentSp
= r12;
in ResumeRspAndReturn()
local
1345
Register
currentSp
= r12;
in ResumeRspAndReturnBaseline()
local
Completed in 37 milliseconds