Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dsea.cc647 if (instruction_->HasVRegA() && InstructionTools::IsDefinition(instruction_)) { in GetResultRegister()
667 if (!InstructionTools::IsDefinition(instruction_) && (instruction_->HasVRegA())) { in GetUses()
/art/runtime/
Ddex_instruction-inl.h27 inline bool Instruction::HasVRegA() const { in HasVRegA() function
Ddex_instruction.h237 bool HasVRegA() const;
/art/compiler/dex/
Dmir_graph.cc143 decoded_instruction->vA = inst->HasVRegA() ? inst->VRegA() : 0; in ParseInsn()