Home
last modified time | relevance | path

Searched refs:from_idx (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-log.cc976 size_t from_idx = result->GetIndexForAddress(from_addr); in Pass2CodeMove() local
979 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()