diff options
| author | David Srbecky <dsrbecky@google.com> | 2018-01-19 17:38:06 +0000 |
|---|---|---|
| committer | David Srbecky <dsrbecky@google.com> | 2018-01-19 17:42:54 +0000 |
| commit | c684f337eae6bd3d77fa44cb568d2bab113e4cee (patch) | |
| tree | 21c3e40cc150da71d91aef03f33010813f3a8368 /compiler/debug/method_debug_info.h | |
| parent | 26037dd60df16d84fbd5c0ee3215b78aa2bcb408 (diff) | |
| download | art-c684f337eae6bd3d77fa44cb568d2bab113e4cee.tar.gz art-c684f337eae6bd3d77fa44cb568d2bab113e4cee.tar.bz2 art-c684f337eae6bd3d77fa44cb568d2bab113e4cee.zip | |
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
Diffstat (limited to 'compiler/debug/method_debug_info.h')
| -rw-r--r-- | compiler/debug/method_debug_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
