Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dshorty_iterator.h24 class ShortyIterator { class
26 ShortyIterator() = default;
28 explicit ShortyIterator(const uint16_t *shorty_ptr) : shorty_ptr_(shorty_ptr) in ShortyIterator() function in panda::panda_file::ShortyIterator
36 ~ShortyIterator() = default;
38 DEFAULT_COPY_SEMANTIC(ShortyIterator);
39 DEFAULT_MOVE_SEMANTIC(ShortyIterator);
46 bool operator==(const ShortyIterator &it) const in operator ==()
51 bool operator!=(const ShortyIterator &it) const in operator !=()
56 ShortyIterator &operator++() in operator ++()
63 *this = ShortyIterator(); in operator ++()
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dshorty_iterator.h24 class ShortyIterator { class
26 ShortyIterator() = default;
28 explicit ShortyIterator(const uint16_t *shortyPtr) : shortyPtr_(shortyPtr) in ShortyIterator() function in ark::panda_file::ShortyIterator
36 ~ShortyIterator() = default;
38 DEFAULT_COPY_SEMANTIC(ShortyIterator);
39 DEFAULT_MOVE_SEMANTIC(ShortyIterator);
46 bool operator==(const ShortyIterator &it) const in operator ==()
51 bool operator!=(const ShortyIterator &it) const in operator !=()
56 ShortyIterator &operator++() in operator ++()
63 *this = ShortyIterator(); in operator ++()
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dproto_reader.h39 it_ = panda_file::ShortyIterator(method_->GetShorty()); in Reset()
91 panda_file::ShortyIterator it_ {};
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.h100 void CountMethodTypes(panda_file::ShortyIterator &it, arch::ArgCounter<RUNTIME_ARCH> counter);
110 panda_file::ShortyIterator it(method->GetShorty()); in InvokeEntryPoint()
112 while (it != panda_file::ShortyIterator()) { in InvokeEntryPoint()
H A Dinvokation_helper.cpp27 void CountMethodTypes(panda_file::ShortyIterator &it, arch::ArgCounter<RUNTIME_ARCH> counter) in CountMethodTypes()
/arkcompiler/runtime_core/static_core/runtime/
H A Dosr.cpp194 panda_file::ShortyIterator it(frame->GetMethod()->GetShorty()); in SetOsrResult()
251 panda_file::ShortyIterator it(method->GetShorty()); in GetStackParamsSize()
253 while (it != panda_file::ShortyIterator()) { in GetStackParamsSize()
H A Dmethod.cpp231 panda_file::ShortyIterator it(shorty_); in GetReturnType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp613 panda_file::ShortyIterator it(entrypoint->GetShorty()); in HandleEmptyArguments()
624 while (it != panda_file::ShortyIterator()) { in HandleEmptyArguments()
696 panda_file::ShortyIterator it(entrypoint->GetShorty()); in UpdateVmRefs()
704 while (it != panda_file::ShortyIterator()) { in UpdateVmRefs()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_helpers.cpp98 panda_file::ShortyIterator it(method->GetShorty()); in EtsNapiCalcStackArgsSpaceSize()
100 panda_file::ShortyIterator end; in EtsNapiCalcStackArgsSpaceSize()
H A Dets_napi_native_interface.cpp94 panda_file::ShortyIterator it(method->GetPandaMethod()->GetShorty()); in GetArgValues()
95 panda_file::ShortyIterator end; in GetArgValues()
141 panda_file::ShortyIterator it(method->GetPandaMethod()->GetShorty()); in GetArgValues()
142 panda_file::ShortyIterator end; in GetArgValues()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcframe_iterators.h172 panda_file::ShortyIterator shortyIt_;
374 panda_file::ShortyIterator shortyIt_;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_interop_runtime_interface-inl.h59 panda_file::ShortyIterator it(method->GetShorty());
/arkcompiler/runtime_core/static_core/runtime/arch/
H A Dhelpers.h53 ASSERT(dispatch_table[static_cast<uint8_t>((*panda_file::ShortyIterator()).GetId())] == &&LABEL_TYPEID_END); \
68 panda_file::ShortyIterator it((METHOD)->GetShorty()); \

Completed in 14 milliseconds