From 5c9b55aa95295a287abd86f1e7fbe98c3f35ffd6 Mon Sep 17 00:00:00 2001 From: Mythri Alle Date: Fri, 24 Jun 2022 13:12:20 +0000 Subject: Revert "Don't use instrumentation stubs for native methods in debuggable" This reverts commit 90f12677f80169dc3ef919c2067349f94b943e7f. Reason for revert: Failures on device https://ci.chromium.org/ui/p/art/builders/ci/angler-armv7-ndebug/3058/overview https://ci.chromium.org/ui/p/art/builders/ci/angler-armv8-ndebug/3049/overview Change-Id: I43f943f9180b8c76db02a2a5c228a209a2f18a82 --- compiler/utils/jni_macro_assembler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/utils/jni_macro_assembler.h') diff --git a/compiler/utils/jni_macro_assembler.h b/compiler/utils/jni_macro_assembler.h index 36de012495..c8c713ae67 100644 --- a/compiler/utils/jni_macro_assembler.h +++ b/compiler/utils/jni_macro_assembler.h @@ -286,8 +286,6 @@ class JNIMacroAssembler : public DeletableArenaObject { virtual void TestMarkBit(ManagedRegister ref, JNIMacroLabel* label, JNIMacroUnaryCondition cond) = 0; - // Emit a conditional jump to label if the loaded value from specified locations is not zero. - virtual void TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) = 0; // Code at this offset will serve as the target for the Jump call. virtual void Bind(JNIMacroLabel* label) = 0; -- cgit v1.2.3-59-g8ed1b