Home
last modified time | relevance | path

Searched refs:shorty_ (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dshorty_iterator.h30 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 Dfile_item_container.h513 return shorty_ == key.shorty_ && ref_types_ == key.ref_types_; in operator ==()
520 std::string shorty_; member in panda::panda_file::ItemContainer::ProtoKey
H A Dfile_items.cpp499 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 Dfile_item_container.cpp1068 size_t shorty_hash = std::hash<std::string>()(shorty_); in ProtoKey()
1082 shorty_.append(Type::GetSignatureByTypeId(type)); in Add()
H A Dfile_items.h1304 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 Dshorty_iterator.h30 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 Dfile_item_container.h481 return shorty_ == key.shorty_ && refTypes_ == key.refTypes_; in operator ==()
488 std::string shorty_; member in ark::panda_file::ItemContainer::ProtoKey
H A Dfile_items.cpp455 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 Dfile_item_container.cpp1001 size_t shortyHash = std::hash<std::string>()(shorty_); in ProtoKey()
1015 shorty_.append(Type::GetSignatureByTypeId(type)); in Add()
H A Dfile_items.h1379 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 Dmethod.h92 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 Dmethod.cpp55 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 Di2c_bridge_test.cpp77 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