Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h27 inline bool Instruction::HasVRegA() const { in HasVRegA() function
Ddex_instruction.h235 bool HasVRegA() const;
/art/compiler/dex/
Dmir_graph.cc172 decoded_instruction->vA = inst->HasVRegA() ? inst->VRegA() : 0; in ParseInsn()