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

/art/runtime/
H A Ddex_instruction-inl.h212 inline bool Instruction::HasVRegB() const { function in class:art::Instruction
H A Ddex_instruction.h330 bool HasVRegB() const;
/art/compiler/dex/
H A Dmir_graph.cc173 decoded_instruction->vB = inst->HasVRegB() ? inst->VRegB() : 0;

Completed in 65 milliseconds