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:entryState
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter.cpp
59
InterpretedEntryFrame *
entryState
= InterpretedEntryFrame::GetFrameFromSp(newSp);
in NewRuntimeCallInfoBase()
local
60
entryState
->base.type = FrameType::INTERPRETER_ENTRY_FRAME;
in NewRuntimeCallInfoBase()
61
entryState
->base.prev = prevSp;
in NewRuntimeCallInfoBase()
62
entryState
->pc = nullptr;
in NewRuntimeCallInfoBase()
119
InterpretedEntryFrame *
entryState
= InterpretedEntryFrame::GetFrameFromSp(currentSp);
in ReBuildRuntimeCallInfo()
local
120
entryState
->base.type = FrameType::INTERPRETER_ENTRY_FRAME;
in ReBuildRuntimeCallInfo()
121
entryState
->base.prev = prevSp;
in ReBuildRuntimeCallInfo()
122
entryState
->pc = nullptr;
in ReBuildRuntimeCallInfo()
H
A
D
interpreter_assembly.cpp
202
InterpretedEntryFrame *
entryState
= InterpretedEntryFrame::GetFrameFromSp(prevSp);
in InitStackFrameForSP()
local
203
entryState
->base.type = FrameType::INTERPRETER_ENTRY_FRAME;
in InitStackFrameForSP()
204
entryState
->base.prev = nullptr;
in InitStackFrameForSP()
205
entryState
->pc = nullptr;
in InitStackFrameForSP()
243
InterpretedEntryFrame *
entryState
= InterpretedEntryFrame::GetFrameFromSp(curSp);
in Execute()
local
244
JSTaggedType *prevSp =
entryState
->base.prev;
in Execute()
H
A
D
interpreter-inl.cpp
634
InterpretedEntryFrame *
entryState
= GET_ENTRY_FRAME(sp);
in ExecuteNative()
local
635
JSTaggedType *prevSp =
entryState
->base.prev;
in ExecuteNative()
759
InterpretedEntryFrame *
entryState
= GET_ENTRY_FRAME(sp);
in Execute()
local
760
JSTaggedType *prevSp =
entryState
->base.prev;
in Execute()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
frame_states.cpp
555
GateRef
entryState
= liveContext_->currentState_;
in MergeStateDepend()
local
572
entryState
= circuit_->NewGate(circuit_->LoopBack(), {
entryState
});
in MergeStateDepend()
575
acc_.NewIn(mergeInfo.state, mergeInfo.index,
entryState
);
in MergeStateDepend()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_function.cpp
631
InterpretedEntryFrame *
entryState
= InterpretedEntryFrame::GetFrameFromSp(curSp);
in ConstructInternal()
local
632
JSTaggedType *prevSp =
entryState
->base.prev;
in ConstructInternal()
Completed in 29 milliseconds