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:instructions_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_items.cpp
833
leb128::UnsignedEncodingSize(
instructions_
.size()) + leb128::UnsignedEncodingSize(try_blocks_.size());
in CalculateSizeWithoutTryBlocks()
835
size +=
instructions_
.size();
in CalculateSizeWithoutTryBlocks()
842
return
instructions_
.size();
in GetCodeSize()
868
if (!writer->WriteUleb128(
instructions_
.size())) {
in Write()
876
if (!writer->WriteBytes(
instructions_
)) {
in Write()
H
A
D
file_items.h
1397
: num_vregs_(num_vregs), num_args_(num_args),
instructions_
(std::move(instructions))
in CodeItem()
1417
return &
instructions_
;
in GetInstructions()
1485
std::vector<uint8_t>
instructions_
;
member in panda::panda_file::ClassTag::MethodTag::FieldTag::CodeItem
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
file_items.cpp
779
leb128::UnsignedEncodingSize(
instructions_
.size()) + leb128::UnsignedEncodingSize(tryBlocks_.size());
in CalculateSizeWithoutTryBlocks()
781
size +=
instructions_
.size();
in CalculateSizeWithoutTryBlocks()
788
return
instructions_
.size();
in GetCodeSize()
814
if (!writer->WriteUleb128(
instructions_
.size())) {
in Write()
822
if (!writer->WriteBytes(
instructions_
)) {
in Write()
H
A
D
file_items.h
1517
: numVregs_(numVregs), numArgs_(numArgs),
instructions_
(std::move(instructions))
in CodeItem()
1537
return &
instructions_
;
in GetInstructions()
1620
std::vector<uint8_t>
instructions_
;
member in ark::panda_file::ClassTag::CodeItem
Completed in 12 milliseconds