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:stackmap
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H
A
D
dump.cpp
20
void CodeInfoProducer::DumpStackMap(const std::unique_ptr<const LLVMStackMap> &
stackmap
, std::ostream &stream)
in DumpStackMap()
argument
/arkcompiler/runtime_core/compiler/tests/
H
A
D
code_info_test.cpp
271
auto
stackmap
= code_info.FindStackMapForNativePc(20);
in TEST_F()
local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
code_info_test.cpp
292
auto
stackmap
= codeInfo.FindStackMapForNativePc(20U);
in MultipleStackmapsCheck4()
local
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
osr.cpp
69
auto
stackmap
= codeInfo.FindOsrStackMap(loopHeadBc);
in OsrEntry()
local
137
auto
stackmap
= codeInfo.FindOsrStackMap(bcOffset);
in PrepareOsrEntry()
local
/arkcompiler/ets_runtime/ecmascript/stackmap/
H
A
D
ark_stackmap_builder.cpp
112
auto &
stackmap
= stackmaps.at(j);
in SaveArkStackMap()
local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H
A
D
aotdump.cpp
340
auto
stackmap
= codeInfo.FindStackMapForNativePc(pc, Arch::AARCH64);
in PrintCodeArm64()
local
383
auto
stackmap
= codeInfo.FindStackMapForNativePc(pos, Arch::X86_64);
in PrintCodeX8664()
local
394
void PrintStackmap(const char *prefix, const CodeInfo &codeInfo, const StackMap &
stackmap
, Arch arch,
in PrintStackmap()
argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/code_info/
H
A
D
code_info.h
263
std::variant<void *, uint32_t> GetMethod(const StackMap &
stackmap
, int inlineDepth)
in GetMethod()
argument
Completed in 5 milliseconds