index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
common_throws.cc
Age
Commit message (
Expand
)
Author
2022-02-01
Introduce FindSuperMethodToCall to find the target of a super call.
Nicolas Geoffray
2022-01-24
Use implicit suspend check in JIT.
Nicolas Geoffray
2021-03-23
Remove Vdex::GetQuickenedInfoOf and all its users.
Nicolas Geoffray
2020-05-05
Clean up internal stack trace construction.
Vladimir Marko
2020-01-14
invoke-super can also have implicit null checks.
Nicolas Geoffray
2019-08-07
Remove message ART creates for "throw null".
Nicolas Geoffray
2019-03-15
ART: Add ClassVerifier
Andreas Gampe
2019-02-06
Replace StringPiece with std::string_view in art/runtime/.
Vladimir Marko
2018-11-29
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-28
Use ArtMethod::GetDexFile() instead of using declaring class.
Vladimir Marko
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-01
Revert^2 "ART: Scope localrefs for stackoverflow handling"
Andreas Gampe
2018-10-01
Revert "ART: Scope localrefs for stackoverflow handling"
Nicolas Geoffray
2018-09-27
ART: Scope localrefs for stackoverflow handling
Andreas Gampe
2018-06-11
Revert "Add Throwable.UNASSIGNED_STACK to well known fields"
Neil Fuller
2018-06-07
Add Throwable.UNASSIGNED_STACK to well known fields
Paul Duffin
2018-05-21
ART: Faster 712-varhandle-invocations
Orion Hodson
2018-04-09
Add extra logging for bug 77342775.
Vladimir Marko
2018-03-19
Use vdex's quickening info when decoding a quickened instruction.
Nicolas Geoffray
2018-03-08
ART: Update invoke-custom implementation
Orion Hodson
2018-02-09
Merge "Revert^2 "ART: Interpreter support for VarHandle accessors""
Treehugger Robot
2018-02-09
Revert^2 "ART: Interpreter support for VarHandle accessors"
Orion Hodson
2018-02-07
ART: Clear any exception after resolution
Andreas Gampe
2018-02-06
Revert "ART: Interpreter support for VarHandle accessors"
Orion Hodson
2018-02-06
ART: Interpreter support for VarHandle accessors
Orion Hodson
2018-01-31
Revert "Revert "Make libdexfile build independent of runtime dir""
David Sehr
2018-01-30
Revert "Make libdexfile build independent of runtime dir"
David Sehr
2018-01-30
Make libdexfile build independent of runtime dir
David Sehr
2018-01-24
Move missed files to libdexfile
David Sehr
2018-01-05
Create dex subdirectory
David Sehr
2017-12-22
Make CodeItem fields private
Mathieu Chartier
2017-12-09
Merge "Don't check the offset of a NPE for field accesses."
Nicolas Geoffray
2017-12-08
Don't check the offset of a NPE for field accesses.
Nicolas Geoffray
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-10-25
ART: Depend on libnativehelper headers only
Andreas Gampe
2017-09-11
ART: Clean up WellKnownClasses include.
Andreas Gampe
2017-07-18
art: use proper nativehelper headers
Steven Moreland
2017-04-04
Ensure invoking obsolete methods throws errors.
Alex Light
2017-02-14
ART: invoke-custom support
Orion Hodson
2017-01-15
Revert "Revert "ART: Compiler support for invoke-polymorphic.""
Orion Hodson
2017-01-11
Revert "ART: Compiler support for invoke-polymorphic."
Orion Hodson
2017-01-11
ART: Compiler support for invoke-polymorphic.
Orion Hodson
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-10-31
MethodHandles: Better detail message for WrongMethodTypeExceptions
Narayan Kamath
2016-10-25
Enable agent attaching during live phase
Leonard Mosescu
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-10-14
Merge "interpreter: support for non-exact invokes."
Treehugger Robot
2016-10-14
interpreter: support for non-exact invokes.
Narayan Kamath
2016-10-13
Move common throws to ObjPtr
Mathieu Chartier
[next]