Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc548 void VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type,
555 void VerifyAGet(const Instruction* inst, const RegType& insn_type,
559 void VerifyAPut(const Instruction* inst, const RegType& insn_type,
571 void VerifyISFieldAccess(const Instruction* inst, const RegType& insn_type,
4406 const RegType& insn_type, in VerifyAGet() argument
4418 } else if (insn_type.IsInteger()) { in VerifyAGet()
4423 } else if (insn_type.IsCategory1Types()) { in VerifyAGet()
4426 work_line_->SetRegisterType<LockOp::kClear>(this, inst->VRegA_23x(), insn_type); in VerifyAGet()
4457 } else if (is_primitive && !insn_type.Equals(component_type) && in VerifyAGet()
4458 !((insn_type.IsInteger() && component_type.IsFloat()) || in VerifyAGet()
[all …]