Searched refs:has_slot (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/verifier/ |
H A D | verifier.cpp | 640 bool &has_slot, bool &is_two_slot) in GetIcSlotFromInstruction() 651 has_slot = true; in GetIcSlotFromInstruction() 659 has_slot = true; in GetIcSlotFromInstruction() 807 auto has_slot = infos.has_slot; in VerifyMethodInstructions() local 839 has_slot, is_two_slot)) { in VerifyMethodInstructions() 862 bool has_slot = false; in CheckConstantPoolMethodContent() local 866 valid_regs_num, ins_arr, ins_slot_num, has_slot, is_two_slot}; in CheckConstantPoolMethodContent() 890 if (has_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 D | verifier.h | 52 bool &has_slot; member 110 bool GetIcSlotFromInstruction(const BytecodeInstruction &bc_ins, uint32_t &first_slot_index, bool &has_slot,
|
Completed in 3 milliseconds