summaryrefslogtreecommitdiff
path: root/runtime/art_method_test.cc
AgeCommit message (Collapse)Author
2024-01-18Add visibility attributes in runtime/a* Dmitrii Ishcheikin
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Iacec568941c5baee57088e67ed410ba18f6abff2
2023-04-05Fix "readability-redundant-string-cstr" clang-tidy issues Stefano Cianciulli
Bug: 264654008 Test: m tidy-art Change-Id: Ic852d58f106187791fa3a0d31829654de41bcb2b
2022-11-23Add convenience helper `ArtMethod::NewObject()`. Vladimir Marko
Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: I4961d4f121f782d47490f7e5e718ee28b3b87efa
2022-11-22Add a few tests for `ArtMethod::Invoke*()` helpers. Vladimir Marko
Also change booleans to be passed as `bool` even though they are passed as `uint8_t` in `JValue`. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: I5e34af47100cdcc2b065404d913abfbff8047f09