Searched refs:kInstructionDescriptors (Results 1 – 2 of 2) sorted by relevance
216 int8_t result = kInstructionDescriptors[Opcode()].size_in_code_units; in SizeInCodeUnits()515 return kInstructionDescriptors[opcode].format; in FormatOf()520 return kInstructionDescriptors[opcode].index_type; in IndexTypeOf()525 return kInstructionDescriptors[opcode].flags; in FlagsOf()530 return kInstructionDescriptors[opcode].verify_flags; in VerifyFlagsOf()535 return (kInstructionDescriptors[Opcode()].flags & kBranch) != 0; in IsBranch()540 return (kInstructionDescriptors[Opcode()].flags & kUnconditional) != 0; in IsUnconditional()551 return (kInstructionDescriptors[Opcode()].index_type == kIndexFieldOffset) || in IsQuickened()552 (kInstructionDescriptors[Opcode()].index_type == kIndexVtableOffset); in IsQuickened()557 return (kInstructionDescriptors[Opcode()].flags & kSwitch) != 0; in IsSwitch()[all …]
62 Instruction::InstructionDescriptor const Instruction::kInstructionDescriptors[] = { member in art::Instruction