From c684f337eae6bd3d77fa44cb568d2bab113e4cee Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Fri, 19 Jan 2018 17:38:06 +0000 Subject: Refactor jit debugger interface and its ELF creation. Make it possible to store more then one method per entry, and ref-count the number of live methods per entry. Test: m test-art-host-gtest Change-Id: I45d69185e85e47fbee88a8d1f549ede9875a3c0a --- compiler/debug/method_debug_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/debug/method_debug_info.h') diff --git a/compiler/debug/method_debug_info.h b/compiler/debug/method_debug_info.h index 43c8de26aa..d0b03ec441 100644 --- a/compiler/debug/method_debug_info.h +++ b/compiler/debug/method_debug_info.h @@ -27,7 +27,7 @@ namespace art { namespace debug { struct MethodDebugInfo { - std::string trampoline_name; + std::string custom_name; const DexFile* dex_file; // Native methods (trampolines) do not reference dex file. size_t class_def_index; uint32_t dex_method_index; -- cgit v1.2.3-59-g8ed1b