Searched defs:check_kind (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_builder.cc1924 TypeCheckKind check_kind = ComputeTypeCheckKind(cls->GetClass()); local
1926 AppendInstruction(new (allocator_) HInstanceOf(object, cls, check_kind, dex_pc));
1933 AppendInstruction(new (allocator_) HCheckCast(object, cls, check_kind, dex_pc));

Completed in 10 milliseconds