summaryrefslogtreecommitdiff
path: root/runtime/native/dalvik_system_VMRuntime.cc
AgeCommit message (Expand)Author
2021-12-04Restrict addressOf() API to non-movable primitive arrays Lokesh Gidra
2021-11-24Replace the nterp threshold with the warmup threshold. Nicolas Geoffray
2021-11-10Reland "Change hotness counting." Nicolas Geoffray
2021-10-26Revert "Change hotness counting." Vladimir Marko
2021-10-20Change hotness counting. Nicolas Geoffray
2021-07-01Fix compiler filter / reason reporting and add the ISA to the metrics Calin Juravle
2021-06-08Consider the size of the reference profile when assessing IsFirstSave Calin Juravle
2021-05-20Update registerAppInfo signatures to accomodate more data. Calin Juravle
2021-04-30Revert^2 "Solidify GC triggering and reporting" Hans Boehm
2021-04-29Revert "Solidify GC triggering and reporting" Hans Boehm
2021-04-23Solidify GC triggering and reporting Hans Boehm
2021-02-11Remove dalvik-pruning APIs Calin Juravle
2020-12-10Disable VMRuntime_preloadDexCaches David Srbecky
2020-11-23Add compat framework logging to ART Andrei Onea
2020-10-01Remove unused CorePlatformAPI methods. Nicolas Geoffray
2020-07-07Remove old code that isn't relevant anymore. Nicolas Geoffray
2020-05-29Only put resolved classes inside the dex cache. Nicolas Geoffray
2020-03-16Retire VMRuntime.doNotInitializeInAot() Orion Hodson
2020-03-13Reland "art: Add FileDescriptor fields to native Core Platform API" Orion Hodson
2020-02-08Introduce VMRuntime.isValidClassLoaderContext Dan Zimmerman
2020-02-03Update VMRuntime.isBootClassPathOnDisk()... Vladimir Marko
2020-01-28Remove isDebuggerActive native implementation. Alex Light
2020-01-20Remove TODO from ART atrost
2019-12-12Pipe disabled compat changes to runtime through zygote. atrost
2019-11-26Add resetJitCounters Mathieu Chartier
2019-08-08Jit-zygote: Postpone pre-compilation until boot is completed. David Srbecky
2019-05-17Add default argument kIsInstrumented=true. Vladimir Marko
2019-04-03Add native counterpart for VMRuntime.setProcessDataDirectory David Brazdil
2019-03-29Add FinalizerTimeoutMs argument, and respect it Hans Boehm
2019-03-28Style cleanup for ObjPtr<>-ify changes. Vladimir Marko
2019-03-20Change registerNativeAllocation to long argument Hans Boehm
2019-03-13ART: Allow to change boot image pickup order Andreas Gampe
2019-03-08Add callback for notifying that startup is completed Mathieu Chartier
2019-01-02ART: Move dex structs into own header Andreas Gampe
2018-12-12Change GC triggering to use mallinfo() Hans Boehm
2018-12-07Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." Vladimir Marko
2018-12-07Revert "Pass boot class path to ImageSpace::LoadBootImage." Vladimir Marko
2018-12-06Pass boot class path to ImageSpace::LoadBootImage. Vladimir Marko
2018-11-16Create SdkVersion enum, migrate users to it David Brazdil
2018-11-07Refactor ClassLinker::FindPrimitiveClass(). Vladimir Marko
2018-11-01Remove VMRuntime.hasUsedHiddenApi() David Brazdil
2018-10-25ART: Add array-alloc-inl.h Andreas Gampe
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-10-09ART: Add VMRuntime.hasBootImageSpaces implementation Andreas Gampe
2018-09-20Revert^2 "ART: Refactor typedef to using" Andreas Gampe
2018-09-20Revert "ART: Refactor typedef to using" Andreas Gampe
2018-09-19ART: Refactor typedef to using Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-06-04Merge "Revert "Revert "Move runtime/ to ClassAccessor""" am: 6ed28cb9e6 Mathieu Chartier
2018-06-04Revert "Revert "Move runtime/ to ClassAccessor"" Mathieu Chartier