index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
native
/
java_lang_VMClassLoader.cc
Age
Commit message (
Expand
)
Author
2025-02-10
Use `std::string_view` for `DescriptorToDot()`, ...
Vladimir Marko
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-11-05
Use `std::string_view` for `ClassTable` operations.
Vladimir Marko
2024-01-15
Add visibility attributes in runtime/native
Dmitrii Ishcheikin
2024-01-10
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
Daniel Chapin
2024-01-05
Add visibility attributes in runtime/entrypoints and runtime/native
Dmitrii Ishcheikin
2023-11-09
Change IsMultiDexLocation to std::string_view
David Srbecky
2022-12-02
Remove class root duplicates from well known classes.
Vladimir Marko
2022-11-30
Change well known method `String.charAt()` to `ArtMethod*`.
Vladimir Marko
2022-11-30
Filter BCP in `VMClassLoader.getBootClassPathEntries`.
Vladimir Marko
2022-11-09
Clean up decoding well-known classes.
Vladimir Marko
2020-07-29
Revert^3 "VIXL simulator for ART (Stage1)"
Ulya Trafimovich
2020-07-17
Revert^2 "VIXL simulator for ART (Stage1)"
Ulyana Trafimovich
2020-07-16
Revert "VIXL simulator for ART (Stage1)"
Ulyana Trafimovich
2020-07-16
VIXL simulator for ART (Stage1)
Xueliang Zhong
2019-04-18
Revert^2 "Fix correctness for fast path class loading"
Andreas Gampe
2019-04-17
Revert "Fix correctness for fast path class loading"
Mathieu Chartier
2019-04-16
Fix correctness for fast path class loading
Mathieu Chartier
2018-10-25
ART: Do some include-what-you-use
Andreas Gampe
2018-06-01
ObjPtr<>-ify array allocations.
Vladimir Marko
2018-05-31
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
Vladimir Marko
2018-05-30
Move String::SizeOf<> to string.h .
Vladimir Marko
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-04-13
Move profile dependent modules to libartbase
David Sehr
2018-02-21
Remove duplication, split tests
David Sehr
2018-01-05
Create dex subdirectory
David Sehr
2017-10-25
ART: Depend on libnativehelper headers only
Andreas Gampe
2017-10-11
Add DexFileLoader class
Mathieu Chartier
2017-07-19
Merge "Change kMultiDexSeparator from ':' to '!'"
Calin Juravle
2017-07-18
art: use proper nativehelper headers
Steven Moreland
2017-07-18
Change kMultiDexSeparator from ':' to '!'
Calin Juravle
2017-06-01
ART: Move RegisterNatives helper
Andreas Gampe
2017-05-30
ART: More header cleanup - jni_internal.h
Andreas Gampe
2017-05-30
Fix OOME handling in VMClassLoader.getBootClassPathEntries().
Vladimir Marko
2017-04-21
ART: Clean up art_field.h
Andreas Gampe
2017-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2017-01-24
Add class status for resolved erroneous classes.
Vladimir Marko
2016-11-02
Revert "Revert "ART: Generalize FindClassInPathClassLoader""
Nicolas Geoffray
2016-11-02
Revert "ART: Generalize FindClassInPathClassLoader"
Nicolas Geoffray
2016-11-01
ART: Generalize FindClassInPathClassLoader
Andreas Gampe
2016-10-25
ART: Refactor class-linker methods
Andreas Gampe
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-10-17
Move art/native to ObjPtr
Mathieu Chartier
2016-10-04
Rename ObjPtr::Decode to ObjPtr::Ptr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-06-07
Wrap certain exception types when loading an erroneous class.
Jeff Hao
2015-08-04
Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"
Igor Murashkin
2015-07-31
runtime: cleanup class_linker out-parameters and formatting
Igor Murashkin
2015-06-04
Revert "Revert "Modification to the way boot classpath resources are loaded""
Neil Fuller
2015-06-03
Revert "Modification to the way boot classpath resources are loaded"
Neil Fuller
[next]