Home
last modified time | relevance | path

Searched refs:HasVRegA (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_instruction.h218 bool HasVRegA() const;
Ddex_instruction.cc108 bool Instruction::HasVRegA() const { in HasVRegA() function in art::Instruction
/art/compiler/sea_ir/ir/
Dsea.cc647 if (instruction_->HasVRegA() && InstructionTools::IsDefinition(instruction_)) { in GetResultRegister()
667 if (!InstructionTools::IsDefinition(instruction_) && (instruction_->HasVRegA())) { in GetUses()