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

  /art/runtime/
dex_instruction.h 218 bool HasVRegA() const;
dex_instruction.cc 108 bool Instruction::HasVRegA() const {
  /art/compiler/sea_ir/ir/
sea.cc 647 if (instruction_->HasVRegA() && InstructionTools::IsDefinition(instruction_)) {
667 if (!InstructionTools::IsDefinition(instruction_) && (instruction_->HasVRegA())) {

Completed in 1483 milliseconds