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

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

Completed in 34 milliseconds