Function deoptimizeEverything

  • Forces the VM to execute everything with its interpreter. Necessary to prevent optimizations from bypassing method hooks in some cases, and allows ART's Instrumentation APIs to be used for tracing the runtime.

    Returns void

Generated using TypeDoc