Home | History | Annotate | Download | only in optimizing

Lines Matching refs:check_kind

1782   TypeCheckKind check_kind = ComputeTypeCheckKind(cls->GetClass());
1784 AppendInstruction(new (arena_) HInstanceOf(object, cls, check_kind, dex_pc));
1791 AppendInstruction(new (arena_) HCheckCast(object, cls, check_kind, dex_pc));