/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_method.cpp | 78 auto &shorty = proto.GetShorty(); in GetNumArgSlots() 113 if (proto.GetShorty()[shortIdx].IsReference()) { in ResolveArgType() 149 auto &shorty = proto.GetShorty(); in GetMethodSignature()
|
H A D | ets_method_signature.h | 61 pandaProto_.GetShorty().push_back(ets::ConvertEtsTypeToPandaType(paramType)); in ProcessParameter()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | proto_data_accessor.h | 41 Span<const uint8_t> GetShorty() const in GetShorty() function in panda::panda_file::ProtoDataAccessor
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | proto_data_accessor.h | 41 Span<const uint8_t> GetShorty() const in GetShorty() function in ark::panda_file::ProtoDataAccessor
|
H A D | file_items.h | 1401 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 D | cframe_iterators.h | 64 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 D | method.h | 109 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 D | proto_reader.h | 39 it_ = panda_file::ShortyIterator(method_->GetShorty()); in Reset()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | osr.cpp | 194 panda_file::ShortyIterator it(frame->GetMethod()->GetShorty()); in SetOsrResult() 251 panda_file::ShortyIterator it(method->GetShorty()); in GetStackParamsSize()
|
H A D | method.cpp | 77 const auto &shorties = other.GetShorty(); in operator ==() 145 auto &shorty = GetShorty(); in GetSignature()
|
H A D | class_linker.cpp | 401 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 D | invokation_helper.h | 110 panda_file::ShortyIterator it(method->GetShorty()); in InvokeEntryPoint()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | ets_interop_runtime_interface-inl.h | 59 panda_file::ShortyIterator it(method->GetShorty());
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.cpp | 387 if (op1->GetShorty() != op2->GetShorty()) { in IsSameProto() 547 auto &shorty = p->GetShorty(); in BreakProto()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vm.cpp | 613 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 D | ets_napi_helpers.cpp | 98 panda_file::ShortyIterator it(method->GetShorty()); in EtsNapiCalcStackArgsSpaceSize()
|
H A D | ets_napi_native_interface.cpp | 94 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 D | helpers.h | 68 panda_file::ShortyIterator it((METHOD)->GetShorty()); \
|