Searched refs:from_idx (Results 1 – 1 of 1) sorted by relevance
976 size_t from_idx = result->GetIndexForAddress(from_addr); in Pass2CodeMove() local979 if (from_idx != to_idx && result->entities_map[from_idx] >= 0) { in Pass2CodeMove()981 result->entities_map[to_idx] = result->entities_map[from_idx]; in Pass2CodeMove()982 result->entities_map[from_idx] = -1; in Pass2CodeMove()