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

/art/runtime/verifier/
H A Dmethod_verifier.cc243 std::string hard_failure_msg; local
257 &hard_failure_msg);
269 *error_string += hard_failure_msg;
380 std::string* hard_failure_msg) {
473 if (hard_failure_msg != nullptr) {
475 *hard_failure_msg =
367 VerifyMethod(Thread* self, uint32_t method_idx, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache, Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item, ArtMethod* method, uint32_t method_access_flags, CompilerCallbacks* callbacks, bool allow_soft_failures, HardFailLogMode log_level, bool need_precise_constants, std::string* hard_failure_msg) argument

Completed in 39 milliseconds