get_bytecode_for_method

Function get_bytecode_for_method 

Source
pub fn get_bytecode_for_method(
    dex: &DexFile,
    class_name: &String,
    method_name: &String,
) -> Option<Vec<Instructions>>
Expand description

Get the list of instructions for the given method