Searched defs:origin_offset (Results 1 – 3 of 3) sorted by relevance
58 void BytecodeLoopAnalysis::AddBranch(int origin_offset, int target_offset) { in AddBranch()
1928 int origin_offset = bytecode_iterator().current_offset(); in BuildLoopExitsForBranch() local1936 int origin_offset = bytecode_iterator().current_offset(); in BuildLoopExitsUntilLoop() local
93 def __init__(self, name, start_address, end_address, origin, origin_offset): argument