Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc894 const RegType& check_type, in FailForRegisterType()
980 ALWAYS_INLINE inline bool VerifyRegisterType(uint32_t vsrc, const RegType& check_type) in VerifyRegisterType()
/art/dex2oat/driver/
Dcompiler_driver.cc527 ProfileMethodsCheck check_type = compiler_options.CheckProfiledMethodsCompiled(); in CompileMethodQuick() local