Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp806 auto ins_slot_num = infos.ins_slot_num; in VerifyMethodInstructions() local
838 if (!GetIcSlotFromInstruction(current_ins, ins_slot_num, in VerifyMethodInstructions()
861 uint32_t ins_slot_num = 0; // For ic slot index verification in CheckConstantPoolMethodContent() local
866 valid_regs_num, ins_arr, ins_slot_num, has_slot, is_two_slot}; in CheckConstantPoolMethodContent()
892 ins_slot_num += 1; // when there are two slots for the last instruction, the slot index increases in CheckConstantPoolMethodContent()
894 ins_slot_num += 1; // slot index starts with zero in CheckConstantPoolMethodContent()
H A Dverifier.h51 uint32_t &ins_slot_num; member

Completed in 5 milliseconds