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:shorty_
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/
H
A
D
shorty_iterator.h
30
shorty_
= *shorty_ptr_++; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
in ShortyIterator()
31
element_ =
shorty_
& ELEMENT_MASK;
in ShortyIterator()
83
shorty_
= *shorty_ptr_++; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
in IncrementWithoutCheck()
86
shorty_
>>= NUM_BITS_PER_ELEMENT;
in IncrementWithoutCheck()
88
element_ =
shorty_
& ELEMENT_MASK;
in IncrementWithoutCheck()
97
uint16_t
shorty_
{0};
H
A
D
file_item_container.h
513
return
shorty_
== key.
shorty_
&& ref_types_ == key.ref_types_;
in operator ==()
520
std::string
shorty_
;
member in panda::panda_file::ItemContainer::ProtoKey
H
A
D
file_items.cpp
499
shorty_
.push_back(0);
in ProtoItem()
516
uint16_t v =
shorty_
.back();
in AddType()
521
shorty_
.back() = v;
in AddType()
531
shorty_
.push_back(0);
in AddType()
538
for (auto s :
shorty_
) {
in Write()
H
A
D
file_item_container.cpp
1068
size_t shorty_hash = std::hash<std::string>()(
shorty_
);
in ProtoKey()
1082
shorty_
.append(Type::GetSignatureByTypeId(type));
in Add()
H
A
D
file_items.h
1304
size_t size =
shorty_
.size() * sizeof(uint16_t);
1331
std::vector<uint16_t>
shorty_
;
member in panda::panda_file::ClassTag::MethodTag::FieldTag::ProtoItem
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
shorty_iterator.h
30
shorty_
= *shortyPtr_++; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
in ShortyIterator()
31
element_ =
shorty_
& ELEMENT_MASK;
in ShortyIterator()
83
shorty_
= *shortyPtr_++; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic)
in IncrementWithoutCheck()
86
shorty_
>>= NUM_BITS_PER_ELEMENT;
in IncrementWithoutCheck()
88
element_ =
shorty_
& ELEMENT_MASK;
in IncrementWithoutCheck()
97
uint16_t
shorty_
{0};
H
A
D
file_item_container.h
481
return
shorty_
== key.
shorty_
&& refTypes_ == key.refTypes_;
in operator ==()
488
std::string
shorty_
;
member in ark::panda_file::ItemContainer::ProtoKey
H
A
D
file_items.cpp
455
shorty_
.push_back(0);
in ProtoItem()
466
uint16_t v =
shorty_
.back();
in AddType()
471
shorty_
.back() = v;
in AddType()
481
shorty_
.push_back(0);
in AddType()
488
for (auto s :
shorty_
) {
in Write()
H
A
D
file_item_container.cpp
1001
size_t shortyHash = std::hash<std::string>()(
shorty_
);
in ProtoKey()
1015
shorty_
.append(Type::GetSignatureByTypeId(type));
in Add()
H
A
D
file_items.h
1379
size_t size =
shorty_
.size() * sizeof(uint16_t);
1403
return
shorty_
;
in GetShorty()
1416
std::vector<uint16_t>
shorty_
;
member in ark::panda_file::ClassTag::ProtoItem
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
method.h
92
Proto(ShortyVector shorty, RefTypeVector refTypes) :
shorty_
(std::move(shorty)), refTypes_(std::move(refTypes))
in Proto()
98
return
shorty_
== other.
shorty_
&& refTypes_ == other.refTypes_;
in operator ==()
103
return
shorty_
[0];
in GetReturnType()
111
return
shorty_
;
in GetShorty()
116
return
shorty_
;
in GetShorty()
135
ShortyVector
shorty_
;
member in ark::Method::VerificationStage::Proto
188
shorty_
(method->
shorty_
)
in Method()
671
return
shorty_
;
in GetShorty()
938
const uint16_t *
shorty_
;
global()
member in ark::Method::VerificationStage
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
method.cpp
55
pda.EnumerateTypes([this](panda_file::Type type) {
shorty_
.push_back(type); });
in Proto()
206
shorty_
(shorty)
231
panda_file::ShortyIterator it(
shorty_
);
in GetReturnType()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
i2c_bridge_test.cpp
77
shorty_
.push_back(val);
in MakeShorty()
86
shorty_
.push_back(val);
in MakeShorty()
89
shorty_
.push_back(val);
in MakeShorty()
90
return
shorty_
.data();
in MakeShorty()
98
std::vector<uint16_t>
shorty_
;
member in ark::test::InterpreterToCompiledCodeBridgeTest
Completed in 21 milliseconds