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:GetPrevFrame
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/bridge/
H
A
D
bridge.cpp
82
auto prevFrame = frame->
GetPrevFrame
();
in InvokeInterpreter()
92
prevFrame = frame->
GetPrevFrame
();
in InvokeInterpreter()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H
A
D
stack_walker_base.cpp
65
auto prev = GetCFrame().
GetPrevFrame
();
in NextFromCFrame()
98
auto prev = GetIFrame()->
GetPrevFrame
();
in NextFromIFrame()
H
A
D
sampling_profiler.cpp
321
auto *prevFrame = frameInfo.frame->
GetPrevFrame
();
in CollectBoundaryFrames()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
stack_walker.cpp
372
auto prev = GetCFrame().
GetPrevFrame
();
in NextFromCFrame()
414
auto prev = GetIFrame()->
GetPrevFrame
();
in NextFromIFrame()
439
auto prev = GetCFrame().
GetPrevFrame
();
in GetNextFrame()
464
auto prev = GetIFrame()->
GetPrevFrame
();
in GetNextFrame()
484
auto prev = GetCFrame().
GetPrevFrame
();
in GetPreviousFrameKind()
493
auto prev = GetIFrame()->
GetPrevFrame
();
in GetPreviousFrameKind()
600
auto prev = cframe.
GetPrevFrame
();
in ConvertToIFrame()
607
reinterpret_cast<Frame *>(StackWalker::GetPrevFromBoundary<FrameKind::COMPILER>(cframe.
GetPrevFrame
()));
in ConvertToIFrame()
612
prevFrame = cframe.
GetPrevFrame
();
in ConvertToIFrame()
H
A
D
deoptimization.cpp
220
lastIframe = lastIframe->
GetPrevFrame
();
in Deoptimize()
H
A
D
osr.cpp
94
UnpoisonAsanStack(frame->
GetPrevFrame
());
in OsrEntry()
H
A
D
cframe.cpp
229
printMem(os, fp_ - CFrameLayout::PrevFrameSlot::Start(), "prev", reinterpret_cast<uintptr_t>(
GetPrevFrame
()));
in Dump()
H
A
D
exceptions.cpp
271
auto prev = stack->GetCFrame().
GetPrevFrame
();
in FindCatchBlockInCFrames()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H
A
D
frame.h
177
ALWAYS_INLINE inline Frame *
GetPrevFrame
() const
in GetPrevFrame()
function in ark::Frame
467
ALWAYS_INLINE inline Frame *
GetPrevFrame
() const
in GetPrevFrame()
function in ark::FrameHandler
469
return frame_->
GetPrevFrame
();
in GetPrevFrame()
H
A
D
interpreter-inl.h
2396
Frame *prev = frame->
GetPrevFrame
();
in HandleReturnStackless()
2690
Frame *prev = frame->
GetPrevFrame
();
in FindCatchBlockStackless()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
cframe.h
128
SlotType *
GetPrevFrame
()
in GetPrevFrame()
function in ark::final
133
const SlotType *
GetPrevFrame
() const
in GetPrevFrame()
function in ark::final
H
A
D
method-inl.h
359
thread->SetCurrentFrame(currentFrame->
GetPrevFrame
());
in ExitNativeMethodFrame()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
frames.cpp
573
uintptr_t FrameIterator::
GetPrevFrame
() const
in GetPrevFrame()
function in panda::ecmascript::FrameIterator
824
uintptr_t end = prevIt.
GetPrevFrame
();
in GCIterate()
850
uintptr_t end = prevIt.
GetPrevFrame
();
in GCIterate()
944
uintptr_t end = prevIt.
GetPrevFrame
();
in GCIterate()
H
A
D
frames.h
1997
uintptr_t
GetPrevFrame
() const;
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
entrypoints.cpp
120
thread->SetCurrentFrame(prevFrame->
GetPrevFrame
());
in InterpreterEntryPoint()
1501
Frame *prev = frame->
GetPrevFrame
();
in FindCatchBlockInIFramesStackless()
Completed in 23 milliseconds