Home
last modified time | relevance | path

Searched defs:MethodDebugInfo (Results 1 – 1 of 1) sorted by relevance

/art/compiler/debug/
Dmethod_debug_info.h29 struct MethodDebugInfo { struct
30 std::string custom_name;
31 const DexFile* dex_file; // Native methods (trampolines) do not reference dex file.
32 size_t class_def_index;
33 uint32_t dex_method_index;
34 uint32_t access_flags;
35 const dex::CodeItem* code_item;
36 InstructionSet isa;
37 bool deduped;
38 bool is_native_debuggable;
[all …]