Home
last modified time | relevance | path

Searched refs:paramIdx (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dvregister_iterator.h26 ALWAYS_INLINE size_t GetVRegIdx(size_t paramIdx) const in GetVRegIdx()
29 switch (paramIdx) { in GetVRegIdx()
40 switch (paramIdx) { in GetVRegIdx()
57 return instn_.GetVReg<FORMAT, 0>() + paramIdx; in GetVRegIdx()
65 ALWAYS_INLINE T GetAs(size_t paramIdx) const in GetAs()
67 return frame_->GetVReg(GetVRegIdx(paramIdx)).template GetAs<T>(); in GetAs()
81 int32_t Get(size_t paramIdx) const in Get()
83 return this->template GetAs<int32_t>(paramIdx); in Get()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp787 for (size_t paramIdx = 0; paramIdx < paramCount; ++paramIdx) { in FindMostSpecificSignature()
788 const auto range = bestSignaturesForParameter.equal_range(paramIdx); in FindMostSpecificSignature()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1332 size_t paramIdx = method->IsStatic() ? protoIdx : protoIdx + 1; in AddMethodAndParamsAnnotations() local
1333 auto &param = func.params[paramIdx]; in AddMethodAndParamsAnnotations()
1337 SetLastError("Cannot emit annotations for parameter a" + std::to_string(paramIdx) + " of function " + in AddMethodAndParamsAnnotations()

Completed in 7 milliseconds