Home
last modified time | relevance | path

Searched refs:param_idx (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1131 size_t param_idx = method->IsStatic() ? proto_idx : proto_idx + 1; in AddMethodAndParamsAnnotations() local
1132 auto &param = func.params[param_idx]; in AddMethodAndParamsAnnotations()
1135 …SetLastError("Cannot emit annotations for parameter a" + std::to_string(param_idx) + "of function … in AddMethodAndParamsAnnotations()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp317 template <size_t param_idx, bool is_binary>
322 template <size_t param_idx, bool is_binary, typename Arg, typename... Args>
325 std::cerr << " param" << param_idx << "="; in PrintParams()
333 PrintParams<param_idx + 1, is_binary>(args...); in PrintParams()