pub fn get_bytecode_for_method( dex: &DexFile, class_name: &String, method_name: &String, ) -> Option<Vec<Instructions>>
Get the list of instructions for the given method