Lines Matching defs:MethodDebugInfo
26 struct MethodDebugInfo { struct
27 const char* trampoline_name;
28 const DexFile* dex_file; // Native methods (trampolines) do not reference dex file.
29 size_t class_def_index;
30 uint32_t dex_method_index;
31 uint32_t access_flags;
32 const DexFile::CodeItem* code_item;
33 InstructionSet isa;
34 bool deduped;
35 bool is_native_debuggable;
36 bool is_optimized;
37 bool is_code_address_text_relative; // Is the address offset from start of .text section?
38 uint64_t code_address;
39 uint32_t code_size;
40 uint32_t frame_size_in_bytes;
41 const void* code_info;
42 ArrayRef<const uint8_t> cfi;