index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
art_method.cc
Age
Commit message (
Expand
)
Author
2025-02-17
Pass the instance type in the AbstractMethodError message.
Nicolas Geoffray
2025-02-07
Remove cdex support from `ArtMethod`...
Vladimir Marko
2024-11-11
Revert^2 "Check that the API level is set correctly for all intrinsics"
Santiago Aboy Solanes
2024-11-08
Revert "Check that the API level is set correctly for all intrinsics"
VladimĂr Marko
2024-11-08
Check that the API level is set correctly for all intrinsics
Santiago Aboy Solanes
2024-11-07
Revert^4 "IsMemorySharedMethod fix for intrinsics"
Santiago Aboy Solanes
2024-09-24
Add stack type
Chris Jones
2024-09-02
cleanup: change Set/GetIntrinsic in ArtMethod to use Intrinsics
Santiago Aboy Solanes
2024-08-01
Rework exception delivery and deoptimization
Chris Jones
2024-06-25
Remove a failing DCHECK for IAE in an edge case.
Vladimir Marko
2024-06-21
Make SetEntryPointFromQuickCompileCode just update the field.
Nicolas Geoffray
2024-06-03
Use compare_exchange instead of exchange when updating entrypoint.
Nicolas Geoffray
2024-05-28
Fix a discrepancy in JNI entrypoint expectations.
Nicolas Geoffray
2024-05-21
Reland^3 "Revamp JIT GC."
Nicolas Geoffray
2024-05-14
Faster `DexFile::FindTypeId()`.
Vladimir Marko
2024-05-14
Add `ArtField::GetDeclaringClassDescriptor{,View}()`.
Vladimir Marko
2024-05-03
Revert "Reland^2 "Revamp JIT GC.""
Nicolas Geoffray
2024-04-29
Reland^2 "Revamp JIT GC."
Nicolas Geoffray
2024-04-22
Revert "Reland "Revamp JIT GC.""
Nicolas Geoffray
2024-04-18
Reland "Revamp JIT GC."
Nicolas Geoffray
2024-04-17
Revert "Revamp JIT GC."
Nicolas Geoffray
2024-04-15
Revamp JIT GC.
Nicolas Geoffray
2024-04-11
Clean up string data access in `DexFile`.
Vladimir Marko
2024-04-08
Move some code from `ArtMethod` to run-test 664.
Vladimir Marko
2024-03-26
Rename enums.h/.cc to pointer_size.h/.cc.
Santiago Aboy Solanes
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2024-01-18
Add visibility attributes in runtime/a*
Dmitrii Ishcheikin
2023-10-27
Log information about JITed JNI stubs in GetOatQuickMethodHeader
Mythri Alle
2023-10-26
Make few checks debug only in GetOatQuickMethodHeader
Mythri Alle
2023-10-20
Add more debug info for recent flakes in run-test.
Nicolas Geoffray
2023-10-13
Add debugging output to ArtMethod::GetOatQuickMethodHeader.
Nicolas Geoffray
2023-10-10
Add debugging info for crash on bots.
Nicolas Geoffray
2023-09-29
Use OatQuickMethodHeader::IsStub for finding entry points.
Nicolas Geoffray
2023-08-08
Add `ArtMethod::GetShortyView()`.
Vladimir Marko
2023-07-06
Remove code related to quicken
Santiago Aboy Solanes
2023-01-16
We no longer use instrumentation stubs remove the support code
Mythri Alle
2022-12-07
Pass read barrier option to `ArtMethod::GetObsoleteDexCache()`.
Vladimir Marko
2022-07-07
Fix one edge case at method linking to throw at runtime.
Nicolas Geoffray
2022-07-07
Introduce a nterp with clinit check entrypoint.
Nicolas Geoffray
2022-06-21
Remove stack protector from some interpreter functions
Chris Wailes
2022-06-17
Revert "Remove stack protector from some interpreter functions"
Chris Wilson
2022-06-17
Remove stack protector from some interpreter functions
Chris Wailes
2022-05-14
Reland^3 "Don't use AOT code for native methods for java debuggable runtime"
Mythri Alle
2022-05-12
Revert "Reland^2 "Don't use AOT code for native methods for java debuggable r...
Mythri Alle
2022-05-12
Reland^2 "Don't use AOT code for native methods for java debuggable runtime"
Mythri Alle
2022-05-04
Revert "Reland "Don't use AOT code for native methods for java debuggable run...
Mythri Alle
2022-04-29
Reland "Don't use AOT code for native methods for java debuggable runtime""
Mythri Alle
2022-04-27
Revert "Don't use AOT code for native methods for java debuggable runtime"
Mythri Alle
2022-04-26
Don't use AOT code for native methods for java debuggable runtime
Mythri Alle
2022-04-25
Reland "Add additional checks for ArtMethod::GetOatQuickMethodHeader"
Mythri Alle
[next]