-
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
Although the function Java.deoptimizeMethod is exported for JS bindings,
frida-java-bridge/lib/android.js
Lines 3978 to 3980 in 6ab2a63
| export function deoptimizeMethod (vm, env, method) { | |
| requestDeoptimization(vm, env, kSelectiveDeoptimization, method); | |
| } |
the types def. do not include it:
Lines 179 to 195 in 6ab2a63
| function registerClass(spec: ClassSpec): Wrapper; | |
| /** | |
| * 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. | |
| */ | |
| function deoptimizeEverything(): void; | |
| /** | |
| * Similar to deoptimizeEverything but only deoptimizes boot image code. | |
| * Use with `dalvik.vm.dex2oat-flags --inline-max-code-units=0` for best | |
| * results. | |
| */ | |
| function deoptimizeBootImage(): void; | |
| const vm: VM; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels