Home
last modified time | relevance | path

Searched refs:instruction_attributes_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
Dinstruction_tools.h122 static const int instruction_attributes_[]; variable
Dinstruction_tools.cc22 if (0 != (InstructionTools::instruction_attributes_[instruction->Opcode()] & (1 << kDA))) { in IsDefinition()
28 const int InstructionTools::instruction_attributes_[] = { member in sea_ir::InstructionTools