Lines Matching refs:dex
62 // A mapping from a dex pc to the register line statuses as they are immediately prior to the
147 // Fills 'monitor_enter_dex_pcs' with the dex pcs of the monitor-enter instructions corresponding
176 // Describe VRegs at the given dex pc.
201 const RegType& ResolveCheckedClass(dex::TypeIndex class_idx)
411 bool CheckNewInstance(dex::TypeIndex idx);
422 bool CheckTypeIndex(dex::TypeIndex idx);
426 bool CheckNewArray(dex::TypeIndex idx);
434 // The dex format forbids certain instructions from branching to themselves.
575 const RegType& ResolveClassAndCheckAccess(dex::TypeIndex class_idx)
716 const DexFile* const dex_file_; // The dex file containing the method.
727 // The dex PC of a FindLocksAtDexPc request, -1 otherwise.
769 // avoids loading from registers in the case of a constant as the dex instruction set lost the
793 // the flags in the dex file. Some older code does not mark methods named "<init>" and "<clinit>"