Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc903 RegType::Kind check_kind, in FailForRegisterType()
1014 ALWAYS_INLINE inline bool VerifyRegisterType(uint32_t vsrc, RegType::Kind check_kind) in VerifyRegisterType()
1032 bool VerifyRegisterTypeWide(uint32_t vsrc, RegType::Kind check_kind) in VerifyRegisterTypeWide()
/art/compiler/optimizing/
Dinstruction_builder.cc2828 TypeCheckKind check_kind = HSharpening::ComputeTypeCheckKind( in BuildTypeCheck() local