Searched refs:code_accessor (Results 1 – 2 of 2) sorted by relevance
27 panda_file::CodeDataAccessor code_accessor(*file_, code_id);29 auto ins_sz = code_accessor.GetCodeSize();30 auto ins_arr = code_accessor.GetInstructions();
478 panda_file::CodeDataAccessor code_accessor(*file_, code_id); in GetExceptions() local480 const auto bc_ins = BytecodeInstruction(code_accessor.GetInstructions()); in GetExceptions()481 const auto bc_ins_last = bc_ins.JumpTo(code_accessor.GetCodeSize()); in GetExceptions()485 code_accessor.EnumerateTryBlocks([&](panda_file::CodeDataAccessor::TryBlock &try_block) { in GetExceptions()1616 panda_file::CodeDataAccessor code_accessor(*file_, code_id); in GetInstructions() local1618 const auto ins_sz = code_accessor.GetCodeSize(); in GetInstructions()1619 const auto ins_arr = code_accessor.GetInstructions(); in GetInstructions()1621 method->regs_num = code_accessor.GetNumVregs(); in GetInstructions()