Lines Matching defs:opcode
119 constexpr bool IsCompatThrow(Instruction::Code opcode) { in IsCompatThrow()
339 for (uint32_t opcode = 0u; opcode != 256u; ++opcode) { in CheckFieldIndex() local
349 for (uint32_t opcode = 256u; opcode != 0u; ) { in CheckFieldIndex() local
364 Instruction::Code opcode = enum_cast<Instruction::Code>(index + kMinFieldAccessOpcode); in CheckFieldIndex() local
404 Instruction::Code opcode = inst->Opcode(inst_data); in CheckFieldIndex() local
1142 Instruction::Code opcode = inst->Opcode(); in GetMethodIdxOfInvoke() local
1584 auto find_dispatch_opcode = [](Instruction::Code opcode) constexpr { in VerifyInstructions()
1609 #define DEFINE_CASE(opcode, c, p, format, index, flags, eflags, vflags) \ in VerifyInstructions() argument
1623 #define DEFINE_CASE(opcode, c, p, format, index, flags, eflags, vflags) \ in VerifyInstructions() argument
2418 Instruction::Code opcode = ret_inst->Opcode(); in AdjustReturnLine() local
5156 Instruction::Code opcode = inst.Opcode(); in PotentiallyMarkRuntimeThrow() local