HomeSort by relevance Sort by last modified time
    Searched refs:HasWideVRegB (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex_instruction-inl.h 237 inline bool Instruction::HasWideVRegB() const {
dex_instruction.h 335 bool HasWideVRegB() const;
  /art/compiler/dex/
mir_graph.cc 145 decoded_instruction->vB_wide = inst->HasWideVRegB() ? inst->WideVRegB() : 0;
    [all...]

Completed in 110 milliseconds