Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h237 inline bool Instruction::HasWideVRegB() const { in HasWideVRegB() function
Ddex_instruction.h333 bool HasWideVRegB() const;
/art/compiler/dex/
Dmir_graph.cc174 decoded_instruction->vB_wide = inst->HasWideVRegB() ? inst->WideVRegB() : 0; in ParseInsn()