Searched refs:get_instruction_source_311 (Results 1 – 4 of 4) sorted by relevance
78 get_instruction_source_311,1947 line = get_instruction_source_311(tx_code, cur_inst).rstrip()
81 get_instruction_source_311,3095 line = get_instruction_source_311(parent_code, cur_inst).rstrip()
2476 def get_instruction_source_311(code: types.CodeType, inst: dis.Instruction) -> str: function
7026 from torch._dynamo.utils import get_instruction_source_3117037 get_instruction_source_311(f.__code__, insts[offset]) for offset in offsets7114 get_instruction_source_311(f.__code__, insts[op_offset]),