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:GetSp
(Results
1 - 17
of
17
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
frames.cpp
72
auto *frame = BuiltinWithArgvFrame::GetFrameFromSp(
GetSp
());
in GetFunction()
77
auto *frame = BuiltinFrame::GetFrameFromSp(
GetSp
());
in GetFunction()
81
auto *frame = OptimizedBuiltinLeaveFrame::GetFrameFromSp(
GetSp
());
in GetFunction()
86
auto frame = FASTJITFunctionFrame::GetFrameFromSp(
GetSp
());
in GetFunction()
661
const JSTaggedType *sp = it.
GetSp
();
in ComputePrevFrameSp()
680
OptimizedJSFunctionFrame *frame = OptimizedJSFunctionFrame::GetFrameFromSp(it.
GetSp
());
in GCIterate()
727
const JSTaggedType *sp = it.
GetSp
();
in ComputePrevFrameSp()
744
FASTJITFunctionFrame *frame = FASTJITFunctionFrame::GetFrameFromSp(it.
GetSp
());
in GCIterate()
745
uintptr_t jsFuncSlot = GetFuncAddrFromSp(it.
GetSp
());
in GCIterate()
788
AsmInterpretedFrame *frame = AsmInterpretedFrame::GetFrameFromSp(it.
GetSp
());
in GCIterate()
[all...]
H
A
D
ecma_macros.h
477
(thread)->SetCurrentSPFrame(it.
GetSp
()); \
H
A
D
frames.h
1979
JSTaggedType *
GetSp
() const
in GetSp()
function in panda::ecmascript::FrameIterator
1983
JSTaggedType *
GetSp
()
in GetSp()
function in panda::ecmascript::FrameIterator
H
A
D
js_thread.cpp
251
return frameHandler.
GetSp
();
in GetCurrentInterpretedFrame()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
frame_handler.cpp
43
sp_ = it.
GetSp
();
in AdvanceToJSFrame()
54
sp_ = it.
GetSp
();
in PrevJSFrame()
67
sp_ = it.
GetSp
();
in PrevJSFrame()
74
return
GetSp
();
in GetPrevJSFrame()
H
A
D
frame_handler.h
208
JSTaggedType *
GetSp
() const
in GetSp()
function in panda::ecmascript::FrameHandler
H
A
D
interpreter-inl.cpp
3896
sp = frameHandler.
GetSp
();
in RunInternal()
H
A
D
interpreter_assembly.cpp
7773
thread->SetCurrentFrame(frameHandler.
GetSp
());
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H
A
D
js_stackgetter.cpp
35
JSTaggedType *preSp = iterator.
GetSp
();
in CheckFrameType()
63
FrameIterator itNext(it.
GetSp
(), it.GetThread());
in ParseMethodInfo()
312
FrameIterator itNext(it.
GetSp
(), it.GetThread());
in GetCallLineNumber()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H
A
D
heap_sampling.cpp
89
FrameIterator it(frameHandler.
GetSp
(), thread);
in GetStack()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H
A
D
deoptimizer.cpp
271
context_.callsiteFp = reinterpret_cast<uintptr_t>(it.
GetSp
());
in AssistCollectDeoptBundleVec()
303
auto sp = reinterpret_cast<uintptr_t*>(it.
GetSp
());
in CollectDeoptBundleVec()
/arkcompiler/toolchain/tooling/agent/
H
A
D
debugger_impl.cpp
1768
auto *sp = DebuggerApi::
GetSp
(frameHandler);
in GetLocalScopeChain()
1883
auto *sp = DebuggerApi::
GetSp
(frameHandler);
in GetClosureScopeChains()
1907
auto *sp = DebuggerApi::
GetSp
(frameHandler);
in GetModuleScopeChain()
1983
auto *sp = DebuggerApi::
GetSp
(frameHandler);
in GetGlobalScopeChain()
1992
auto *sp = DebuggerApi::
GetSp
(frameHandler);
in UpdateScopeObject()
/arkcompiler/ets_runtime/ecmascript/debugger/
H
A
D
dropframe_manager.cpp
180
JSTaggedType *prevSp = frameHandler.
GetSp
();
in DropLastFrame()
H
A
D
debugger_api.h
93
static JSTaggedType *
GetSp
(const FrameHandler *frameHandler);
H
A
D
debugger_api.cpp
169
JSTaggedType *DebuggerApi::
GetSp
(const FrameHandler *frameHandler)
in GetSp()
function in panda::ecmascript::tooling::DebuggerApi
171
return frameHandler->
GetSp
();
in GetSp()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H
A
D
cpu_profiler.cpp
458
FrameIterator it(frameHandler.
GetSp
(), thread);
in GetStackSignalHandler()
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
1754
thread->SetCurrentFrame(frameHandler.
GetSp
());
in DEF_RUNTIME_STUBS()
1774
thread->SetCurrentFrame(frameHandler.
GetSp
());
in DEF_RUNTIME_STUBS()
Completed in 59 milliseconds