Home
last modified time | relevance | path

Searched refs:GetShorty (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.cpp78 auto &shorty = proto.GetShorty(); in GetNumArgSlots()
113 if (proto.GetShorty()[shortIdx].IsReference()) { in ResolveArgType()
149 auto &shorty = proto.GetShorty(); in GetMethodSignature()
H A Dets_method_signature.h61 pandaProto_.GetShorty().push_back(ets::ConvertEtsTypeToPandaType(paramType)); in ProcessParameter()
/arkcompiler/runtime_core/libpandafile/
H A Dproto_data_accessor.h41 Span<const uint8_t> GetShorty() const in GetShorty() function in panda::panda_file::ProtoDataAccessor
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dproto_data_accessor.h41 Span<const uint8_t> GetShorty() const in GetShorty() function in ark::panda_file::ProtoDataAccessor
H A Dfile_items.h1401 const std::vector<uint16_t> &GetShorty() const in GetShorty() function in ark::panda_file::ClassTag::ProtoItem
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcframe_iterators.h64 CFrameStaticNativeMethodIterator(0, vregNum, method->GetShorty(), gprBeginSlot, gprEndSlot, fpBeginSlot + 1, in MakeRange()
66 CFrameStaticNativeMethodIterator(vregNum, vregNum, method->GetShorty(), 0, 0, 0, 0, 0)); in MakeRange()
212 CFrameStaticNativeMethodIterator(0, vregNum, method->GetShorty(), gprBeginSlot, GPR_END_SLOT, FP_BEGIN_SLOT, in MakeRange()
214 CFrameStaticNativeMethodIterator(vregNum, vregNum, method->GetShorty(), 0, 0, 0, 0, 0)); in MakeRange()
H A Dmethod.h109 ShortyVector &GetShorty() in GetShorty() function in ark::Method::VerificationStage::Proto
114 const ShortyVector &GetShorty() const in GetShorty() function in ark::Method::VerificationStage::Proto
669 const uint16_t *GetShorty() const in GetShorty() function in ark::Method::VerificationStage
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dproto_reader.h39 it_ = panda_file::ShortyIterator(method_->GetShorty()); in Reset()
/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()
H A Dmethod.cpp77 const auto &shorties = other.GetShorty(); in operator ==()
145 auto &shorty = GetShorty(); in GetSignature()
H A Dclass_linker.cpp401 accessFlags, numArgs, reinterpret_cast<const uint16_t *>(pda.GetShorty().Data())); in LoadMethod()
410 reinterpret_cast<const uint16_t *>(pda.GetShorty().Data())); in LoadMethod()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.h110 panda_file::ShortyIterator it(method->GetShorty()); in InvokeEntryPoint()
/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/static_linker/
H A Dlinker_context.cpp387 if (op1->GetShorty() != op2->GetShorty()) { in IsSameProto()
547 auto &shorty = p->GetShorty(); in BreakProto()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.cpp613 panda_file::ShortyIterator it(entrypoint->GetShorty()); in HandleEmptyArguments()
696 panda_file::ShortyIterator it(entrypoint->GetShorty()); 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()
H A Dets_napi_native_interface.cpp94 panda_file::ShortyIterator it(method->GetPandaMethod()->GetShorty()); in GetArgValues()
141 panda_file::ShortyIterator it(method->GetPandaMethod()->GetShorty()); in GetArgValues()
/arkcompiler/runtime_core/static_core/runtime/arch/
H A Dhelpers.h68 panda_file::ShortyIterator it((METHOD)->GetShorty()); \

Completed in 23 milliseconds