Lines Matching defs:code_id
202 auto code_id = method_accessor.GetCodeId().value();
203 GetParams(method, code_id);
204 const IdList id_list = GetInstructions(method, method_id, code_id);
740 void Disassembler::GetParams(pandasm::Function *method, const panda_file::File::EntityId &code_id) const
747 LOG(DEBUG, DISASSEMBLER) << "[getting params number]\ncode id: " << code_id << " (0x" << std::hex << code_id << ")";
755 panda_file::CodeDataAccessor code_accessor(*file_, code_id);
759 LOG(ERROR, DISASSEMBLER) << "> error encountered at " << code_id << " (0x" << std::hex << code_id
774 panda_file::File::EntityId code_id) const
776 LOG(DEBUG, DISASSEMBLER) << "[getting exceptions]\ncode id: " << code_id << " (0x" << std::hex << code_id << ")";
783 panda_file::CodeDataAccessor code_accessor(*file_, code_id);
2164 panda_file::File::EntityId code_id)
2180 LOG(ERROR, DISASSEMBLER) << "> error encountered at " << code_id << " (0x" << std::hex << code_id
2186 LOG(ERROR, DISASSEMBLER) << "> error encountered at " << code_id << " (0x" << std::hex << code_id
2193 panda_file::File::EntityId code_id) const
2195 panda_file::CodeDataAccessor code_accessor(*file_, code_id);
2205 LabelTable label_table = GetExceptions(method, method_id, code_id);
2211 LOG(ERROR, DISASSEMBLER) << "> error encountered at " << code_id << " (0x" << std::hex << code_id
2220 translateImmToLabel(&pa_ins, &label_table, ins_arr, bc_ins, bc_ins_last, code_id);