Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp640 bool &has_slot, bool &is_two_slot) in GetIcSlotFromInstruction()
650 is_two_slot = false; in GetIcSlotFromInstruction()
660 is_two_slot = true; in GetIcSlotFromInstruction()
808 auto is_two_slot = infos.is_two_slot; in VerifyMethodInstructions() local
839 has_slot, is_two_slot)) { in VerifyMethodInstructions()
863 bool is_two_slot = false; in CheckConstantPoolMethodContent() local
866 valid_regs_num, ins_arr, ins_slot_num, has_slot, is_two_slot}; in CheckConstantPoolMethodContent()
891 if (is_two_slot) { in CheckConstantPoolMethodContent()
639 GetIcSlotFromInstruction(const BytecodeInstruction &bc_ins, uint32_t &first_slot_index, bool &has_slot, bool &is_two_slot) GetIcSlotFromInstruction() argument
H A Dverifier.h53 bool &is_two_slot; member
111 bool &is_two_slot);

Completed in 3 milliseconds