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

/art/runtime/verifier/
H A Dmethod_verifier.cc148 bool allow_soft_failures,
187 allow_soft_failures,
218 bool allow_soft_failures,
259 allow_soft_failures,
289 bool allow_soft_failures,
319 allow_soft_failures,
332 allow_soft_failures,
380 bool allow_soft_failures,
397 allow_soft_failures,
530 true /* allow_soft_failures */,
145 VerifyClass(Thread* self, mirror::Class* klass, CompilerCallbacks* callbacks, bool allow_soft_failures, HardFailLogMode log_level, std::string* error) argument
283 VerifyClass(Thread* self, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache, Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef& class_def, CompilerCallbacks* callbacks, bool allow_soft_failures, HardFailLogMode log_level, std::string* error) argument
370 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
548 MethodVerifier(Thread* self, const DexFile* dex_file, Handle<mirror::DexCache> dex_cache, Handle<mirror::ClassLoader> class_loader, const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item, uint32_t dex_method_idx, ArtMethod* method, uint32_t method_access_flags, bool can_load_classes, bool allow_soft_failures, bool need_precise_constants, bool verify_to_dump, bool allow_thread_suspension) argument
[all...]

Completed in 9 milliseconds