Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc1056 bool allow_runtime_only_instructions = !IsAotMode() || verify_to_dump_; in Verify() local
1060 result = result && (allow_runtime_only_instructions in Verify()