Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
aaebaa0121be3b9d9f13630585304482cbcaeb4b
/
runtime
/
interpreter
270a0e1
Fix exception handling during deoptimization
by Sebastien Hertz
· 10 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 10 years ago
ffc605c
Add missing iget quick for bool, byte, char, short
by Mathieu Chartier
· 10 years ago
a048560
Move GetClassFromTypeIdx to ArtMethod.
by Ian Rogers
· 10 years ago
08f1f50
Remove FieldHelper.
by Ian Rogers
· 10 years ago
e94652f
Remove MethodHelper from the interpreter.
by Ian Rogers
· 10 years ago
eace458
Move dexCacheStrings from ArtMethod to Class
by Mathieu Chartier
· 10 years ago
2d72101
Change 64 bit ArtMethod fields to be pointer sized
by Mathieu Chartier
· 10 years ago
78a3233
Merge "ART: More warnings"
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
5ac814a
Add a test for SafeMath.
by Ian Rogers
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
f72a11d
Add math routines with defined wrapping behavior for the interpreter.
by Ian Rogers
· 10 years ago
6b14d55
Move GetNameAsString out of MethodHelper into ArtMethod.
by Ian Rogers
· 10 years ago
ded66a0
Move MethodHelper::GetReturnType to mirror::ArtMethod.
by Ian Rogers
· 10 years ago
6786a58
Remove ResolveString from MethodHelper.
by Ian Rogers
· 10 years ago
2c4257b
Tidy logging code not using UNIMPLEMENTED.
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
647b1a8
Fix 2 new sets of clang compiler warnings.
by Ian Rogers
· 10 years ago
832336b
Don't copy fill array data to quick literal pool.
by Ian Rogers
· 10 years ago
5ad97da
Handlerize methods across some GC points.
by Hiroshi Yamauchi
· 10 years ago
00ade1e
Merge "ART: Fix some -Wpedantic errors"
by Andreas Gampe
· 10 years ago
fa888d0
Revert "Enable computed goto interpreter on the host"
by Sebastien Hertz
· 10 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 10 years ago
f0edfc3
Some optimizations for the array alloc path.
by Hiroshi Yamauchi
· 10 years ago
66d9bdb
Enable computed goto interpreter on the host
by Sebastien Hertz
· 10 years ago
5a4b8a2
ART: Rename Handle hierarchy
by Andreas Gampe
· 10 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 10 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 10 years ago
bf99f77
Clean up Handle usage.
by Mathieu Chartier
· 10 years ago
1ff3c98
Avoid use of std::string where we have const char*.
by Ian Rogers
· 10 years ago
c389c97
Merge "Set vtable in class object to null after linking."
by Mingyao Yang
· 10 years ago
2cdbad7
Set vtable in class object to null after linking.
by Mingyao Yang
· 10 years ago
535a3fb
Interpreter can kick in even when implicit checks are enabled.
by Nicolas Geoffray
· 10 years ago
792f596
Merge "Fix class initialization checks in interpreter"
by Sebastien Hertz
· 10 years ago
1edbd8e
Fix class initialization checks in interpreter
by Sebastien Hertz
· 10 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 10 years ago
9531f62
Merge "Call strong CAS from unsafe. Add more CAS versions."
by Hans Boehm
· 10 years ago
d843443
Call strong CAS from unsafe. Add more CAS versions.
by Hans Boehm
· 10 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
3641ac7
Merge "Add missing class initialization during compilation and tests"
by Sebastien Hertz
· 10 years ago
4e99b3d
Add missing class initialization during compilation and tests
by Sebastien Hertz
· 10 years ago
228602f
Make CAS operations in Object use art::Atomic.
by Ian Rogers
· 10 years ago
7b1cabf
CW on Master: Propagate or throw exception when no class found happens in interpreter.
by Sean Wan
· 10 years ago
6c5cb21
Ensure classes are initialized rather than initializing.
by Ian Rogers
· 10 years ago
2fd08e2
Merge "Fix compilation errors when setting kTracing = true."
by Ian Rogers
· 10 years ago
4965c02
Fix compilation errors when setting kTracing = true.
by Douglas Leung
· 10 years ago
9f10203
Fix exception reporting from interpreter
by Sebastien Hertz
· 11 years ago
5487494
Workaround frame size issues.
by Ian Rogers
· 10 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 11 years ago
c2bb441
Merge "Clean up and augment Atomic class. Replace QuasiAtomic MemBars."
by Hans Boehm
· 10 years ago
3035961
Clean up and augment Atomic class. Replace QuasiAtomic MemBars.
by Hans Boehm
· 11 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 10 years ago
3476ed2
Merge "ART: Fix forbidden thread state change in interpreter"
by Andreas Gampe
· 10 years ago
2a0d4ec
ART: Fix forbidden thread state change in interpreter
by Andreas Gampe
· 10 years ago
3c5aec1
Add missing preamble in switch-based interpreter
by Sebastien Hertz
· 10 years ago
b379e8d
Merge "Compaction cleanup for FindArrayClass."
by Mathieu Chartier
· 10 years ago
b74cd29
Compaction cleanup for FindArrayClass.
by Mathieu Chartier
· 10 years ago
c24234e
Merge "Another workaround for stack overflow issue with clang"
by Sebastien Hertz
· 10 years ago
822266b
Ignore catch blocks whose type can't be resolved.
by Ian Rogers
· 10 years ago
da843e1
Another workaround for stack overflow issue with clang
by Sebastien Hertz
· 10 years ago
0cd8135
Revert "Revert "Fix an outstanding compaction bug in interpreter.""
by Mathieu Chartier
· 11 years ago
3bdb873
Revert "Fix an outstanding compaction bug in interpreter."
by Mathieu Chartier
· 11 years ago
e09ae09
Fix an outstanding compaction bug in interpreter.
by Mathieu Chartier
· 11 years ago
1526c30
Merge "Secure move-exception in intepreter"
by Sebastien Hertz
· 11 years ago
5c00490
Secure move-exception in intepreter
by Sebastien Hertz
· 11 years ago
82aeddb
Workaround stack overflow issue with clang
by Sebastien Hertz
· 11 years ago
f832284
Delete ClassHelper and fix compaction bug in GetDirectInterface
by Mathieu Chartier
· 11 years ago
e713d93
Fix JDWP location event report on return instructions
by Sebastien Hertz
· 11 years ago
3b9097d
Merge "Combine JDWP location events"
by Sebastien Hertz
· 11 years ago
72b3e43
ART: Fix typo in ArtMethod::FindCatchBlock
by Andreas Gampe
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
8379b22
Combine JDWP location events
by Sebastien Hertz
· 11 years ago
2fa98e2
Fix typo.
by Ian Rogers
· 11 years ago
a4e7413
Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime.
by Ian Rogers
· 11 years ago
c45b8b5
Create stack traces in unstarted runtimes.
by Ian Rogers
· 11 years ago
5d27faf
Allow ArtMethod::Invoke in unstarted runtimes.
by Ian Rogers
· 11 years ago
29a2648
Move DecodedInstruction into MIR.
by Ian Rogers
· 11 years ago
b2c7ead
Don't allow allocating finalizable objects during transactions.
by Mathieu Chartier
· 11 years ago
b0fa5dc
Force inlining on trivial accessors.
by Ian Rogers
· 11 years ago
bb43b21
Merge "Fix ART compilation for Clang 3.5."
by Stephen Hines
· 11 years ago
479fc1e
Support field watchpoint in interpreter
by Sebastien Hertz
· 11 years ago
861ea56
Fix ART compilation for Clang 3.5.
by Stephen Hines
· 11 years ago
aa96191
Fix FindCatchBlock to work in -Xverify:none mode.
by Jeff Hao
· 11 years ago
ee1d79a
Cleanup transaction support
by Sebastien Hertz
· 11 years ago
7104cbf
Fix sign problem, implement low-mem mmap wraparound
by Andreas Gampe
· 11 years ago
53b8b09
Refactor reflective method invocation.
by Ian Rogers
· 11 years ago
719d1a3
Enable annotalysis on clang ART builds.
by Ian Rogers
· 11 years ago
4e9b9be
Merge "Fix the bug that some compiled code was invoked with -Xint."
by Hiroshi Yamauchi
· 11 years ago
b48b9eb
Fix clang to compile and run host tests.
by Ian Rogers
· 11 years ago
563b47c
Fix the bug that some compiled code was invoked with -Xint.
by Hiroshi Yamauchi
· 11 years ago
6fac447
Make allocations report usable size.
by Ian Rogers
· 11 years ago
92246bb
Fix moving GC bugs in EnterInterpreterFromInvoke.
by Mathieu Chartier
· 11 years ago
9837939
Avoid std::string allocations for finding an array class.
by Ian Rogers
· 11 years ago
4e30541
Fix and optimize verify object.
by Mathieu Chartier
· 11 years ago
f48644b
Update native methods whitelist.
by Sebastien Hertz
· 11 years ago
d2fe10a
Remove blacklist
by Sebastien Hertz
· 11 years ago
4d2efce
Don't hardcode object layout in Unsafe and space_test.
by Hiroshi Yamauchi
· 11 years ago
Next »