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