Home
last modified time | relevance | path

Searched refs:need_precise_constants (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.h216 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)
Dmethod_verifier.cc311 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()