Searched defs:src_type (Results 1 – 8 of 8) sorted by relevance
43 auto src_type = inst->GetInputType(0); in HasLibCall() local
2555 auto src_type = inst->GetInputType(0); in VisitCast() local2595 auto src_type = inst->GetInputType(0); in CastToAny() local3212 auto src_type = inst->GetInputType(0); in VisitNullCheck() local3273 auto src_type = inst->GetInputType(0); in VisitZeroCheck() local3284 auto src_type = inst->GetInputType(0); in VisitNegativeCheck() local3296 auto src_type = inst->GetInput(0).GetInst()->GetType(); in VisitDeoptimizeIf() local5372 auto src_type = inst->GetInputType(0); in InstEncodedWithLibCall() local
30 …SpillFillData(LocationType src_type, LocationType dst_type, unsigned src_val, unsigned dst_val, Da… in SpillFillData()
1523 [[maybe_unused]] auto src_type = inst->GetInputType(0); in CheckDataFlow() local
218 def src_type method
124 Class *src_type; member314 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException()
185 static void ThrowClassCastException(Class *dst_type, Class *src_type) in ThrowClassCastException()
140 void ThrowClassCastException(const Class *dst_type, const Class *src_type) in ThrowClassCastException()