Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h212 inline bool Instruction::HasVRegB() const { in HasVRegB() function
Ddex_instruction.h332 bool HasVRegB() const;
/art/compiler/sea_ir/ir/
Dsea.cc671 if (instruction_->HasVRegB()) { in GetUses()
/art/compiler/dex/
Dmir_graph.cc144 decoded_instruction->vB = inst->HasVRegB() ? inst->VRegB() : 0; in ParseInsn()