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