Home
last modified time | relevance | path

Searched full:reg_idx (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
Dmessages.yaml218 args: field, reg_idx, obj_type, field_obj_type
221 Type in register v${reg_idx} is '${obj_type}'.
334 args: name, reg_idx
336 Cannot make a call to '${name}' because of undefined register ${reg_idx}.
382 args: name, reg_idx
384 Cannot make a call to '${name}' because of wrong type in register v${reg_idx}.
/arkcompiler/runtime_core/verifier/
Dverifier.cpp291 uint16_t reg_idx = bc_ins.GetVReg(idx); in CheckVRegIdx() local
292 if (reg_idx >= max_reg_idx) { in CheckVRegIdx()
294 << reg_idx << ")" << std::endl; in CheckVRegIdx()