Searched defs:Vm (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dscoped_thread_state_change.h150 JavaVMExt* Vm() const { function in class:art::ScopedObjectAccessUnchecked
189 if (Vm()->work_around_app_jni_bugs) {
H A Ddisassembler_arm.cc553 uint32_t Vm = instr & 0xF; local
560 args << "f" << ((D << 4) | Vd) << ", " << "f" << ((M << 4) | Vm);
562 args << "f" << ((Vd << 1) | D) << ", " << "f" << ((Vm << 1) | M);
569 args << "f" << ((D << 4) | Vd) << ", " << "f" << ((M << 4) | Vm);
571 args << "f" << ((Vd << 1) | D) << ", " << "f" << ((Vm << 1) | M);
587 uint32_t Vm = instr & 0xF; local
591 args << "f" << ((D << 4) | Vd) << ", " << "f" << ((M << 4) | Vm);
593 args << "f" << ((Vd << 1) | D) << ", " << "f" << ((Vm << 1) | M);

Completed in 53 milliseconds