Home
last modified time | relevance | path

Searched refs:insn_type (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc546 void VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type,
553 void VerifyAGet(const Instruction* inst, const RegType& insn_type,
557 void VerifyAPut(const Instruction* inst, const RegType& insn_type,
569 void VerifyISFieldAccess(const Instruction* inst, const RegType& insn_type,
4469 const RegType& insn_type, in VerifyAGet() argument
4481 } else if (insn_type.IsInteger()) { in VerifyAGet()
4486 } else if (insn_type.IsCategory1Types()) { in VerifyAGet()
4489 work_line_->SetRegisterType<LockOp::kClear>(this, inst->VRegA_23x(), insn_type); in VerifyAGet()
4520 } else if (is_primitive && !insn_type.Equals(component_type) && in VerifyAGet()
4521 !((insn_type.IsInteger() && component_type.IsFloat()) || in VerifyAGet()
[all …]