Searched refs:kInstructionDescriptors (Results 1 – 2 of 2) sorted by relevance
222 int8_t result = kInstructionDescriptors[Opcode()].size_in_code_units; in SizeInCodeUnits()533 return kInstructionDescriptors[opcode].format; in FormatOf()538 return kInstructionDescriptors[opcode].index_type; in IndexTypeOf()543 return kInstructionDescriptors[opcode].flags; in FlagsOf()548 return kInstructionDescriptors[opcode].verify_flags; in VerifyFlagsOf()553 return (kInstructionDescriptors[Opcode()].flags & kBranch) != 0; in IsBranch()575 return (kInstructionDescriptors[Opcode()].flags & kSwitch) != 0; in IsSwitch()580 return (kInstructionDescriptors[Opcode()].flags & kThrow) != 0; in IsThrow()585 return (kInstructionDescriptors[Opcode()].flags & kReturn) != 0; in IsReturn()595 return (kInstructionDescriptors[Opcode()].flags & kInvoke) != 0; in IsInvoke()[all …]
62 Instruction::InstructionDescriptor const Instruction::kInstructionDescriptors[] = { member in art::Instruction