Home
last modified time | relevance | path

Searched defs:paramIdx (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dvregister_iterator.h26 ALWAYS_INLINE size_t GetVRegIdx(size_t paramIdx) const in GetVRegIdx()
65 ALWAYS_INLINE T GetAs(size_t paramIdx) const in GetAs()
81 int32_t Get(size_t paramIdx) const in Get()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp776 for (size_t paramIdx = 0; paramIdx < paramCount; ++paramIdx) { in FindMostSpecificSignature() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1320 size_t paramIdx = method->IsStatic() ? protoIdx : protoIdx + 1; in AddMethodAndParamsAnnotations() local