Home
last modified time | relevance | path

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

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