Searched defs:MethodDebugInfo (Results 1 – 1 of 1) sorted by relevance
26 struct MethodDebugInfo { struct27 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;[all …]