Home | History | Annotate | Download | only in driver

Lines Matching full:verified

532   // optimize when a class has been fully verified before.
534 // Class is verified so we can enable DEX-to-DEX compilation for performance.
1967 // Class might have failed resolution. Then don't set it to verified.
1974 // Set class status to verified.
1976 // Mark methods as pre-verified. If we don't do this, the interpreter will run with
2020 // Only try to initialize classes that were successfully verified.
2329 // Done compiling, delete the verified method to reduce native memory usage. Do not delete in
2330 // optimizing compiler, which may need the verified method again for inlining.
2412 // classes have their methods verified). If it's not, be conservative and assume the method
2413 // has not been verified successfully.
2415 // TODO: When compiling the boot image it should be safe to assume that everything is verified,