HomeSort by relevance Sort by last modified time
    Searched refs:kInstructionDescriptors (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_instruction.h 216 int8_t result = kInstructionDescriptors[Opcode()].size_in_code_units;
515 return kInstructionDescriptors[opcode].format;
520 return kInstructionDescriptors[opcode].index_type;
525 return kInstructionDescriptors[opcode].flags;
530 return kInstructionDescriptors[opcode].verify_flags;
535 return (kInstructionDescriptors[Opcode()].flags & kBranch) != 0;
540 return (kInstructionDescriptors[Opcode()].flags & kUnconditional) != 0;
551 return (kInstructionDescriptors[Opcode()].index_type == kIndexFieldOffset) ||
552 (kInstructionDescriptors[Opcode()].index_type == kIndexVtableOffset);
557 return (kInstructionDescriptors[Opcode()].flags & kSwitch) != 0
    [all...]
dex_instruction.cc 62 Instruction::InstructionDescriptor const Instruction::kInstructionDescriptors[] = {

Completed in 437 milliseconds