Home
last modified time | relevance | path

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

/art/runtime/
Ddex_instruction-inl.h371 inline bool Instruction::HasVRegC() const { in HasVRegC() function
Ddex_instruction.h376 bool HasVRegC() const;
/art/compiler/dex/
Dmir_graph.cc175 decoded_instruction->vC = inst->HasVRegC() ? inst->VRegC() : 0; in ParseInsn()