summaryrefslogtreecommitdiffstats
path: root/runtime/arch/stub_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-63/+65
* Merge "Add stub_test implementation for mips & mips64"Andreas Gampe2015-05-081-26/+307
|\
| * Add stub_test implementation for mips & mips64Goran Jakovljevic2015-05-071-26/+307
* | Fix stub_test for Mips64Goran Jakovljevic2015-05-081-0/+4
|/
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-19/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-9/+9
* ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-164/+132
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-2/+2
* ART: Add -WunusedAndreas Gampe2015-02-241-0/+15
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-271-1/+1
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-271-1/+1
* ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-231-1/+1
* ART: Fix stub_testAndreas Gampe2015-01-211-2/+2
* ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-151-0/+9
* Revert "ART: Implement hard float for X86"Vladimir Marko2015-01-121-1/+1
* ART: Implement hard float for X86Mark Mendell2015-01-121-1/+1
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-291-3/+5
* ART: More warningsAndreas Gampe2014-11-041-9/+9
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-35/+25
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-1/+1
* Refactor quick entrypointsIan Rogers2014-10-201-40/+28
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-2/+2
* ART: Fix StubTest Interface Trampoline testAndreas Gampe2014-09-021-52/+33
* Reduced memory usage of primitive fields smaller than 4-bytesFred Shih2014-08-251-0/+349
* ART: Set default visibility to protectedAndreas Gampe2014-08-191-111/+79
* Break apart header files.Ian Rogers2014-07-151-3/+4
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-2/+2
* AArch64: Add memcmp16() for Arm64; ensure xSELF not clobberedSerban Constantinescu2014-06-301-2/+6
* Fix the Mac build on x86-64.Ian Rogers2014-06-251-32/+32
* Disable StubTest.IndexOf if heap poisoning is enabled for now.Hiroshi Yamauchi2014-06-161-0/+2
* ART: Add initialize_type stubs for ARM64; indexof testAndreas Gampe2014-06-121-2/+80
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-3/+5
* ART: Fix inline assembly constraints in stub_testAndreas Gampe2014-06-071-16/+20
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-6/+4
* ART: Fix stub_test inline assembly for ARM64Andreas Gampe2014-06-031-78/+71
* ART: Use StackReference in Quick Stack FrameAndreas Gampe2014-05-291-4/+6
* ART: Fix stub test inline assembly for x86Andreas Gampe2014-05-211-1/+1
* ART: Make StubTest IMT sanity check a warningAndreas Gampe2014-05-211-2/+6
* ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architecturesAndreas Gampe2014-05-211-0/+339
* Merge "Now we have a proper C++ library, use std::unique_ptr."Ian Rogers2014-05-201-1/+1
|\
| * Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* | ART: Fix ARM64 long-jump context caller-save smashesAndreas Gampe2014-05-191-113/+111
|/
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-166/+153
* Merge "Move quick frame info to OatQuickMethodHeader."Vladimir Marko2014-05-131-1/+2
|\
| * Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-1/+2
* | ART: Add lock and unlock stubs for ARM64, fix for X86-64Andreas Gampe2014-05-121-44/+85
* | Merge "Fix stub_test to pass with SS collector."Mathieu Chartier2014-05-121-21/+12
|\ \ | |/ |/|
| * Fix stub_test to pass with SS collector.Mathieu Chartier2014-05-091-21/+12
* | Remove all LOG(DEBUG) which is not intended to be checked inBrian Carlstrom2014-05-091-1/+1
|/