HomeSort by relevance Sort by last modified time
    Searched defs:RegType (Results 1 - 2 of 2) sorted by null

  /art/runtime/verifier/
reg_type.h 39 * RegType holds information about the "type" of data held in a register.
41 class RegType {
109 inline bool CheckWidePair(const RegType& type_h) const {
121 const RegType& HighHalf(RegTypeCache* cache) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
220 const RegType& GetSuperClass(RegTypeCache* cache) const
226 bool CanAccess(const RegType& other) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
235 bool IsAssignableFrom(const RegType& src) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
239 bool IsStrictlyAssignableFrom(const RegType& src) const
243 bool Equals(const RegType& other) const {
248 virtual const RegType& Merge(const RegType& incoming_type, RegTypeCache* reg_types) cons
    [all...]
  /dalvik/vm/analysis/
CodeVerify.h 95 * Enumeration max; this is used with "full" (32-bit) RegType values.
110 * RegType holds information about the type of data held in a register.
115 typedef u4 RegType;
137 RegType* regTypes;

Completed in 52 milliseconds