Searched defs:check_kind (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dinstruction_builder.cc1648 TypeCheckKind check_kind = ComputeTypeCheckKind(resolved_class); local
1650 AppendInstruction(new (arena_) HInstanceOf(object, cls, check_kind, dex_pc));
1657 AppendInstruction(new (arena_) HCheckCast(object, cls, check_kind, dex_pc));

Completed in 9 milliseconds