index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
class_linker.cc
Age
Commit message (
Expand
)
Author
2025-03-20
Allow APEX versions in the OAT header to be overriden.
Jiakai Zhang
2025-03-20
Revert^2 "Call target method in accessor MHs when it is set."
Almaz Mingaleev
2025-03-10
Revert "Call target method in accessor MHs when it is set."
Almaz Mingaleev
2025-03-06
Call target method in accessor MHs when it is set.
Almaz Mingaleev
2025-03-03
Flag classes that have unresolved type checks.
Nicolas Geoffray
2025-02-21
Support loading an ART file from a zip file.
Jiakai Zhang
2025-02-17
Refactor `ArtMethod` entrypoint initialization.
Vladimir Marko
2025-02-17
Do most of `ClassLinker::LoadClass()` in native state.
Vladimir Marko
2025-02-07
Remove cdex support from `ArtMethod`...
Vladimir Marko
2025-02-05
Refactor `ImTable::GetImtIndex()`.
Vladimir Marko
2025-01-28
Fix missing logging of core platform API violations in just-warn mode.
Martin Stjernholm
2025-01-21
Add new WellKnownClasses fields to avoid harcoded constants.
Nicolas Geoffray
2025-01-16
Merge sFields and iFields.
Nicolas Geoffray
2025-01-15
Make ResolveField respect the is_static parameter.
Santiago Aboy Solanes
2024-12-02
Only constructor names can start with `<`.
Vladimir Marko
2024-11-28
Refactor ResolveMethod.
Nicolas Geoffray
2024-11-20
Revert "Always use an array in the DexCache for ArtField and ArtMethod."
Nicolas Geoffray
2024-11-12
Add an extra bit for intrinsics in ArtMethod
Santiago Aboy Solanes
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-11-05
Use `std::string_view` for `ClassTable` operations.
Vladimir Marko
2024-11-05
Rename ResolveMethodWithoutInvokeType and use it more.
Nicolas Geoffray
2024-11-04
Remove `ClassLinker::LookupClasses()`.
Vladimir Marko
2024-10-28
Always use an array in the DexCache for ArtField and ArtMethod.
Nicolas Geoffray
2024-10-17
Separate kRuntimeISA/kRuntimeQuickCodeISA
Chris Jones
2024-10-07
Fix `VerificationResults` use in `OatWriter`.
Vladimir Marko
2024-09-27
Fix spacing in verbose logging
Santiago Aboy Solanes
2024-09-24
Add more validation for const-method-handle.
Almaz Mingaleev
2024-09-17
Consider MethodType/Handle annotations in VisitClassAnnotations
Santiago Aboy Solanes
2024-08-08
Use variable sized ref-offset bitmap for fast VisitReferences()
Lokesh Gidra
2024-07-22
Embed component-size shift in class-flags
Lokesh Gidra
2024-07-10
Use atomics for find_array_class_cache_
Mythri Alle
2024-06-25
Remove a failing DCHECK for IAE in an edge case.
Vladimir Marko
2024-06-20
Move some classes from `runtime/` to `dex2oat/`.
Vladimir Marko
2024-06-20
Replace `ScopedAssertNoNewTransactionRecords`...
Vladimir Marko
2024-06-18
Move `jni_stub_hash_map_test.cc` to `compiler/`.
Vladimir Marko
2024-06-13
Use C++20 `string{,_view}::{starts,ends}_with()`, part 1.
Vladimir Marko
2024-05-31
Faster `ArtMethod` fixup in `ImageWriter`.
Vladimir Marko
2024-05-21
Further refactor transaction checks in interpreter.
Vladimir Marko
2024-05-17
Move transaction records from `Runtime` to `AotClassLinker`.
Vladimir Marko
2024-05-14
Faster `DexFile::FindTypeId()`.
Vladimir Marko
2024-05-13
Faster `ClassTable::UpdateClass()`.
Vladimir Marko
2024-05-03
Refactor transaction checks in switch interpreter.
Vladimir Marko
2024-04-30
Do not return an abstract class as IMT owner.
Nicolas Geoffray
2024-04-16
Rename `.data.bimg.rel.ro` to `.data.img.rel.ro`.
Vladimir Marko
2024-04-11
Clean up string data access in `DexFile`.
Vladimir Marko
2024-04-11
Fetch class loaders and wait for GC in JitCodeCache::GetProfiledMethods.
Nicolas Geoffray
2024-04-08
ART Faster `LinkCode()` in `ClassLinker`.
Vladimir Marko
2024-04-05
Faster annotations processing in `ClassLinker::LoadClass()`.
Vladimir Marko
2024-03-28
Simplify finalizer check in `ClassLinker::LoadMethod()`.
Vladimir Marko
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
[next]