Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1191 size_t param_idx = method->IsStatic() ? proto_idx : proto_idx + 1; in AddMethodAndParamsAnnotations() local
1192 auto &param = func.params[param_idx]; in AddMethodAndParamsAnnotations()
1195 SetLastError("Cannot emit annotations for parameter a" + std::to_string(param_idx) + "of function " + in AddMethodAndParamsAnnotations()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A 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 << "=";
333 PrintParams<param_idx + 1, is_binary>(args...);

Completed in 8 milliseconds