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

/art/runtime/verifier/
H A Dmethod_verifier.cc215 bool need_precise_constants,
256 need_precise_constants,
379 bool need_precise_constants,
395 need_precise_constants,
524 true /* need_precise_constants */,
552 bool need_precise_constants,
582 need_precise_constants_(need_precise_constants),
613 false /* need_precise_constants */,
668 false /* need_precise_constants */,
708 false /* need_precise_constants */,
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
541 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 233 milliseconds