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