Searched refs:need_precise_constants (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.h | 216 bool need_precise_constants, bool allow_thread_suspension) in MethodVerifier() argument 220 need_precise_constants, false, allow_thread_suspension) {} in MethodVerifier() 286 bool can_load_classes, bool allow_soft_failures, bool need_precise_constants, 313 bool allow_soft_failures, bool need_precise_constants)
|
D | method_verifier.cc | 311 bool need_precise_constants) { in VerifyMethod() argument 317 need_precise_constants, true); in VerifyMethod() 384 bool need_precise_constants, bool verify_to_dump, in MethodVerifier() argument 408 need_precise_constants_(need_precise_constants), in MethodVerifier()
|