Home
last modified time | relevance | path

Searched defs:src_type (Results 1 – 6 of 6) sorted by relevance

/art/runtime/verifier/
Dregister_line.cc75 const RegType& src_type = GetRegisterType(verifier, vsrc); in VerifyRegisterTypeWide() local
194 const RegType& dst_type, const RegType& src_type) { in CheckUnaryOp()
210 const RegType& src_type) { in CheckUnaryOpToWide()
310 const RegType& dst_type, const RegType& src_type, in CheckLiteralOp()
Dregister_line-inl.h133 const RegType& src_type = GetRegisterType(verifier, vsrc); in VerifyRegisterType() local
Dmethod_verifier.cc2123 const RegType& src_type = work_line_->GetRegisterType(this, vregA); in CodeFlowVerifyInstruction() local
3974 const RegType& src_type = work_line_->GetRegisterType(this, get_reg); in VerifyInvocationArgsFromIterator() local
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc94 mirror::Class* src_type, in artThrowClassCastException()
/art/runtime/
Dcommon_throws.cc121 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type) { in ThrowClassCastException()
/art/runtime/interpreter/
Dunstarted_runtime.cc615 mirror::Class* src_type = shadow_frame->GetVRegReference(arg_offset)->GetClass()-> in UnstartedSystemArraycopy() local