Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
2ff224df935def246e12590ebc1eb81b45793c45
/
runtime
/
entrypoints
/
quick
/
quick_jni_entrypoints.cc
c1896c9
C++17 compatibility: make WITH_TIDY=1 happy again.
by Elliott Hughes
· 7 years ago
55256cb
Extensions to check JNI.
by Ian Rogers
· 8 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 8 years ago
b0a6aee
Record @{Fast,Critical}Native in method's access flags.
by Vladimir Marko
· 8 years ago
33bff25
ART: Make InstructionSet an enum class and add kLast.
by Vladimir Marko
· 8 years ago
a682247
ART: Make FastJNI annotation checks slow-debug
by Andreas Gampe
· 8 years ago
90b936d
ART: Refactor verify_object.h
by Andreas Gampe
· 8 years ago
e03662b
ART: Change IndirectReferenceTable
by Andreas Gampe
· 9 years ago
af1e299
jni: Support @FastNative methods that return objects
by Igor Murashkin
· 9 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 9 years ago
043eb9a
Add a mark bit check in the read barrier jni entrypoint.
by Hiroshi Yamauchi
· 9 years ago
9d156d5
Move Heap parameters to ObjPtr
by Mathieu Chartier
· 9 years ago
c4f3925
Move remaining jobject related functions to use ObjPtr
by Mathieu Chartier
· 9 years ago
06a04e0
jni: Implement generic JNI support for @CriticalNative/@FastNative
by Igor Murashkin
· 9 years ago
be08cf5
Fix moving GC bugs in entrypoints
by Mathieu Chartier
· 9 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 9 years ago
9d4b6da
jni: Fast path for @FastNative annotated java methods
by Igor Murashkin
· 9 years ago
5f4a09a
ART: Add CheckJNI lock checking
by Andreas Gampe
· 10 years ago
a23b468
Fix a mutator lock violation in the generic JNI end sequence.
by Hiroshi Yamauchi
· 10 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
1cc71eb
Insert a read barrier in the JNI bridge.
by Hiroshi Yamauchi
· 10 years ago
48ee356
ART: Ignore result for exception-case JNIEndWithReference
by Andreas Gampe
· 10 years ago
c7dd295
Tidy up logging.
by Ian Rogers
· 11 years ago
7643327
Optimize get/set reflection performance
by Mathieu Chartier
· 11 years ago
7b078e8
Compile time performance improvements focusing on interpret-only.
by Ian Rogers
· 11 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 11 years ago
98d1cc8
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
by Mingyao Yang
· 11 years ago
cf4035a
ART: Use StackReference in Quick Stack Frame
by Andreas Gampe
· 11 years ago
35aef2c
Fix race condition between GCDaemon and DeleteLocalReference
by Yevgeny Rouban
· 11 years ago
eb8167a
Add Handle/HandleScope and delete SirtRef.
by Mathieu Chartier
· 11 years ago
c645f1d
Add more VerifyObject calls.
by Mathieu Chartier
· 11 years ago
9e8b367
Add VerifyObject calls to JniMethodEndWithReference.
by Mathieu Chartier
· 11 years ago
1eb512d
Fast JNI support.
by Ian Rogers
· 12 years ago
ea46f95
Refactor java.lang.reflect implementation
by Brian Carlstrom
· 12 years ago
848871b
Entry point clean up.
by Ian Rogers
· 12 years ago
7655f29
Portable refactorings.
by Ian Rogers
· 12 years ago
166db04
Move assembler out of runtime into compiler/utils.
by Ian Rogers
· 12 years ago
[Renamed from runtime/oat/runtime/support_jni.cc]
7934ac2
Fix cpplint whitespace/comments issues
by Brian Carlstrom
· 12 years ago
2ce745c
Fix cpplint whitespace/braces issues
by Brian Carlstrom
· 12 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 12 years ago
[Renamed from src/oat/runtime/support_jni.cc]
79fe539
Removing remaining compiled stubs from image.
by Jeff Hao
· 12 years ago
62d6c77
Interpreter entries and instrumentation as a listener.
by Ian Rogers
· 12 years ago
4f6ad8a
Various performance improvements.
by Ian Rogers
· 12 years ago
693ff61
Performance improvements by removing a DMB and inlining.
by Ian Rogers
· 12 years ago
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
120f1c7
Fail threads attaching during runtime shutdown.
by Ian Rogers
· 13 years ago
81d425b
Pass self to lock methods.
by Ian Rogers
· 13 years ago
66f1925
Change dex cache to be java object instead of array, add pointer to dex file in dex cache.
by Mathieu Chartier
· 13 years ago
0c7abda
NativePcOffsetToReferenceMap
by Ian Rogers
· 13 years ago
b726dcb
Rename GlobalSynchronization to Locks
by Ian Rogers
· 13 years ago
3d71d80
Fix JNI compiler for portable path.
by TDYa127
· 13 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 13 years ago
0399dde
Remove Frame, merge shadow and quick representations.
by Ian Rogers
· 13 years ago
7484741
Fix a bunch of lint.
by Elliott Hughes
· 13 years ago
3f6635a
Improve JniAbort (and JNI tests).
by Elliott Hughes
· 13 years ago
b264f08
Implement native method return value and upcall argument type checking.
by Elliott Hughes
· 13 years ago
0f3c553
Kill constants.h and fix some copyright headers.
by Elliott Hughes
· 13 years ago
57b86d4
Refactor runtime support.
by Ian Rogers
· 13 years ago