Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
1ca718ec2de53fb5ef2a9211bfcc921311775c90
/
runtime
/
arch
/
stub_test.cc
70f5fd0
ART: Add class-alloc-inl.h
by Andreas Gampe
· 6 years ago
52ecb65
ART: Add object-array-alloc-inl.h
by Andreas Gampe
· 6 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
bbc6e7e
Use 'final' and 'override' specifiers directly in ART.
by Roland Levillain
· 7 years ago
acb906d
Remove mirror::String::java_lang_String_.
by Vladimir Marko
· 7 years ago
a3ad0cd
ART: Move JNI files to runtime/jni/ .
by Vladimir Marko
· 7 years ago
86e6814
Leave one more register for clang 7.0.
by Chih-Hung Hsieh
· 7 years ago
8228cdf
ART: Move CalleeSaveType to callee_save_type.h
by Andreas Gampe
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
26aee50
Use the write entrypoint for stub_test.
by Nicolas Geoffray
· 8 years ago
5b3c6c0
Refactor code for unresolved field entrypoint.
by Nicolas Geoffray
· 8 years ago
8d91ac3
Remove unused array entrypoints.
by Nicolas Geoffray
· 8 years ago
39cee66
Entrypoints cleanup.
by Nicolas Geoffray
· 8 years ago
0d3998b
Revert "Revert "Make object allocation entrypoints only take a class.""
by Nicolas Geoffray
· 8 years ago
f7aaacd
Revert "Make object allocation entrypoints only take a class."
by Hiroshi Yamauchi
· 8 years ago
2b615ba
Make object allocation entrypoints only take a class.
by Nicolas Geoffray
· 8 years ago
1b8464d
MIPS32: Pass more arguments in registers.
by Alexey Frunze
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
da40ac0
Merge "Change check cast entrypoint to check instance of"
by Mathieu Chartier
· 8 years ago
b99f4d6
Change check cast entrypoint to check instance of
by Mathieu Chartier
· 8 years ago
13b2784
ART: Refactor jmethodID handling
by Andreas Gampe
· 8 years ago
2ecfd27
Add interface fast path to art_quick_check_cast for X86_64
by Mathieu Chartier
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
3398c78
Move ArtField to ObjPtr
by Mathieu Chartier
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
75a7db6
ART: Factor out IMT from ArtMethod
by Andreas Gampe
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
3aaa37b
creating workflow for mirror::String compression
by jessicahandojo
· 9 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 9 years ago
02b7580
Introduce more compact ReadBarrierMark slow-paths.
by Roland Levillain
· 9 years ago
c25cbf1
ARM: Add new String.compareTo intrinsic.
by Scott Wakeling
· 9 years ago
c5818f6
Merge "ARM64: Add new String.compareTo intrinsic."
by Vladimir Marko
· 9 years ago
1f36f41
ARM64: Add new String.compareTo intrinsic.
by Scott Wakeling
· 9 years ago
e42888f
Write conflict tables in image
by Mathieu Chartier
· 9 years ago
9d07e3d
Clean up OatQuickMethodHeader after Quick removal.
by Vladimir Marko
· 9 years ago
484fb9f
Fix stub_test after semantic conflicting merge.
by Nicolas Geoffray
· 9 years ago
1004faa
Re-enable IMT stub test.
by Nicolas Geoffray
· 9 years ago
f9018b0
Disable test for now.
by Nicolas Geoffray
· 9 years ago
cf283da
MIPS32: java.lang.Thread, and java.lang.String intrinsics:
by Chris Larsen
· 9 years ago
970e191
Made art/runtime/arch/stub_test.cc compile with -O2 again.
by Bilyan Borisov
· 9 years ago
745f3cd
MIPS64: Fix stub_test in a proper way
by Goran Jakovljevic
· 9 years ago
dc2388f
MIPS64: Fix stub_test
by Goran Jakovljevic
· 9 years ago
801fcc4
MIPS64: Enable StringCompareTo and StringIndexOf stub tests
by Goran Jakovljevic
· 9 years ago
4d44e53
MIPS64: Fix stub_test implementation
by Goran Jakovljevic
· 9 years ago
0d5a281
x86/x86-64 read barrier support for concurrent GC in Optimizing.
by Roland Levillain
· 9 years ago
9537ba2
ART: Rewrite stub-test inline assembly
by Andreas Gampe
· 9 years ago
24cc1b3
Fix style issue in stub_test.
by Calin Juravle
· 9 years ago
6e399ac
Add aarch64 and mips64 support for testing 64 bit field set.
by Calin Juravle
· 9 years ago
872ab3f
Fix x86_64 gtest.
by Calin Juravle
· 9 years ago
c5b4b32
Use $ for f registers to please clang.
by Nicolas Geoffray
· 9 years ago
54d220e
Move ArtFields and ArtMethods to be a length prefixed array
by Mathieu Chartier
· 10 years ago
ff7b114
ART: Fix stub_test
by Andreas Gampe
· 10 years ago
1aee900
Add read barrier support to the entrypoints.
by Man Cao
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
bfa5eb6
Add heap poisoning support to the entrypoints.
by Hiroshi Yamauchi
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
9bd88b0
ARM64: Move xSELF from x18 to x19.
by Serban Constantinescu
· 10 years ago
591d8e4
Merge "Add stub_test implementation for mips & mips64"
by Andreas Gampe
· 10 years ago
0456881
Fix stub_test for Mips64
by Goran Jakovljevic
· 10 years ago
4ef69be
Add stub_test implementation for mips & mips64
by Goran Jakovljevic
· 10 years ago
848f70a
Replace String CharArray with internal uint16_t array.
by Jeff Hao
· 11 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
3481ba2
ART: Clean up includes.
by Vladimir Marko
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
7c3952f
ART: Add -Wunused
by Andreas Gampe
· 10 years ago
966c3ae
Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""
by Mark P Mendell
· 10 years ago
949c91f
Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"
by Vladimir Marko
· 10 years ago
3d2c8e7
ART: Implement X86 hard float (Quick/JNI/Baseline)
by Mark Mendell
· 10 years ago
5c3d3a9
ART: Fix stub_test
by Andreas Gampe
· 10 years ago
369810a
ART: Allow scoped adjustments to log verbosity
by Andreas Gampe
· 10 years ago
0f9b03c
Revert "ART: Implement hard float for X86"
by Vladimir Marko
· 10 years ago
59b9cf7
ART: Implement hard float for X86
by Mark Mendell
· 10 years ago
1cc7dba
ART: Reorder entrypoint argument order
by Andreas Gampe
· 10 years ago
277ccbd
ART: More warnings
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
1d8cdbc
Refactor quick entrypoints
by Ian Rogers
· 10 years ago
6f3dbba
Make ART compile with GCC -O0 again.
by Ian Rogers
· 10 years ago
1a7e292
ART: Fix StubTest Interface Trampoline test
by Andreas Gampe
· 11 years ago
37f05ef
Reduced memory usage of primitive fields smaller than 4-bytes
by Fred Shih
· 11 years ago
29b3841
ART: Set default visibility to protected
by Andreas Gampe
· 11 years ago
e63db27
Break apart header files.
by Ian Rogers
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
86797a7
AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered
by Serban Constantinescu
· 11 years ago
c3ccc10
Fix the Mac build on x86-64.
by Ian Rogers
· 11 years ago
52fa814
Disable StubTest.IndexOf if heap poisoning is enabled for now.
by Hiroshi Yamauchi
· 11 years ago
6aac355
ART: Add initialize_type stubs for ARM64; indexof test
by Andreas Gampe
· 11 years ago
c5f1773
Remove deprecated WITH_HOST_DALVIK.
by Ian Rogers
· 11 years ago
2f6e351
ART: Fix inline assembly constraints in stub_test
by Andreas Gampe
· 11 years ago
61c5ebc
Change FieldHelper to use a handle.
by Mathieu Chartier
· 11 years ago
f39b378
ART: Fix stub_test inline assembly for ARM64
by Andreas Gampe
· 11 years ago
cf4035a
ART: Use StackReference in Quick Stack Frame
by Andreas Gampe
· 11 years ago
3ecbbfc
ART: Fix stub test inline assembly for x86
by Andreas Gampe
· 11 years ago
0ea3794
ART: Make StubTest IMT sanity check a warning
by Andreas Gampe
· 11 years ago
51f7635
ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures
by Andreas Gampe
· 11 years ago
607fa7b
Merge "Now we have a proper C++ library, use std::unique_ptr."
by Ian Rogers
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
6cf8010
ART: Fix ARM64 long-jump context caller-save smashes
by Andreas Gampe
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
Next »