summaryrefslogtreecommitdiffstats
path: root/runtime/quick_exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Put the deoptimized method in the trace tag.Nicolas Geoffray2019-01-081-0/+5
* Merge "Use ArtMethod::GetDex{File,Cache}() more."Treehugger Robot2018-11-291-1/+1
|\
| * Use ArtMethod::GetDex{File,Cache}() more.Vladimir Marko2018-11-291-1/+1
* | Revert^4 "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-191-92/+67
|/
* Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""Nicolas Geoffray2018-11-171-67/+92
* Revert^2 "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-161-92/+67
* Revert "ART: Add StackVisitor accepting a lambda"Andreas Gampe2018-11-161-67/+92
* ART: Add StackVisitor accepting a lambdaAndreas Gampe2018-11-021-92/+67
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-3/+6
* Revert^4 "JVMTI PopFrame support"Alex Light2018-10-111-0/+2
* ART: Continue adding override annotationsAndreas Gampe2018-09-071-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-6/+6
* Correctly send MethodExit events from exception handlersAlex Light2018-07-101-75/+110
* Merge "Use iterators to access stack map data."David Srbecky2018-07-051-1/+1
|\
| * Use iterators to access stack map data.David Srbecky2018-07-041-1/+1
* | ART: Do not use std::<container>::at().Vladimir Marko2018-07-031-1/+1
|/
* Move some helper methods to DexRegisterLocation.David Srbecky2018-06-141-10/+8
* Remove unused GetDexRegisterMap arguments.David Srbecky2018-06-071-12/+9
* Remove depth argument from InlineInfo accessors in stack maps.David Srbecky2018-06-051-1/+1
* Rewrite dex register map encoding in stackmaps.David Srbecky2018-06-011-1/+1
* Simplify DexRegisterMap API.David Srbecky2018-05-301-18/+8
* Revert^2 "Optimize register mask and stack mask in stack maps."David Srbecky2018-05-301-1/+1
* Revert "Optimize register mask and stack mask in stack maps."Vladimir Marko2018-05-291-1/+1
* Optimize register mask and stack mask in stack maps.David Srbecky2018-05-281-1/+1
* Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses."Vladimir Marko2018-05-231-0/+1
|\
| * ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.Vladimir Marko2018-05-231-0/+1
* | Rewrite stackmap encoding code.David Srbecky2018-05-211-27/+20
|/
* Fix delivering async exception while in compiled code.Vladimir Marko2018-03-141-4/+4
* Revert "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-311-3/+3
* Revert "Make libdexfile build independent of runtime dir"David Sehr2018-01-301-3/+3
* Make libdexfile build independent of runtime dirDavid Sehr2018-01-301-3/+3
* Create dex subdirectoryDavid Sehr2018-01-051-2/+2
* Make CodeItem fields privateMathieu Chartier2017-12-221-3/+6
* ART: Remove base/logging from heap-inl.hAndreas Gampe2017-12-071-0/+1
* Check the to-space invariant on a delivered exception.Roland Levillain2017-09-281-4/+3
* ART: Move kDexNoIndex to dex_file_types.hAndreas Gampe2017-09-181-3/+4
* Move deopt and jit logs from LOG(INFO) to VLOG(jit).Nicolas Geoffray2017-08-091-9/+7
* Add runtime reasons for deopt.Nicolas Geoffray2017-05-101-1/+5
* ART: More header cleanup - method_verifier.hAndreas Gampe2017-04-241-1/+0
* Clean up code info table layoutMathieu Chartier2017-02-081-1/+1
* Deduplicate register masksMathieu Chartier2017-02-011-1/+1
* Deduplicate stack masksDavid Srbecky2017-01-311-2/+2
* Merge "Revert "Revert "Make --debuggable rely on JIT code."""Nicolas Geoffray2017-01-301-1/+3
|\
| * Revert "Revert "Make --debuggable rely on JIT code.""Nicolas Geoffray2017-01-301-1/+3
* | Merge "Revert "Make --debuggable rely on JIT code.""Vladimir Marko2017-01-301-3/+1
|\|
| * Revert "Make --debuggable rely on JIT code."Vladimir Marko2017-01-301-3/+1
* | Merge "Make --debuggable rely on JIT code."Nicolas Geoffray2017-01-301-1/+3
|\|
| * Make --debuggable rely on JIT code.Nicolas Geoffray2017-01-301-1/+3
* | Remove alignment bits in between stack mapsMathieu Chartier2017-01-271-1/+1
|/
* Move most of art::Thread to ObjPtrMathieu Chartier2017-01-101-1/+1