Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.cc78 const RegType& src_type = GetRegisterType(verifier, vsrc); in VerifyRegisterTypeWide() local
197 const RegType& dst_type, const RegType& src_type) { in CheckUnaryOp()
213 const RegType& src_type) { in CheckUnaryOpToWide()
313 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.cc2181 const RegType& src_type = work_line_->GetRegisterType(this, vregA); in CodeFlowVerifyInstruction() local
4086 const RegType& src_type = work_line_->GetRegisterType(this, get_reg); in VerifyInvocationArgsFromIterator() local
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc110 mirror::Class* src_type, in artThrowClassCastException()
/art/runtime/
Dcommon_throws.cc147 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException()
/art/runtime/interpreter/
Dunstarted_runtime.cc798 mirror::Class* src_type = shadow_frame->GetVRegReference(arg_offset)->GetClass()-> in UnstartedSystemArraycopy() local