Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction.h246 bool HasVRegB() const;
Ddex_instruction.cc94 bool Instruction::HasVRegB() const { in HasVRegB() function in art::Instruction
/art/compiler/sea_ir/ir/
Dsea.cc671 if (instruction_->HasVRegB()) { in GetUses()