Home | History | Annotate | Download | only in verifier

Lines Matching refs:RegType

445    * We need an array of RegType values, one per register, for every instruction. If the method uses
485 void VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type,
492 void VerifyAGet(const Instruction* inst, const RegType& insn_type,
496 void VerifyAPut(const Instruction* inst, const RegType& insn_type,
500 mirror::ArtField* GetInstanceField(const RegType& obj_type, int field_idx)
507 void VerifyISGet(const Instruction* inst, const RegType& insn_type,
512 void VerifyISPut(const Instruction* inst, const RegType& insn_type,
522 void VerifyIGetQuick(const Instruction* inst, const RegType& insn_type,
527 void VerifyIPutQuick(const Instruction* inst, const RegType& insn_type,
533 const RegType& ResolveClassAndCheckAccess(uint32_t class_idx)
541 const RegType& GetCaughtExceptionType()
613 const RegType& GetMethodReturnType() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
616 const RegType& GetDeclaringClass() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
698 const RegType* declaring_class_; // Lazily computed reg type of the method's declaring class.