Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
art
/
62891fdc94de6e9909fba9264bdd891a7f28beb3
/
runtime
/
verifier
/
method_verifier_test.cc
7744b69
Remove dual verification in RedefineClasses.
by Nicolas Geoffray
· 5 years ago
5b0b2e1
Explictly pass VerifierDeps when asking for class verification.
by Nicolas Geoffray
· 5 years ago
e7ff7ef
[metrics] Add ClassVerificationCount
by Eric Holk
· 5 years ago
480d981
[metrics] Move core metrics code to libartbase
by Eric Holk
· 5 years ago
e4f2215
[metrics] Move metrics code to runtime
by Eric Holk
· 6 years ago
096bef8
[metrics] Refactor reporting
by Eric Holk
· 6 years ago
a79872b
[metrics] Add metrics to Runtime, implement ClassVerificationTotalTime
by Eric Holk
· 6 years ago
a43ba3d
ART: Add ClassVerifier
by Andreas Gampe
· 7 years ago
e512556
Replace StringPiece with std::string_view in profman.
by Vladimir Marko
· 7 years ago
3f1dcd3
ART: Move dex structs into own header
by Andreas Gampe
· 7 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 8 years ago
6cc23ac
ART: Add API level to verifier
by Andreas Gampe
· 8 years ago
a8bba7d
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
by Vladimir Marko
· 8 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 8 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 8 years ago
6d7abbd
ART: More header cleanup - method_verifier.h
by Andreas Gampe
· 9 years ago
a1d2f95
ART: Clean up art_field.h
by Andreas Gampe
· 9 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 9 years ago
56ee489
method_verifier_test: Allow soft verifier failures for java/lang/invoke.*
by Narayan Kamath
· 10 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 10 years ago
5fd66d0
ART: Remove LogSeverity NONE
by Andreas Gampe
· 10 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 10 years ago
7fe3023
ART: Make verifier fail log level adjustable
by Andreas Gampe
· 10 years ago
53e32d1
ART: Refactor verifier callbacks
by Andreas Gampe
· 10 years ago
ec6e6c1
ART: Rerun the verifier for compile-time failures
by Andreas Gampe
· 11 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 11 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 11 years ago
fbef44d
Use unique_ptr to track ownership of dex files.
by Richard Uhler
· 11 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 12 years ago
e63db27
Break apart header files.
by Ian Rogers
· 12 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 12 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 12 years ago
507dfdd
Compatibility layer to transition from UniquePtr to std::unique_ptr.
by Ian Rogers
· 12 years ago
a1ce1fe
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
by Brian Carlstrom
· 12 years ago
9837939
Avoid std::string allocations for finding an array class.
by Ian Rogers
· 12 years ago
ee39a10
Use class def index from java.lang.Class.
by Ian Rogers
· 13 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 13 years ago
[Renamed from src/verifier/method_verifier_test.cc]
ee98895
Add bool to verifier to allow soft failures.
by Jeff Hao
· 13 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 13 years ago
dd7bf56
Move IntMath into run-test.
by Ian Rogers
· 13 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 14 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 14 years ago
f1e6b7c
Added new state and Soft/Hard error return to verifier for bad supers.
by jeffhao
· 14 years ago
776ac1f
Separate out more of LLVM build. Move verifier.
by Ian Rogers
· 14 years ago