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:GetCodeInfo
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H
A
D
jit_writer.cpp
35
prefix.codeInfoSize = method.
GetCodeInfo
().size();
50
data = reinterpret_cast<const char *>(method.
GetCodeInfo
().data());
51
CopyToSpan(stream, data, method.
GetCodeInfo
().size(), currPos);
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
code_generator.h
119
std::vector<std::pair<uint8_t *, uintptr_t>>
GetCodeInfo
() const;
165
const CodeInfo &
GetCodeInfo
() const
in GetCodeInfo()
function in panda::ecmascript::kungfu::Assembler
H
A
D
file_generators.cpp
220
const auto &func2Addr = assembler->
GetCodeInfo
().GetFuncInfos();
in CollectFuncEntryInfoByLiteCG()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H
A
D
llvm_aot_builder.h
68
methods_.at(index).SetCodeInfo(method.
GetCodeInfo
());
in AdjustMethod()
H
A
D
aot_builder.cpp
43
prefix.codeInfoSize = method.
GetCodeInfo
().size();
58
data = reinterpret_cast<const char *>(method.
GetCodeInfo
().data());
59
CopyToSpan(stream, data, method.
GetCodeInfo
().size(), currPos);
/arkcompiler/runtime_core/static_core/compiler/aot/
H
A
D
compiled_method.h
67
Span<const uint8_t>
GetCodeInfo
() const
in GetCodeInfo()
function in ark::compiler::CompiledMethod
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_codegen.cpp
159
const auto &codeInfo =
GetCodeInfo
();
in CollectAnStackMap()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_codegen.cpp
325
std::vector<std::pair<uint8_t *, uintptr_t>> CodeInfo::
GetCodeInfo
() const
in GetCodeInfo()
function in panda::ecmascript::kungfu::CodeInfo
726
for (auto it : codeInfo_.
GetCodeInfo
()) {
in GetCalleeReg2Offset()
/arkcompiler/runtime_core/static_core/libllvmbackend/
H
A
D
llvm_aot_compiler.cpp
884
info.Decode(method.
GetCodeInfo
());
in DumpCodeInfo()
Completed in 8 milliseconds