Home
last modified time | relevance | path

Searched refs:shortyIt (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.cpp26 auto shortyIt = shorties.begin(); in IsEqual() local
30 auto visitType = [&equal, &shorties, &shortyIt, &refTypes, &refTypeIt, &pf](panda_file::Type type, in IsEqual()
35 if (shortyIt == shorties.end() || *shortyIt++ != type.GetId()) { in IsEqual()
45 return equal && shortyIt == shorties.end() && refTypeIt == refTypes.end(); in IsEqual()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.cpp81 auto shortyIt = shorty.begin() + 1; in GetNumArgSlots() local
82 for (; shortyIt != shortyEnd; ++shortyIt) { in GetNumArgSlots()
83 auto argTypeId = shortyIt->GetId(); in GetNumArgSlots()
159 auto shortyIt = shorty.begin() + 1; in GetMethodSignature() local
160 for (; shortyIt != shortyEnd; ++shortyIt) { in GetMethodSignature()
161 if ((*shortyIt).IsPrimitive()) { in GetMethodSignature()
162 signature << panda_file::Type::GetSignatureByTypeId(*shortyIt); in GetMethodSignature()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dc2i_bridge_test.cpp181 auto shortyIt = shorty.begin(); in MakeCheckArgsMethod() local
182 TypeId retType = *shortyIt++; in MakeCheckArgsMethod()
184 while (shortyIt != shorty.end()) { in MakeCheckArgsMethod()
187 ASSERT(*shortyIt == TypeId::TAGGED); in MakeCheckArgsMethod()
192 if ((TypeId::F32 <= *shortyIt && *shortyIt <= TypeId::U64) || *shortyIt == TypeId::REFERENCE || in MakeCheckArgsMethod()
193 *shortyIt == TypeId::TAGGED) { in MakeCheckArgsMethod()
194 signature << panda_file::Type(*shortyIt) << " a" << argNum; in MakeCheckArgsMethod()
195 body = GetBodyPrologue(shortyIt, argsI in MakeCheckArgsMethod()
227 GetBodyPrologue(std::initializer_list<TypeId>::const_iterator &shortyIt, std::initializer_list<int64_t>::const_iterator &argsIt, const std::initializer_list<int64_t> &args, uint32_t argNum) GetBodyPrologue() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp154 auto shortyIt = shorty.begin() + 1; in GetSignature() local
155 for (; shortyIt != shortyEnd; ++shortyIt) { in GetSignature()
156 if ((*shortyIt).IsPrimitive()) { in GetSignature()
157 signature << panda_file::Type::GetSignatureByTypeId(*shortyIt); in GetSignature()

Completed in 4 milliseconds