index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
verifier
/
method_verifier.h
Age
Commit message (
Expand
)
Author
2025-01-15
verifier: Clean up `HandleMoveException`.
Vladimir Marko
2025-01-10
verifier: Use `RegTypeCache::kUndefinedCacheId` more.
Vladimir Marko
2025-01-09
verifier: Speed up failure recording.
Vladimir Marko
2024-12-05
verifier: Refactor `Is{,Strictly}AssignableFrom().
Vladimir Marko
2024-11-28
verifier: Create `std::ostringstream` only if needed.
Vladimir Marko
2024-11-21
verifier: Use `ArenaAllocator` in verifier...
Vladimir Marko
2024-10-31
verifier: Track allocation dex pcs in `RegisterLine`.
Vladimir Marko
2024-10-29
Reland "verifier: Cache types by type index."
Vladimír Marko
2024-10-25
Revert "verifier: Cache types by type index."
Vladimír Marko
2024-10-25
verifier: Cache types by type index.
Vladimir Marko
2024-10-17
Share `RegTypeCache` for all methods in a `Class`.
Vladimir Marko
2024-10-16
Remove dead `MethodVerifier::ResolveCheckedClass()`.
Vladimir Marko
2024-06-13
Clean up `MethodVerifier` fields.
Vladimir Marko
2024-01-17
Add visibility attributes in runtime/verifier
Dmitrii Ishcheikin
2023-06-14
Replace GcRoots in the verifier to use VariableSizedHandleScope.
Nicolas Geoffray
2021-10-04
Remove the notion of soft failure within the verifier.
Nicolas Geoffray
2021-07-23
verifier: Remove support for precise constants and RegisterTrackingMode.
Nicolas Geoffray
2021-07-14
Remove the need of VerifiedMethod in the compiler.
Nicolas Geoffray
2021-07-09
Clean up verifier interface.
Nicolas Geoffray
2021-07-02
Verifier cleanups.
Nicolas Geoffray
2021-06-30
verifier: do not infer an instruction will throw.
Nicolas Geoffray
2021-06-30
Remove experimental flag in verifier.
Nicolas Geoffray
2021-03-22
Explictly pass VerifierDeps when asking for class verification.
Nicolas Geoffray
2020-11-05
Change vdex format to store per-class assignable types.
Nicolas Geoffray
2020-10-21
Remove the checkcast quickening optimization.
Nicolas Geoffray
2019-10-28
Perform reverify with shared mutator-lock.
Alex Light
2019-10-22
Revert^2 "Class redefinition sometimes needs to update verification"
Alex Light
2019-10-22
Revert "Class redefinition sometimes needs to update verification"
Nicolas Geoffray
2019-10-18
Class redefinition sometimes needs to update verification
Alex Light
2019-07-29
ART: Verifier cleanup
Andreas Gampe
2019-07-29
ART: Verifier cleanup
Andreas Gampe
2019-07-29
ART: Verifier cleanup
Andreas Gampe
2019-07-11
ART: Prepare to remove VERIFY_ERROR_UNRESOLVED_CATCH
Andreas Gampe
2019-07-10
Revert "ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH"
Andreas Gampe
2019-07-08
ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH
Andreas Gampe
2019-06-29
ART: Coalesce verifier flags into bit struct
Andreas Gampe
2019-05-22
Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable"
Alex Light
2019-05-22
Revert "Add verifier fallback for JVMTI Get/SetLocalVariable"
David Srbecky
2019-05-22
Add verifier fallback for JVMTI Get/SetLocalVariable
Alex Light
2019-04-22
ART: Templatize internal method verifier class
Andreas Gampe
2019-04-22
ART: Refactor verifier
Andreas Gampe
2019-04-22
ART: Do not expose arena allocator from MethodVerifier
Andreas Gampe
2019-04-22
ART: Clean up MethodVerifier
Andreas Gampe
2019-04-15
ART: Make LogVerifyInfo newlines consistent
Andreas Gampe
2019-03-15
ART: Add ClassVerifier
Andreas Gampe
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-08-24
ART: Add API level to verifier
Andreas Gampe
2018-06-04
Revert "Revert "Move runtime/ to ClassAccessor""
Mathieu Chartier
2018-06-02
Merge "Revert "Move runtime/ to ClassAccessor""
Alex Light
2018-06-02
Revert "Move runtime/ to ClassAccessor"
Alex Light
[next]