Searched refs:implicit_so_checks (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Dcompiler_options.h79 bool implicit_so_checks,
97 implicit_so_checks_(implicit_so_checks),
68 CompilerOptions(CompilerFilter compiler_filter, size_t huge_method_threshold, size_t large_method_threshold, size_t small_method_threshold, size_t tiny_method_threshold, size_t num_dex_methods_threshold, bool generate_gdb_information, bool include_patch_information, double top_k_profile_threshold, bool include_debug_symbols, bool implicit_null_checks, bool implicit_so_checks, bool implicit_suspend_checks, bool compile_pic , bool sea_ir_mode ) argument
/art/dex2oat/
H A Ddex2oat.cc904 bool implicit_so_checks = false; local
1253 implicit_so_checks = true;
1272 implicit_so_checks,

Completed in 4399 milliseconds