summaryrefslogtreecommitdiffstats
path: root/runtime/entrypoints/quick/quick_instrumentation_entrypoints.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-4/+3
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Fix oatdump to use OatHeader pointer sizeMathieu Chartier2014-11-211-1/+1
* Merge "Fix DCHECK in artInstrumentationMethodEntryFromCode"Sebastien Hertz2014-11-171-1/+1
|\
| * Fix DCHECK in artInstrumentationMethodEntryFromCodeSebastien Hertz2014-11-171-1/+1
* | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+0
|/
* Tidy up logging.Ian Rogers2014-10-221-1/+1
* Refactor quick entrypointsIan Rogers2014-10-201-13/+8
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
* stdint types all the way!Ian Rogers2014-10-091-1/+1
* Support running without a boot image.Alex Light2014-08-251-1/+2
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-1/+1
* Fix missing single-step eventSebastien Hertz2014-07-101-2/+7
* Merge "ART: Add instrumentation stubs for ARM64 and X86-64"Andreas Gampe2014-06-101-6/+7
|\
| * ART: Add instrumentation stubs for ARM64 and X86-64Andreas Gampe2014-06-091-6/+7
* | ART: Generalize code to find PC for artInvokeInterfaceTrampolineAlexei Zavjalov2014-06-101-4/+2
|/
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-3/+4
* Improve stack walk performance.Vladimir Marko2014-05-201-2/+5
* Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-251-0/+1
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-5/+5
* Entry point clean up.Ian Rogers2013-08-071-1/+1
* Move assembler out of runtime into compiler/utils.Ian Rogers2013-07-291-0/+65